
html {

    background-image: linear-gradient(#FFBBEC, #4158D0);
    scroll-behavior: smooth;

}


body {
    
    /* background-color:rgb(39, 202, 131); */
    /* background-image: url(images/image-lion-background.png); */
    /* background-image: linear-gradient(#FFBBEC, #4158D0); */
    /* background-image: linear-gradient(#FFBBEC, #4158D0); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100%;
    min-width: 100%;
    

}


.container {

/* background-color: #2944ca; */
/* height: 100%; */
width: 100%;
margin: 0 auto;
font-family: 'Roboto', sans-serif;
font-size: 1.875rem;
color: #312113ed;

}

header {

display: flex;
justify-content: space-between;
/* align-items: center; */
padding-top: 2%;
padding-bottom: 2%;
padding-right: 2%;

}

main {

width: 100%;
display: flex;
align-items: center;

}

/* .main2 {

    min-height: 300px;
    padding-top: 50px;

} */

.images {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    width: 100%;
    margin-bottom: 20%;

}


.image1, .image2 {

    max-width: 90%;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px  #756002b2;
    min-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 75px;
    
    
}

img {max-width: 100%;}

/* //This img width line is crucial for maintaining image proportions// */

.cards {

display:flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 5%;
width: 100%;

}

.card1, .card2, .card3 {

    min-width: 300px;
    max-width: 550px;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px  #756002b2;
    min-height: 300px;
    max-height: 550px;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;

}

.card1:hover {

    background-color: #d8050510; 


}

.card2:hover {

    background-color: #9ef37c17;
 

}

.card3:hover {

    /* background-color: #d1ed1945; */
    background-color: #dffc21d7;
 

}

/* @media(hover:hover) and (pointer:fine) {

    .card1 {

        background-color: #d8050510; 

    }

    .card2 {

        background-color: #9ef37c17;

    }

    .card3 {

        background-color: #dffc21d7;

    }

} */

.heroboxes {

    flex-wrap: wrap;
}

.herobox1 {

    /* display: flex; */
    flex: 1;
    /* this gives a 2/3 ratio of space to herobox 1 */
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 2%;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* background-color: aliceblue; */
    min-height: 5%;
    margin-bottom: 5%;

}


.herobox2 {

    flex: 2;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 5%;
    padding-top: 20%;
    flex-wrap: wrap;
    /* background-color: #FFBBEC; */

}

.netherbox {

    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding-top: -200px;
    padding-bottom: 20px;
    margin-bottom: 100px;

}

.ProjectWork {

    margin-bottom: 7%;
}

.Employment {

    margin-bottom: 7%;
}

.Reviews {

    margin-bottom: 7%;
}

.Education {

    margin-bottom: 7%;
}

h1 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    text-shadow: 2px 2px 2px #dFFc21;
    font-size: 3.75rem;
}


/* @media screen and (max-width=768px) {

    h1 {

        font-size: 2rem;
    }
} */

h2 {
    padding-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}


a {
    
    color: white;
    text-decoration: none;

}


p {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
    /* color: #e09feded; */
    color: rgb(244, 188, 234);
    margin-left: 0.5rem;
    /* text-shadow:0.2px 0.2px 0.2px #f7f3d1b2; */
}


p2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #3a3544ed;
    margin-left: 0.75rem;
    /* text-shadow:0.2px 0.2px 0.2px #f7f3d1b2; */
}

.cardsP {

    font-size: 3.25rem;
    line-height: 1.75rem;
    margin-top: 0.5rem;
    margin-left: 0.5rem;

}


.cardsI {

    font-size: 100px;
}


.cardsA {

    color: white;
    text-decoration: none;

}

.mybutton {

    background-color: transparent;
    color: white;
    font-size: 1.75rem;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    padding: 1% 2%;
    display: inline-block;
    /* margin-top: 10px; */
    margin-bottom: 25%;
    border-radius: 5%;
    margin-left: 10px;
    /* box-shadow: 2px 2px 2px #fc95dfe3; */
    /* box-shadow: 5px 15px 8px #312113; */
    /* the third number is shadow blur */
}


.mybutton:hover {

    /* box-shadow: 5px 5px 5px #ffe88362; */
    box-shadow: 5px 15px 10px #756002b2;

}



.navbutton1, .navbutton2, .navbutton3 {

    margin-right: 10px;
    background-color: transparent;
    /* color: white; */
    font-family: 'Playfair Display', serif;
    font-weight: 200;
    min-height: 45px;
    min-width: 45px;
    border-radius: 0.25%;
    border-color: black;
    border-style: solid;
    border-width: 8px;
    /* border-color: #312113ed; */
    border-radius: 15%;
    box-shadow:  2% 2% 2% #FFBBEC;
    display: inline-block;
    position: relative;

}


.navbutton1:hover, .navbutton2:hover, .navbutton3:hover {

    box-shadow: 5px 10px 5px #ffe88362;
}


/* .dropdown-menu {

    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    text-align: center;

} */

/* .dropdown-menu .navbutton {

width: 100px;
    
} */

/* .navbutton:hover .dropdown-menu {

    display: block;
    margin-left: -22px;

} */

.testimonials {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 350px;
    
}

.tbox {

     /* width: 47%; */
     min-width: 300px;
     max-width: 800px;
     padding: 50px;
     border: 1px solid white;
     box-sizing: border-box;
     margin-top: 90px;
     margin-left: auto;
     margin-right: auto;

}

.tbox:hover {

    box-shadow: 5px 5px 5px  #ffe88362;


}


.tbox :last-child {

    font-size: 0.8rem;
    padding-left: 30px;

}

.netherbox {

    min-height: 100px;
    margin-left: 2%;


}


/* tablet view */

/* @media screen (min-width=768px max-width=1023px) {

    .container {

        width: 80%;

    }


    .tbox {

        margin: 0 auto;

    }


    /* .card1, .card2, .card3 {

        /* padding: 30px 30px; */
        /* width: 80%;
        min-height: 100px;
        min-width: 400px; */

    /* } */


    /* .tbox { */

        /* width: 80%; */
        /* min-width: 600px; */
        /* padding: 50px; */
    
    /* } */ */

/* } */ */

/* .Inputwrapper {

    margin-bottom: 30px;
    margin-top: 20px;
}

.Inputwrapper p {

    font-size: 1.175rem;

}


form {

    margin-top: 20px;
    margin-bottom: 40px;
}

input[type=text], input[type=email], textarea {

    padding: 12px 20px;
    width: 43%;
    font-size: 1.125rem; 
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: black;

}

.newline {

    display: block;
    margin-bottom: 10px;

}

.chunkfont {

    width: 43%;
    font-size: 4rem;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    
}

.chunkbox {

    padding-top: 30px;
    padding-bottom: 30px;
    width: 15%;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    font-size: 2rem;

}

input[type=submit] {

    width: 16%;
    font-size: 2rem;
    border-radius: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 4px 4px 4px #fc95dfee;
    /* background-color: #2944ca2f; */

/* } */

input[type=submit]:hover {

    background-color: #fab9e6e3;
    /* color: #f8ddf0e3; */
    transition: 1s;


}


input[type=radio] {

    margin-right: 10px;
    
}

input[type=text], input[type=email], textarea {

    padding: 12px 20px;
    width: 40%;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    box-sizing: border-box;

}

.newline {

display: block;
margin-bottom: 10px;

}

.margin-right-a {

    margin-right: 20px;

}

form {

    margin: 40px 0px;
} */


.logo {

     width: 75%; 
}

.nav {

    width: 25%; 
}