.backdrop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.modal{
    position: fixed;
    z-index: 200;
    top: 30%;
    left: 30%;
    width: 40%;
    background: white;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    padding: 1rem;
    border-radius: 10px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border-radius: 25px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

h2 {
    font-family: inherit;
    font-weight: 500;
}

a{
    cursor: pointer;
    color: royalblue;
    text-decoration: underline;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2f2933;
    color: white;
}
/* .footer > div {
    margin-right: 20px;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
} */

#logo {
    width: 100%;
    height: 100%;
}

.img-link-url{
    cursor: pointer;
}

.img-link-modal{
    cursor: pointer;
}

.container {
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

  .myButton {
	background-color:#ffffff;
	border-radius:28px;
	border: none;
	cursor:pointer;
	color: #a98b69;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
    margin: 10px;
    display: table-cell;
    line-height: 0.3;
    position: relative;
    font-family: "Montserrat", Arial, "Helvetica Neue", sans-serif;
    font-weight: 500;
    /* font-size: 1.2em */
}

.company{
    /*flex-basis: 30%;*/
    margin: 15px;
    /* border: 1px solid black; */
    /*height: 300px;*/
    /* background-image: url(''); */
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
/* .company-notices{
    flex-basis: 30%;
    margin: 15px;
    border: 1px solid black;
    height: 300px;
} */

.navbar{
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

#page-title{
    margin-top: 130px;
}

h1, h2, h3 ,h4 ,h5 ,h6 , p{
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    /* font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif; */
    font-weight: 400;
}

p{
    font-size: 1.2em;
}