* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
}

@keyframes transitionIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body {
    background-color: #FFF!important;
    font-family: 'Exo', sans-serif!important;
    font-size: 22px;
    animation: transitionIn 1.5s;
}

@media only screen and (min-width: 1200px) {
    body {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        font-size: 12px;
    }
}

img {
    pointer-events: none;
}

h1 {
    font-weight: 900!important;
}

#button {
    display: inline-block;
    background-color: #CCC;
    width: 50px;
    height: 50px;
    padding: 13px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

@media only screen and (max-width: 712px) {
    #button {
        display: none;
    }
}

#button:hover {
    cursor: pointer;
    background-color: #CCC;
    text-decoration: none;
}

#button:active {
    background-color: #CCC;
    text-decoration: none;
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
}

.down {
    border: none!important;
    text-decoration: none!important;
}

.down img {
    border: none!important;
    text-decoration: none!important;
}

.navbar {
    height: 120px;
    background-color: #FFF;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-brand img {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.navbar-toggler {
    border: none !important;
    color: #000!important;
}

.navbar-toggler:active,
.navbar-toggler:link,
.navbar-toggler:hover,
.navbar-toggler:visited {
    border: none !important;
    box-shadow: none !important;
    color: #000!important;
}
@media (max-width: 992px) { 
.album{
    padding-top:80px!important;
}
}
.overlay {
    z-index: 9999999999;
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    background-color: #FFF;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    z-index: 9999999999;
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    z-index: 9999999999;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #000;
}

.overlay .closebtn {
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 45px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.fa-bars,
.navbar-toggler-icon {
    color: #000!important;
}

.nav-link {
    color: #000!important;
    font-size: 22px;
}

.nav-link i {
    color: #000!important;
    font-size: 20px;
}

section {
    position: sticky;
    top: 50px;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    section {
        top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section {
        top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    section {
        top: 95px;
    }
}

.containerr {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 10px!important;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containerr:hover .image {
    opacity: 0.3;
}

.containerr:hover .middle {
    opacity: 1;
}

.text {
    color: #000;
    font-family: 'Exo', sans-serif!important;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 10px;
}

.active {
    font-weight: 800!important;
}

.fw-light {
    font-size: 70px!important;
    font-family: 'Pattaya', sans-serif;
}

@media only screen and (min-width: 1200px) {
    .fw-light {
        font-size: 68px!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fw-light {
        font-size: 66px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fw-light {
        font-size: 40px!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fw-light {
        font-size: 38px!important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 575px) {
    .fw-light {
        font-size: 28px!important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 425px) {
    .fw-light {
        font-size: 26px!important;
    }
}

@media only screen and (max-width: 320px) {
    .fw-light {
        font-size: 24px!important;
    }
}

.lead {
    opacity: 1;
    font-size: 25px!important;
}

@media only screen and (min-width: 1200px) {
    .lead {
        font-size: 25px!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .lead {
        font-size: 23px!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lead {
        font-size: 21px!important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lead {
        font-size: 19px!important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 575px) {
    .lead {
        font-size: 17px!important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 425px) {
    .lead {
        font-size: 17px!important;
    }
}

@media only screen and (max-width: 320px) {
    .lead {
        font-size: 15px!important;
    }
}

footer {
    position: relative;
}

.list-inline-item i {
    font-size: 20px;
    color: black;
}

.footer i {
    padding: 5px;
    font-size: 20px;
    color: black;
    opacity: 0.3;
}

.footer i:hover {
    opacity: 1;
}

.copyright {
    font-weight: bold;
}

.contact {
    font-family: 'Exo', sans-serif!important;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 50%;
}

.contact:hover {
    font-family: 'Exo', sans-serif!important;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 50%;
}

.contact i {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 5px;
}

.fa-mobile-alt {
    font-size: 22px!important;
}

.gallery a {
    display: block;
    cursor: zoom-in;
}