* {
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    width: 100%;
}

.logo {
    width: 150px;
    height: 125px;
    /* margin-top: 20%;
    margin-left: 25%; */
}

.logo_header {
    width: 50px;
}

.nav-bar {
    /* margin-top: 5%;
    margin-left: 25%; */
    color: blue;
    width: max-content;
}

.link-text {
    color: blue
}

.banner {
    margin-top: 1%;
}

.main-section {
    margin-top: 5%;
    margin-left: 25%;
    margin-right: 25%;
}

.img-sections {
    border-radius: 14px;
    height: 262px;
    width: 390px;
}
.image-title {
    max-width: 350px;
    text-align: center;
}

.footer {
    background-color: blueviolet;
}

.contact-icon {
    width: 70px;
    margin-right: 1%;
}

.img-icon-contact {
    width: 50px;
    height: 50px;
    padding: 3px;
    margin-left: 50px;
}

.icons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.blog_main--img {
    width: 30%;
}

.main-banner {
    background-color: #123871;
    height: 80px;
}

.attachment-post-thumbnail {
    border-radius: 10px;
}

.buttons_section--mobile {
    display: none;
}

/* .line-one {
    top: 0;
    left: -100%;
    width: 100;
    height: 2px;
    background-color: linear-gradient(90deg, transparent, #123871);
}

.line-one:hover {
    left: 100%;
    transition: 1s;
} */

.line1 {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #123871);
}

.btn-neon:hover .line1 {
    left: 100%;
    transition: 1s;
}

#span1 {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #123871);
}

.btn-neon:hover #span1 {
    left: 100%;
    transition: 1s;
}

.facebook-fanpage-container {
    justify-content: center;
}

.conaced_logo_link {
    /* margin-top: 5%;
    margin-left: 5%; */
}

h2 {
    color: #252839;
    -webkit-text-stroke: 1px #383d52;
    text-transform: uppercase;
}

/* .centered-div {
    display: none;
} */

#header-mobile {
    display: none;
} 

.slider-container {
    height: 400;
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
 @media (min-width: 1200px)  and (max-width: 1400px) {
    
    .nav-bar {
        display: none;
    }

    .fixed-width-button {
        width: 200px;
        font-size: 12px;
    }

}

@media (min-width: 993px)  and (max-width: 1200px) {

    .fixed-width-button {
        width: 200px;
        font-size: 10px;
    }

    .main-navbar-link {
        font-size: 12px;
    }

    .navbar-logo {
        width: 150px;
        height: 115px;
    }

    .navbar-secondary-logo {
        width: 180px;
        height: 80px;
    }

    .img-sections {
        border-radius: 14px;
        height: 150px;
        width: 230px;
    }

    .image-title {
        max-width: 230px;
        text-align: center;
    }

    /* #header-desktop {
        display: none;
    } */

}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 661px) and (max-width: 992px) {

    #header-desktop {
        display: none;
    }

    #header-mobile {
        display: block;
    }

    .centered-div {
        display: flex;
        margin-top: 5%;
        margin-bottom: 5%;
    }


    .banner {
        height: 200px;
    }

    .img-banner {
        height: 200px;
    }

    .contact-icon {
        width: 60px;
    }

    .blog_main--img {
        width: 60%;
    }

    .main-banner {
        background-color: #123871;
    }

    .slide_img {
        height: 150px;
    }

    .buttons_section {
        font-size: small;
    }

    .main-section {
        margin-top: 10%;
        margin-left: 25%;
        margin-right: 25%;
    }

    .main-section1 {
        margin-top: 20%;
        margin-left: 25%;
        margin-right: 25%;
    }

    .btn-neon {
        font-size: x-small;
    }

    .logos:after {
        right: 500px;
    }

    .conaced_logo_link {
        display: none;
    }

    #first-section {
        margin-top: 5%;
    }

    .img-sections {
        height: 170px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media (min-width: 279px) and (max-width: 660px) {
    #header-desktop {
        display: none;
    }
    #header-mobile {
        display: block;
    }
    
    .centered-div {
        display: flex;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .img-banner {
        height: 200px;
    }

    .contact-icon {
        width: 65px;
    }

    .blog_main--img {
        width: 80%;
    }

    .main-banner {
        background-color: #123871;
    }

    .slide_img {
        height: 150px;
    }

    .button-test {
        display: none;
    }

    .buttons_section {
        font-size: 12px;
    }

    .main-section {
        margin-top: 5%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .btn-neon {
        font-size: x-small;
    }

    .img-icon-contact {
        padding: 10px;
        margin-left: 0;
    }

    .logos {
        overflow: hidden;
        padding: 10px 0;
        background: transparent;
        white-space: nowrap;
        position: relative;
    }

    .logos:before,
    .logos:after {
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        content: "";
        z-index: 2;
    }

    .logos:before {
        left: 0;
        background: transparent;
    }

    .logos:after {
        right: 0;
        background: transparent;
    }

    .facebook-fanpage-container {
        justify-content: flex-start;
    }

    .conaced_logo_link {
        display: none;
    }
    .img-sections {
        height: 170px;
    }
}

