/*Main Styles*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Helvetica Neue', bold, sans-serif;
}

.flex-container {
    display: flex;
}

.flex-container-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nav {
    z-index: 800;
    /*Makes the mobile menu to display in front*/
}

.nav-item {
    display: flex;
}

.hamburger {
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-top: 10px;
}

.blueh2 {
    justify-content: flex-start;
    order: 1;
}

#nav-menu {
    justify-content: flex-start;
    width: 100px;
}


#nav-name {
    text-align: center;
    padding: 10px;
    justify-content: center;

}

#nav-name a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;

}

#nav-logo {
    width: 33.33%;
    justify-content: flex-end;
    height: 200px;
}

#nav-logo img {
    width: 150px;
    z-index: 850;
}


#menumobile {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 998;
}

#menumobile ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    background-color: #D3EDEF;
    width: 200px;
}

#menumobile ul li a {
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    color: #7FCCD0;
    font-family: 'Helvetica Neue';
    font-size: 16px;
    line-height: 10px;
    margin-left: 5px;

}

#heart {
    font-size: 18px;
    width: 25px;
    padding: 2px;
}

nav {
    background-color: #D3EDEF;
    height: 100px;
    text-align: center;

}

nav ul {
    display: flex;
    list-style-type: none;
    /*to remove the dots */

}

nav ul li a {
    display: inline-block;
    margin-top: 20px;
    padding: 20px;
    text-decoration: none;
    color: #5D5A5A;
    font-family: 'Helvetica Neue';
    font-size: 18px;

}

nav ul li a:hover {
    color: #7FCCD0;

}
#menu-full{
    display:flex;
    flex-direction: column;
}

#envelope {
    width: 40px;
    padding: 2px;
}

.blueh {
    color: #7FCCD0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    padding: 20px;
    text-align: center;
}


.flex-container-clients {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    margin: auto;

}

.flex-container-clients img {
    display: flex;
}

.clientsbox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 70%;
    padding: 10px;
}

.client {
    width: 100%;
    border-radius: 50%;
    padding: 5px;
    border: solid #B29FCC 20px;
}

.client img {
    object-fit: cover;
}

.clientsbox {
    display: block;
}

.purpleh5 {
    color: #B29FCC;
    font-size: 20px;
    text-align: center;
}

.clientsbox h6 {
    color: #7FCCD0;
    font-size: 18px;
    text-align: center;
}

.clientsbox p {
    color: #5D5A5A;
    font-size: 16px;
    text-align: center;
}

.container-blue {
    display: inline-block;
    align-items: center;
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #D3EDEF;
    z-index: 1;
    margin-top: 20px;
}

.bluebg {
    width: 100%;
    display: inline-block;
    background-color: #D3EDEF;
    padding: 40px;
    margin: auto;
    z-index: 2;
}

.subscribe {
    background-color: #7FCCD0;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 18px;
    padding: 20px 20px;
    height: 180px;
    width: 400px;
    margin: auto;
    line-height: 1.6;
    text-align: center;
    position: absolute;
    left: 7.5%;
    bottom: 35%;
    z-index: 3;
}

.button1 {
    display: flex;
    background-color: #B29FCC;
    width: 150px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    justify-items: flex-end;
    position: absolute;
    left: 59%;
    bottom: 13%;
    z-index: 4;
}

.button1 a {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 4;

}

.dline {
    width: 250px;
    height: 160px;
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: 3%;
    z-index: 5;
}

.dline img {
    z-index: 99;
}

.flex-container-promohome {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    width: 100%;

}

.promobox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin: auto;
}

#showerdog {
    width: 100%;
    display: flex;
    margin: auto;

}

#promoinfo {
    width: 100%;
    display: flex;
    margin: auto;
}

/*Here starts footer section*/


.container-footer {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.bottomrectangle {
    align-items: center;
    width: 100%;
    padding: 5px;
    background-color: #D3EDEF;
    height: 200px;
}

.topfooter {
    display: inline-block;
    width: 100%;
    text-align: center;
    ;
}

.blueh2 {
    color: #7FCCD0;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 22px;
    text-align: center;
}

.location {
    display: inline-block;
}

.location p {
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
}

.location img {
    text-align: center;
}

#house {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.socialmedia {
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
}

.socialmedia img {
    width: 30px;
    height: 30px;
    padding: 3px;

}

.copyright {
    width: 100%;
}

.copyright p {
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
}

/*Here starts About us Section*/
.purplesquare {
    background-color: #B29FCC;
    width: 80%;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.purplesquare p {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.staff {
    width: 100%;
}

/*Here starts Contact us Section*/
.headcontact h2 {
    color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-size: 23px;
    text-align: center;
    padding: 20px;
}

.flex-container {
    display: flex;
}

.purplebubble {
    width: 90%;
    background-color: #B29FCC;
    color: #E0C9ED;
    border-radius: 20px;
    margin: auto;
    margin-top: 40px;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    padding: 20px;

}

form .info {
    line-height: 30px;
    font-size: 20px;
    display: block;
}

form .whitespace {
    border-radius: 20px;
    line-height: 30px;
    width: 100%;
    border: 0;
}

form .whitespacebigger {
    border-radius: 20px;
    width: 100%;
    border: 0;
    height: 200px;
    font-family: 'Helvetica Neue';
    font-size: 19px;
    color: #5D5A5A;
    text-align: left;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #menu-full {
        display: none;
    }

    #nav-menu {

        color: #7FCCD0;
        padding: 5px;
    }

    #hamburger {
        display: flex;
        padding: 10px;
    }

    .flex-container-clients {
        display: flex;
        flex-direction: row;

    }

    .col-xs-1 {
        width: 8.33%;
    }

    .col-xs-2 {
        width: 16.66%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33%;
    }

    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33%;
    }

    .col-xs-8 {
        width: 66.66%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33%;
    }

    .col-xs-11 {
        width: 91.66%;
    }

    .col-xs-12 {
        width: 100%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #menu-full {
        display: none;
    }

    .nav {
        width: 100%;
    }

    .nav ul li a {
        font-size: 16px;
        padding: 15px;

    }

    .dline {
        position: absolute;
        left: 35%;
        bottom: 3%;
        z-index: 5;
    }

    .flex-container-promohome {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .col-sm-1 {
        width: 8.33%;
    }

    .col-sm-2 {
        width: 16.66%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33%;
    }

    .col-sm-5 {
        width: 41.66%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33%;
    }

    .col-sm-8 {
        width: 66.66%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33%;
    }

    .col-sm-11 {
        width: 91.66%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #menu-full {
        display: flex;
        flex-direction: row;
        border: solid yellow 5px;
    }

    #menumobile {
        display: none
    }

    #nav-menu {
        display: none;
    }

    #nav-name {
        display: none;
    }

    .subscribe {
        position: absolute;
        left: 12%;
        bottom: 35%;
        z-index: 3;
    }

    .button1 {
        position: absolute;
        left: 59%;
        bottom: 13%;
        z-index: 4;
    }


    .dline {
        position: absolute;
        left: 40%;
        bottom: 3%;
    }

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

    .promobox {
        border: solid 5px;
        margin: auto;
    }


    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #h1mobile {
        display: none;
    }

    .nav {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .flex-container-clients {
        flex-direction: row;

    }

    .subscribe {
        position: absolute;
        left: 17.5%;
        bottom: 35%;
        z-index: 3;
    }

    .subscribe {
        position: absolute;
        left: 15%;
        bottom: 35%;
        z-index: 3;
    }

    .button1 {
        position: absolute;
        left: 54%;
        bottom: 13%;
        z-index: 4;
    }


    .dline {
        position: absolute;
        left: 38%;
        bottom: 3%;
    }

    .promoh1 {
        display: block;
    }

    .flex-container-promohome {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;

    }

    .promobox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px;
    }

    #showerdog {
        width: 450px;
        display: flex;
        flex-direction: row;
        justify-self: start;
        border: solid yellow 5px;

    }

    #promoinfo {
        width: 310px;
        display: flex;
        flex-direction: row;
        border: solid pink 5px;

    }

    .promobox {
        border: solid blue 5px;
    }

    /*Here starts Contact section for lg media queries*/
    form .whitespace {
        width: 50%;
    }
    
    form .whitespacebigger {
        border-radius: 20px;
        width: 100%;
        border: 0;
        height: 200px;
        font-family: 'Helvetica Neue';
        font-size: 19px;
        color: #5D5A5A;
        text-align: left;
    }
    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }

}