@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('OPTIMA.woff') format('woff');
}
@font-face {
    font-family: 'Optima Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Italic'), url('Optima_Italic.woff') format('woff');
}
@font-face {
    font-family: 'Optima Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Medium'), url('Optima Medium.woff') format('woff');
}
@font-face {
    font-family: 'Optima Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Optima Bold'), url('OPTIMA_B.woff') format('woff');
}
body {
    height: 2600px;
    overflow-x: hidden;
    font-family: 'Optima','Arsenal', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
}

a:link { 
    text-decoration: none;
    color: rgb(255, 255, 255); 
  } 
  a:visited { 
    text-decoration: none; 
  } 
  a:hover { 
    text-decoration: none; 
  } 
  a:active { 
    text-decoration: none; 
  }

.bg-img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.landtext {
    display: table-cell;
    text-align: left;
    line-height: 125%;
    bottom: 3em;
    /*vertical-align: bottom;*/
    font-family: Helvetica, sans-serif;
    font-weight: 600;
    font-size: 5vmax;
    /*top: 70%;*/
    color: white;
}

.fadeInText{
    animation: fadeIn 2s;
    
}
@keyframes fadeIn  {
    0% { opacity: 0; margin-left:400px; }
    100% { opacity: 1; margin-left:0px; }
  }

.home {
    height: 100vh;
}

.noedge {
    padding-left: 0px;
    padding-right: 0px;


}

.footer {
    width: 100%;
    background-color: #23415C;
    padding: 5%, 5%, 5%, 5%;
    color: #FFF;
}

.footerlogo {
    width: 15vw;
    color: burlywood;
}

.fa {
    padding: 15px;
    font-size: 15px;
    color: #a0a0a0;
}

.footericons {
    max-height: 10px;
    color: white;
}

.navbarNav {
    justify-content: space-between;
}

.navbar {
    font-size: x-large;
    font-weight: 500;

}



/* To Top*/
.to-top {
    background: rgb(52, 60, 85);
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #293a6e;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}

.to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
}

.images img {
    padding: 10px;
}

/*RefIMages overlay*/
.col {
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(32, 34, 39);
    opacity: 0.6;
}

.col:hover .overlay {
    opacity: 0.1;
}


/*Hiding NAVbar*/
.autohide {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}


/*Logo in the NAV*/
.logoImage {
    width: 22vw;
    padding-right: 20%;
}

.logoImageSmall{
    max-width: 40vw;
    padding-right: 10%;
    padding-top: 3%;
    

}

.modalTextBlack {
    color: black;
}

.modalTextWhite {
    color: rgb(255, 255, 255);
}

.carousHideScrollbar {
    overflow: hidden;
}

.modalOverflow {
    max-width: 100vw;
    max-height: 110vh;

}

@media only screen and (min-width: 1400px) {
    .modalMobile { 
        max-width: 50vw;
        max-height: 50vh;

  }
}

.socMcolor{
    color: rgb(230, 177, 98);
   
    /**/
    
}
.txtShadow{
    text-shadow: 2px 2px 2px rgb(117, 87, 35);
}

.btn:hover{
    background-color:rgb(230, 177, 98);
    color: rgb(0, 0, 0);
}
