@font-face {
    font-family: VELUX Transform;
    src: url(../fonts/velux-transform-variable.woff2) format("woff2");
    font-weight: 100 700;
    font-style: normal;
    font-display: swap
}

body {
    
    font-family: 'VELUX Transform';
    color: #4a4a4a !important;
    
}

.reading-font {
    font-family: 'Open Sans', sans-serif;
}

.nav-link i {
    
    vertical-align: text-bottom
    
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.gif?width=128);
    background-size: 96px 96px;
    background-color: rgba(255,255,255,.7);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    z-index: 100000;
    display: none;
}

.text-shadow {
    text-shadow: 0 0 8px #666f74;
}

.box-shadow {
    box-shadow: 0 0 8px #666f74;
}

#project-heading {
    
    font-size: 280%;
    
        
}

#project-heading a:hover {
    
    text-decoration: none;
    
}

#project-name {
    
    white-space: nowrap;
}

#project-slogan {
    
    font-weight: bold;
    font-size: 50%;
    line-height: 1.5em;
    display: block;
    white-space: nowrap;
    
}

#navbar-brand {
    max-width: 60px
}

.nav-link {
    font-size: 110%
}

.dropdown-item:hover {
    background-color: transparent;
}

@media (max-width: 576px) {

    .dropdown-menu-columns {
        max-width: 160px !important;
    }

}

@media (min-width: 768px) {
    .dropdown-menu-columns {
        min-width: 320px !important;
    }
}

@media (min-width: 992px) {
    
    .dropdown.show > a {
        border: 1px solid #1b3686;
        border-bottom: 0px none transparent;
    }
    
    .dropdown-menu {
        border: 1px solid #1b3686;
        border-radius: 0;
        margin-top: -1px;
    }
    
}

.background-image {
    position: relative;
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.dark-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0; 
    left:0; 
    background-color: rgba(0, 0 ,0 , 0.5);
}

#map {
    width: 100%;
    height: 500px
}

.infowindow {
    font-family: 'Abhaya Libre', serif;
}

.footer-social {
    font-size: 250%
}

#back-to-top {
    font-size: 250%;
    color: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 10px;
    right: 20px
}

.slick-track {
    margin:auto;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.scroll-orizontal {
    overflow-x: auto;
}

.bg-orange {
    background-color: #E65014;
}

.cover-icon {
    font-size: 120px;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(0,-50%);
    color: rgba(255,255,255,.3);
}

.grecaptcha-badge { visibility: hidden; }

.blinking {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  30% {
    background-color: #fdd80b
  }
}

bg-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

#notice {
    background: #0d803f; 
    background: -moz-linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    background: -webkit-linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    background: linear-gradient(45deg, #e41f29 0%, #ed6928 20%, #f7ae23 40%, #97c03c 60%, #34a74a 80%, #0d803f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41f29', endColorstr='#0d803f',GradientType=1 );
}

.img-square {
    overflow: hidden !important;
    position: relative;
}

.img-center {
     left: 50%; 
     top: 50%; 
     transform: translate(-50%, -50%); 
     position: absolute; 
     z-index: 1;
     height: 100%
}

.display-5 {
    font-size: 2rem;
}

.display-6 {
    font-size: 1.8rem;
}

.modal-backdrop {
    z-index: 1040 !important
}
