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: #47396C;
}

.navbtn a{
    margin-right: 50px;
    color: #56D8D9;
    text-decoration: none;
}

.navbtn a:hover{
    color: #39b5b5;
}

#highlighted {
    
    color: #47396C;    
}

/*main_container*/
.VerticalScroll{
    display: flex;
    flex-direction: column;
    height: 580px;
    overflow-y: scroll;
    align-items: center;
    padding: 10px;
    

}

.ContainerBox {
    display: flex;
    position: relative;
    height: 300px;
    width: 1330px;
    border-radius: 10px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px ;
    justify-content: center;
    align-items: center;
}

#Ui{
    background-image: url("images/uiuxBanner.png");     
    
}
#Art{
    background-image: url("images/artBanner.png");     
    
}
#Frontend{
    background-image: url("images/front\ endBanner.png");     
    
}
#Logo{
    background-image: url("images/logoBanner.png");     
    
}

.title h1{
    color: #ffffff;
    font-size: 42px;  
     
}
.ContainerBox:hover{
    
    height:330px ;
    transition: height 1s;    
}

.ContainerBox::after{
    height:300px ;
    transition: height 1s; 
}


.BoxBtn{
    position: absolute;
    bottom: 40px;
    right: 40px; 
    
}
button{
    height: 40px;
    width: 130px;
    background-color: #FFC801;
    border: none;
    color: white;
    padding: 12px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'roboto';
    font-weight: 600;
    border-radius: 3px;    

}
button:hover{
    height: 43px;
    background-color: #ffdb3c;
    transition: height width 1s;
}
a{
    text-decoration: none;
    color:#47396C ;
}

.BoxBtn button {
    
}



/*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;
}