* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    max-width: 1280px;
    margin: 0 auto;
    padding: 5px;
}

/*----------------------------- NavBar -------------------------------*/

nav {
    background-color: rgba(5, 68, 164, 0.25);
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    height: 15%;
}

nav a {
    height: 15%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    color: #fff;
}

nav li:first-child {
    margin-right: auto;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(100px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {
    display: none;
}

svg path {
    fill: #fff;
}

/*----------------------------- Sections -------------------------------*/

/* Banner */

.banner {
    background-image: url("../img/AomegaCleaningServicesMiamiBannerImage.webp");
    background-color: #cccccc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.txtBannerTop {
    font-size: 4vh;
    text-align: center;
    color: #fff;
    padding-top: 40px;
}

.btnBanner {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px;
    width: 90%;
    font-weight: 600;
    font-size: 2vh;
    border: none;
    border-radius: 5px;
    display: block;

}

.txtBannerBottom {
    font-size: 3vh;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}

/* About Us */

.aboutUs {
    margin: 10px;
    font-size: 3vh;
    color: #5e5e5e;
}

.figcaption {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    background-color: #f6f6f6;
    font-size: 18px;
    padding: 10px;
}

.imgAbout {
    width: 100%;
}

/* Cleaning Services */

.servicesTitle {
    background-color: #f6f6f6;
}

.imgServices {
    height: 300px;
    width: 100%;
}

.btnServices {
    background-color: #0544a4;
    color: #fff;
    width: 50%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2vh;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Subscribe */

.subscribe {
    background-color: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 25px;
}

.txtSubscribe {
    text-align: center;
    font-weight: 400;
    font-size: 3vh;
    padding-bottom: 15px;
}

input[type=text] {
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 3vh;
}

input[type=email] {
    margin: 0 auto;
    width: 90%;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 3vh;
}

textarea {
    display: block;
    margin: 0 auto;
    width: 91%;
    height: 150px;
    font-size: 3vh;
  }

input[type=submit] {
    background-color: #0544a4;
    color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 3vh;
}

/* Social */

.social {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

hr {
    width: 10%;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #e2e2e2;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
}

.socialIcon {
    width: 3rem;
    display: inline;
    padding: 10px;
    margin-bottom: auto;
}

/* Footer */

footer {
    text-align: center;
    background-color: #04398d;
    color: #fff;
    font-size: 2vh;
    padding-bottom: 25px;
}

/*------------------------- Fonts and Texts -----------------------------*/

h1 {
    text-align: center;
    color: #04398d;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 6vh;
    font-family: 'Source Sans Pro', sans-serif;
}

h2 {
    text-align: center;
    color: #04398d;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 4vh;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    text-align: center;
    font-size: 3vh;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 25px;
}

p {
    padding-top: 25px;
    font-family: 'Source Sans Pro', sans-serif;
}

.justy{
    font-size: 3vh;
    padding-left: 25px;
    padding-right: 25px;
}

a {
    color: #fff;
    text-decoration: none;

}

@media (min-width:320px) {

    /* smartphones, iPhone, portrait 480x320 phones */
    .cleanSer1 {
        display: block;
        background-color: #f6f6f6f6;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 1;
    }

    .cleanSer2 {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 1;
    }

    .cleaningService {
        display: block;
    }

    /*----------- NavBar smartphones, portrait iPhone, portrait 480x320 phones (Android)  */
    .sidebar {
        width: 100%;
    }
    
    #img-logo{
        width: 100%;
    }

}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .cleanSer1 {
        display: block;
        background-color: #f6f6f6f6;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 2;
    }

    .cleanSer2 {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 2;
    }

    .cleaningService {
        display: block;
        margin-bottom: 45px;
    }
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */

    .cleanSer1 {
        display: block;
        background-color: #f6f6f6f6;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 3;
    }

    .cleanSer2 {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 3vh;
        column-count: 3;
    }

    .cleaningService {
        display: block;
        margin-bottom: 55px;
    }
}

/*----------- NavBar big landscape tablets, laptops, and desktops  */

@media(max-width: 1024px) {
    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }
}