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*/
.contactBox{
    display: flex;
   
}

.mainContent{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 500px;
    width: 1000px;
    overflow-y: scroll;
    align-items: center;
    padding: 10px;
    border-radius: 10px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
    align-items: center;
    margin: 30px auto;
    overflow: hidden;
    
    
}

.secondRow{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px;
}

.fieldBox1 h1{
    color: #47396C;
    font-family: 'Roboto';
    font-size: 16px;
}
.fieldBox2 h1{
    color: #47396C;
    font-family: 'Roboto';
    font-size: 16px;
}
.fieldBox3 h1{
    color: #47396C;
    font-family: 'Roboto';
    font-size: 16px;
}

.fieldBox1 input{
    background-color: #FFC801;
    height: 40px;
    width: 801px;
    border: none;
    border-radius: 2px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.5px 1px;
    margin-bottom: 20px;
}

/*dropdown*/

.custom-select {
    position: relative;
    font-family: Arial;
  }
  
  .custom-select select {
    display: none; 
  }
  
  .select-selected {
    background-color: #FFC801;
  }
  
  
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #47396C transparent transparent transparent;
  }
  
  
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #47396C transparent;
    top: 7px;
  }
  
  
  .select-items div,.select-selected {
    color: #47396C;
    padding: 8px 16px;
   
    cursor: pointer;
    user-select: none;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #FFC801;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(255, 255, 255, 1);
  }
.fieldBox2 input{
    background-color: #FFC801;
    height: 40px;
    width: 375px;
    border: none;
    border-radius: 2px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.5px 1px;
    margin-bottom: 20px;
}

.fieldBox3 input{
    
    background-color: #FFC801;
    height: 100px;
    width: 782px;
    margin-top: 20px;
    border: none;
    border-radius: 2px ;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.5px 1px;
    margin-bottom: 20px;    
    padding-left: 20px;
    
}

input{
    color: #47396C;
    font-size: 18px;
    font-family: 'Roboto';
}

input[type='text']::placeholder
{   
    
    color: #47396C;
    font-size: 18px;
    font-family: 'Roboto';
    opacity: 100;  
    margin-bottom: 100px;
    
   
}

input[type=submit] {
    background-color: #47396C;
    border: none;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
/*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;
}