#Home{
background-color:#1A1A1A; 
}
.section-content{
/*border:1px solid #F00;*/
  width:80%;
  /*height:60%;*/
  margin:0 auto;
  text-align:center;  


}
h1{
  margin:0;
  color:#FFFFFF;
}

.logo{
margin:0 auto;
text-align:center;
max-width: 80%;
max-height: 80%;

  }

.motto {  
/*border:1px solid #F00;*/
  
  
  font-size: 16px;
  font-size: 2vw;
  color:#FFFFFF;
  position:absolute;
  left: 0;
  right: 0;
  margin:  auto;
  bottom: 1%;      
  text-align:center;  
 
}


.motto a{
  color:#FF2020;;
  transition:all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 5vw;
}
.motto a:hover{
  color:#FFFFFF;
  cursor:pointer;
}  


#Contact{
background-color:#1A1A1A; 
}

.top_arrow {  

  
  position:absolute;
  left: 0;
  right: 0;
  margin:  auto;
  top: 1%;      
  text-align:center;  
 
}
.top_arrow a {
  color:#FF2020;;
  transition:all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 5vw;
}

.top_arrow a:hover{
  color:#FFFFFF;
  cursor:pointer;
}  



.contactData {  
  font-size: 1em;
  color:#FFFFFF;
}


.lawonly {  
  font-size: 1.2em;
  font-weight: bold;
  color:#FFFFFF;
}

#fp-nav ul li a span {
  background-color: #A0A0A0;
}

.fp-slidesNav ul li a span {
  background-color: #fff;
}