body{
    margin:0 80px;
    padding: 0;
    background-color: #ffffff;
    overflow: hidden;
    
}


h1{
    text-decoration: none;
    font-family:'roboto' ;
    font-size: 16px;
}

/*navigation menu*/
.nav{
    display: flex;
    align-items: center;
    justify-items: center;
    
    
}

.menu{
    display: flex;
    margin: 0 auto;
    
}

li{
    margin: 20px;
    color: #707070;
    list-style: none;
    
}
.menu li a{
    text-decoration: none;
    font-family:'roboto' ;
    font-size: 16px;
    font-weight: 700;
    color: #707070;
}
 
li a:hover{
    color: #ff356e;
}

.navbtn a{
    margin-right: 50px;
    color: #9813e6;
    text-decoration: none;
}

.navbtn a:hover{
    color: #c35cfe;
}

#highlighted {
    
    color: #ff356e;    
}
/*main content*/
#main{
    margin:100px 60px;
    margin-bottom: -50px;
}
.content{
    display: flex;
    align-items: center;
    height: 600px;
    
}


.imgContainer img{
    height: 750px;
    width: auto;
    margin-right: -100px;
    overflow: hidden;   
   
}

.infocontent{
    display: flex;
    flex-direction: column; 
    width: 900px;   
}

.info h1{
    font-size: 70px;
    color: #ff356e;
    margin: 0;
}
.info h2{
    font-size: 25px;
    color: #707070;
    font-family: 'nexa';
    margin: 0;
}

.btnContainer{
    display: flex;  
    margin-top: 80px;;  
}

.btn1{
    background-color: #9813e6;
    border: none;
    color: white;
    padding: 12px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'roboto';
    font-weight: 600;
    border-radius: 3px;
    transition: width height 1s;
    
}

.btn2{   
    
    color: #9813e6;
    padding: 15px 42px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'roboto';
    font-weight: 600;
    align-items: center;
    margin-left: 50px;
    list-style: none;
    
}

.btn2 a{
    text-decoration: none;
    color:#9813e6 ;
}
.btn2 a:hover{
    
    color:#40c1c1 ;
}

.btn2 img{
    height: 10px;
    padding-left: 5px;

}

#mainlink a {
    color: #ffffff;
    text-decoration: none;
}


/*footer*/
.footer{
    display: flex;
}

.Contacts{
    display: flex;   
    align-items: center; 
    width: 1170px;   
}
.Contacts h2{
    font-size: 16px;
    font-family: 'nexa';
    color: #707070;
}
.Contacts h2 a{    
    color: #707070;
    text-decoration: none;
}
.ContactInfo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.line{
    width: 2px;
    height: 40px;
    background-color: #70707046;
    align-self: center;
    margin-left: 40px;
}


.email{    
    padding: 0;
}
.Phone{
    padding: 0 30px;
}
.Location{
    padding: 0 30px;
}

.SocialMedia{
    align-self: center;
    float: right;
    
}

.SocialMedia img{
    margin: 15px;
    height: 25px;
}

