body {
    background-color: #0f203e;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

label {
    font-size: 22px;
}

textarea {
    resize: none;
    background-color: #ffffff !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #b01d1f !important;
    border-color: #b01d1f !important;
}

#url_found {
    background-color: #ffffff !important;
}

footer .copyright {
    /* margin-top: 80px; */
    background-color: #172F5B;
    /* font-family: 'Montserrat', sans-serif; */
    text-align: center;
    line-height: 60px !important;
    height: 60px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

footer .copyright h5 {
    line-height: 60px !important;
}


/* Menu */

#staytuned {
    font-size: 3em;
}

.navbar {
    background-color: white;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    /* font-family: 'Monserrat-Light'; */
    font-size: 2em;
    color: black;
}

.navbar-brand img {
    width: 200px;
}

.navbar-toggler {
    padding: 0px;
    border: 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-toggler {
    border-color: black;
}

.navbar-light .navbar-nav .nav-link {
    /* font-family: 'Monserrat-Light'; */
    font-size: 1.5em;
    color: white;
    padding: 0.7rem 1rem;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../imgs/icons/icon_close_menu.svg);
    background-size: 54%;
}

.divider {
    border-top: 5px solid white;
    width: 80%;
    margin: 0 auto;
}

.swiper-container {
    /* padding-top: 25px; */
    background-color: #12254f;
}

@media (min-width:1400px) {
    .navbar-brand {
        padding: 0.4rem 1.8rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 1.4rem 1.8rem;
    }
}

.navbar {
    background-color: #172F5B;
    -webkit-box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width:1400px) {
    .navbar-brand {
        padding: 0.4rem 1.8rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 1.4rem 1.8rem;
    }
}


/* End Menu */

.drag-area button,
.drag-area .s-button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    color: #0f203e;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width:500px) {
    .title-header h4 {
        font-size: 1.3rem !important;
    }
}

@media (max-width:400px) {
    .title-header h4 {
        font-size: 1rem !important;
    }
}

@media (max-width:767px) {
    .title-header {
        width: auto !important;
    }
}

div.logo-container {
    position: absolute;
    max-width: 45%;
    max-height: 45%;
    /* top: 50%; */
    left: 50%;
    overflow: visible;
}

img.logo {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    /* margin-top: -50%; */
    margin-left: -50%;
    visibility: hidden;
    /* height: 50vh;
    width: auto */
}

@media (min-width:991px) {
    img.logo {
         height: 50vh;
    }
}
