* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins';
}

.color {
    color: #E5ECFA;
}

.header_top {
    height: 3em;
    font-size: 2vmin;
    background-color: #003656;
}

.header_top>.number {
    color: white;
}

.font {
    text-decoration: none;
    letter-spacing: 1px;
    list-style: none;
}

.font_color {
    color: #1e3b7f;
}

.text {
    text-align: center;
}

.font_weight {
    font-weight: bolder;
}

.text_primary {
    color: #080c4d;
}

.header {
    z-index: 1;
    -moz-box-shadow: 0 0 27px 0 rgba(5, 6, 6, .22);
    -webkit-box-shadow: 0 0 27px 0 rgba(84, 104, 104, 0.22);
    -ms-box-shadow: 0 0 27px 0 rgba(5, 6, 6, .22);
    -o-box-shadow: 0 0 27px 0 rgba(5, 6, 6, .22);
    box-shadow: 0 0 27px 0 rgba(5, 6, 6, .22);
}

.size_font {
    font-size: 13px;
}

.navbar-nav{
    font-size: 15px;
}

.content {
    padding: 16px;
}

/* header fixer */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

.sticky+.content {
    padding-top: 102px;
}

.cursor {
    cursor: pointer;
}

.navbar_third {
    box-shadow: -6px 16px 30px -35px rgba(0, 55, 87, 1) inset;
    box-shadow: -6px -16px 30px -44px rgba(0, 55, 87, 1) inset;
}
.column1>h3{
    margin-top: 2%;
}

@media screen and (min-width: 200px) and (max-width: 1260px) {
    .header_top {
        font-size: 11px;
        padding: 0;
    }

    .navbar-nav{
        font-size: 16px;
        align-items: center;
    }
}
@media screen and (min-width: 770px) and (max-width: 995px){
    .column1>h3, .column-header div h5{
        font-size: 15px;
    }
    .column-header>div{
        width: 100%;
        margin-bottom: none;
    }
    .modal-body>p{
        font-size: 11px;
        
    }
}
@media screen and (min-width: 200px) and (max-width: 767px){
    .column1{
        background-image: url('../images/exit_right_side.png');
        background-color: #003656;
        
    }
    .column1>h3{
        margin-top: 2%;
        color: #FFFFFF;
    }
    .column1 p{
        color: #FFFFFF;
    }
    .column2{
        display: none;
    }
}