@font-face {
    font-family: questrial;
    src: url(Questrial-Regular.ttf);
}

html, body {
    font-family: questrial,sans-serif;
    overflow-x: hidden;
}

h1, h2 {
    text-transform: uppercase;
}

.navbar {
    z-index:9;
}

#register-now {
    max-width:100%;
}

#register-now a {
    background-color:#FF6161;
    border:0;
    margin:0 auto;
}

#register-now a:hover {
    background-color:#DB5353;
}

.color-yellow {
    color:rgb(246, 189, 65) !important;
}

.color-red {
    color: #FF6161 !important;
}

#carouselExampleIndicators {
    overflow:hidden;
}

.carousel {
    min-width:100%;
    max-height:95vh;
}

.logo {
    height:100%;
    width:100%;
    display:flex;
}

.logo img {
    position:absolute;
    top:30%;
    left:50%;
    transform:translate(-50%,-50%);
    max-height:45%;
}

.hero {
    position: absolute;
    text-align:center;
}

.hero-20 {
    top:78%;
    left:50%;
    transform: translate(-50%, -80%);
    width:40%;
    min-width:580px;
    max-width:95%
}

.hero-50 {
    top:20%;
    left:50%;
    transform: translate(-50%, -20%);
    min-width:15%;
}

.hero img {
    width:100%;
}

.hero .hero-box {
    background-color:rgba(0,0,0,0.7);
    border:4px solid rgb(246, 189, 65);
    color:#fff;
    padding:12px;
}

.hex:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid rgb(246, 189, 65);
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}

.hex {
    margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: rgb(246, 189, 65);
    position: relative;
}

.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid rgb(246, 189, 65);
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}

.hex span {
    display:inherit;
    font-size:2.5rem;
    text-align:center;
}

.hex-header-text {
    height:120px;
    line-height:120px;
}

.btn-register {
    background-color:rgb(246, 189, 65);
    border-color:#DBA437;
    width:100%;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.gallery-item {
    cursor: pointer;
    margin-top:4px;
}

.modal-body {
    border: none;
    background-color:rgba(0,0,0,0.4);
}

.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.modal-content img {
    max-height:90%;
    max-width:90%;
    display:block;
    margin:0 auto;
}

#close-modal {
    color: #DB5353;
    font-size:35px;
    position:absolute;
    top:5px;
    right:12px;
    cursor: pointer;
}

.gallery-card .card-img-overlay {
    left:15px;
    right:15px;
    background-color: rgba(0, 0, 0, 0.3);
}

.gallery-card:hover .card-img-overlay, .card-img-overlay:hover {
    left:15px;
    right:15px;
    background-color: rgba(0, 0, 0, 0.5);
    transition-duration: 500ms;
}

.hex-header-text {
    line-height:32px;
    padding-top:42px;
}

@media(min-width:992px) {
    #login div.form-group div, #register div.form-group div {
        margin-left:18px;
    }
}

@media(max-width:992px) {
    #register {
        margin-top:32px;
    }
}

@media(max-width:800px) {
    h1 {
        font-size:2rem;
    }
    h2 {
        font-size:1.5rem;
    }
    h3 {
        font-size:1.1rem;
    }
}

@media(max-width: 600px) {
    .hero-20 {
        min-width:90%;
        max-width:100%;
    }
}

@media(max-width: 576px) {
    body > .container {
        padding-left:12px;
        padding-right:12px;
        max-width:100%;
        margin-left:0;
        margin-right:0;
    }

    body > .row {
        margin-left:0;
        margin-right:0;
        max-width:100%;
    }

    .logo img {
        max-height:40%;
    }

    .hero-20 {
        top:80%;
    }
}