.manageSubmit {
    min-width: 80px !important;
}

body {
    /*background-color:#242021;*/
    position: relative;
    overflow: scroll;
    font-family: Poppins, sans-serif;
}

#bodyPage {
    width: 100%;
    z-index: 1;
    position: absolute;
}

.nav-link {
    font-size: 20px;
    color: white !important;
    transition: 0.4s;
}

.nav-link:hover:dropdown-menu {
    display: block;
}


/* hover should be before active to avoid overlap of bottom border */

.nav-item .nav-link:hover {
    color: #ceb780 !important;
}

.navbar-nav .active .nav-link {
    border-bottom: solid 1px;
    border-color: #ceb780 !important;
}

.fixed_position_body {
    position: relative;
}

.fixed_position {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar {
    z-index: 9 !important;
    background-color: black;
    padding: 0.5% 7% 0.5% 7%;
}

.productChangeColorButton {
    border-radius: 15px;
    background-color: rgb(13, 3, 48);
    color: white;
    height: 45px;
    width: auto;
    cursor: pointer;
    margin-top: 18px;
    font-size: 1em;
    font-family: cursive;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}


/*
.navbar + #bodyPage{
    padding-top: 0 px;
}

.top-navbar_info div{
    display: inline-block;
    color: #ceb780;
    font-size:12px;
    font-family: Montserrat,Helvetica,Arial,sans-serif;

}

.top-navbar{
    padding:9px;
    background-color: #010d19;
    height:30px;
    z-index:5;

}
*/

.flex-container {
    display: flex;
    justify-content: center;
}

.top-navbar-block {
    margin: 0px 70px 0px 60px;
}

@media only screen and (max-width: 900px) {
    .top-navbar {
        display: none;
    }
    #bodyPage {
        top: 80px;
    }
}

@media only screen and (max-width: 700px) {
    #logoImage {
        height: 55px;
    }
    .text-carousel {
        font-size: 10px;
    }
    .caption-carousel {
        transform: scale(0.5);
        margin: -1px !important;
        font-size: 35px;
    }
    .text-carousel-center {
        text-align: center;
        padding: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 0px;
    }
    .caption-inner-text {
        margin: 0px;
        padding: 4px;
        font-size: 13px;
    }
    .nav-link {
        font-size: 16px;
        padding: 2px;
    }
    .caption-button {
        padding: 9px 16px 9px 16px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .dropdown-item {
        color: white;
    }
    .navbardropdownItem {
        background: black;
    }
    li .dropdown-menu {
        background: black;
        border-color: black;
    }
}

@media only screen and (max-width: 400px) {
    #logoImage {
        height: 40px;
    }
}

.container-description {
    text-align: center;
    margin: 50px 1% 80px 1%;
}

.text-justify {
    text-align: justify;
    text-align-last: center;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold;
}

.footer {
    background-color: #010d19;
    color: white;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    height: 235px;
}

i {
    font-family: Sacramento;
}

.footer-time {
    border-left: 0.5px dotted gray;
}

@media only screen and (max-width: 767px) {
    .footer-time {
        border-left: none;
        padding-top: 40px;
    }
}

.footer-time .footer-time-y {
    font-weight: 650;
}

.footer-contact-t {
    font-weight: 650;
}

.content-title {
    color: #ceb780;
}

.content-image {
    width: 100%;
    height: auto;
}


/*button gradient light effect*/

.caption-button {
    padding: 10px 15px 10px 15px;
    color: white;
    background: #ceb780;
    font-size: 15px;
    display: inline-block;
    border: none !important;
    opacity: 0.0;
    transition: opacity 1s;
    border-radius: 20px;
}

.caption-button:hover {
    /*   background-color:#a87f48;*/
    text-decoration: none;
    color: white;
    cursor: pointer;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 121);
    -webkit-box-shadow: 0px 5px 80px -10px rgba(217, 164, 31, 0.51);
    -moz-box-shadow: 0px 5px 80px -10px rgba(217, 164, 31, 0.51);
    transition: all 0.4s ease 0s;
}

.barinfo {
    width: 500px;
    border: none;
    border-radius: 15px;
    outline: none;
    padding: 10px;
    font-size: 1em;
    color: #676767;
    transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    border: solid 3px #032a3d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
    .barinfo {
        width: 300px;
    }
    .container-description {
        padding-bottom: 40px;
    }
}

.barinfo:focus {
    border: solid 3px #02527a;
}

label {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin-top: 20px;
}

.barInfoSubmit {
    border-radius: 15px;
    background-color: rgb(13, 3, 48);
    color: white;
    height: 50px;
    width: 100px;
    cursor: pointer;
    margin-top: 18px;
    font-size: 1.29em;
    font-family: cursive;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.barInfoSubmit:hover {
    background-color: #02527a;
}

.languageSelection {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-left: auto;
}

.languageSelection label {
    font-size: 14px;
    margin-left: 10px;
}

input {
    min-width: 80px;
}