/* font-family: 'Limelight', cursive;
font-family: 'Roboto', sans-serif;
*/
body{
    padding:0;
    margin:0; 
    width: 100%;
    height: 100%;
}
.bar{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    padding-bottom: 10px;
    border-bottom:1px solid rgba(0,0,0,0.25);
}

.logo{
    font-family: 'Limelight', cursive;
    font-size: 25px;
    color: rgb(255, 55, 165);
    margin-top: 13px;
    margin-left: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

#navs{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin: 13px;
    display: flex;
    flex-direction: row;
    margin-left: 200px;
    cursor: pointer;
}

.nav:hover{
    border-bottom:3.5px solid rgb(255, 55, 165);
}

.nav{
    margin-right: 180px;
    margin-top: 17px;
}

.menu{
    padding-bottom: 4px;
}
.home{
    padding-bottom: 4px;
}

header{
    background-color: white;
    position:fixed;
    width: 100%;
    
    
}
.content{
    background-color: rgb(255, 220, 240);
    
    
}

#text{
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(240, 55, 165);
    
    
}

h1{
    font-size: 120px;
    margin-top: 230px;
    margin-bottom: 0;
}
h2{
    font-size: 66px;
    margin-top: 0;
}
p{
    color: black;
    margin-top: 310px;
    font-size: 11px;
}
.spacer{
    width: 100%;
    height: 90px;
}

.imgs{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -780px;
}

#d1{
    margin-top:19px;
    margin-left: -400px;
}
#d2{
    margin-right: -400px;
    width: 400px;
    height: 700px;
    object-fit: cover;
}

a {
	color: inherit;
	text-decoration: none;
}

.content2{
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    position: relative;
}

#text1{
    position: absolute;
    top: 15px;
    font-family: 'Roboto', sans-serif;

}
#text2{
    position: absolute;
    top: 370px;
    font-family: 'Roboto', sans-serif;
}

h3{
    color: rgb(240, 55, 165);
    font-size: 30px;
    text-align: center;
}

h4{
    font-weight: normal;
    font-size: 16px;
    margin-top: -15px;
}

.donutimg1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.pic{
    margin-top:110px;
    cursor: pointer;
}
.pics{
    margin-top:80px;
    cursor: pointer;
}
.pic:hover{
    transform: scale(1.02);   
}
.pics:hover{
    transform: scale(1.02);   
}
#pic1{
    margin-top:140px;
}
#pic3{
    margin-top: 103px;
}
#pic4{
    margin-top: 106px;
}

h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-top:-20px;
    margin-right: 60px;
}
h5:hover{
    font-weight: bold;
    cursor: pointer;
}
h3:hover{
    font-weight: bold;
    cursor: pointer;
}
.title1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#t1{
    padding-left: 16px;
}
#t2{
    padding-left: 5px;
}
#t3{
    padding-right: 33px;
}
#t4{
    padding-right: -5px;
}

.donutimg2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-right: 30px;
}
#pic5{
    margin-left: -15px;
    margin-right: 5px;
    margin-top: 85px;
}
#pic8{
    margin-right: -10px;
    margin-bottom: 6px;
}
#pic6{
    margin-bottom: 6px;
}
#pic7{
    margin-bottom: 6px;
}
.title2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#t5{
    margin-left: 15px;
}
#t6{
}
#t7{
    margin-right: 18px;
}
#t8{
   margin-left: 5px;
}