*{
    box-sizing: border-box;
}
html{
    font-size: 18px;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Fraunces', serif;
    font-family: 'Red Hat Display', sans-serif;
}
.forimg{
    width: 100%;
    height: 700px;
}
.container{
    position: relative;
}
p{
    color: hsl(213, 9%, 39%);
}
.img-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
}
.sunnyside{
    color: white;
    font-weight: bolder;
    font-size: 40px;
}
nav{
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav ul{
    padding: 0;
}
nav ul li{
    list-style-type: none;
    display: inline-block;
    padding: .5rem 1rem;
}
nav ul li a{
    text-decoration: none;
}
.nav-links{
    color:white;
    font-size: 18px;
}
.button{
    display: inline-block;
    color: black;
    background-color: white;
    text-transform: uppercase;
    padding: 14px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 800;
    border: 0;
}
.button:hover{
    background-color: rgba(239, 239, 247, 0.315);
    color: white;
}
.cdir{
    text-align: center;
}
.arrow{
    padding: 35px 0 0;
}
.creatives{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 10px;
    margin-top: 50px;
    padding: 20px 0 0;
}
.trans1{
    display: flex;
    width: 100%;
}
.transform{
    background-color: hsl(180, 100%, 100%);
    padding: 120px;
}
.trans2{
    padding: 120px;
}
.learn{
    text-decoration: none;
    color: hsl(212, 27%, 19%);
    font-weight: bolder;
    text-transform: uppercase;
    box-shadow: 0px 8px rgb(255, 255, 0, 0.2);
}
.learn:hover{
    box-shadow: 0px 8px rgba(255, 255, 0, 0.849);
}
.learn2{
    text-decoration: none;
    color: hsl(212, 27%, 19%);
    font-weight: bolder;
    text-transform: uppercase;
    border-collapse: collapse;
    box-shadow: 0px 8px rgba(255, 194, 204, 0.2);
}
.learn2:hover{
    box-shadow: 0px 8px rgba(255, 194, 204, 0.849);
}
.twoB{
    font-size: 40px;
    font-weight: bolder;
    color: hsl(213, 9%, 39%);
}

.two-boxes{
    height: 500px;
    display: flex;
    width: 100%;
    background-color: seagreen;
}
.two{
    text-align: center;
}
.fortwoboxes{
    width: 100%;
    
}   
.firstbox{
    width: 50%;
    float: left;
    position: relative;
    
}
.graphicsbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    padding: 90px 0 0; 
}
.secondbox{
    width: 50%;
    float: left;
    position: relative;
}
.graphicsbg2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  
    padding: 90px 0 0;    
    
}
.gbg{
    padding: 300px 0 200px 0;
    text-align: center;
}
.last{
    background-color: hsl(180, 100%, 100%);
}
.testimony{
    text-align: center;
    padding: 8rem 0 1rem;
    text-transform: uppercase;
    color: hsl(213, 9%, 39%);
    font-weight: bolder;
    letter-spacing: 10px;
    clear: left;
}

.last1{
    padding: 20px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.justify{
    text-align: center;
}
.testif{
    padding: 0 0 40px;
}
.testifier{
    padding: 45px 45px 60px;
    line-height: 15px;
}

.test{
    font-weight: bolder;
}

.sunny{
    text-align: center;
    padding: 3rem 2rem 2rem;
}
.sunnys{
    color: hsl(167, 40%, 24%);
    font-weight: bolder;
    font-size: 40px;
}
.footer{
    background-color: hsl(168, 34%, 41%);
    height: 350px;
}
.info{
    text-align: center;
}

.info-list{
    padding: 0;
}
.info-list li{
    list-style-type: none;
    display: inline-block;
    padding: .5rem 1.5rem;
}
.info-a{
    text-decoration: none;
    color: hsl(167, 40%, 24%);
    
}
.people{
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 80px;
}
.products{
    display: flex;
    align-items: center;
    justify-content: center;
}
.trans{
    font-size: 40px;
    font-weight: bolder;
    color: hsl(212, 27%, 19%);
}

.social-media{
    text-align: center;
    padding: 50px;
    word-spacing: 30px;
}



