/* Enter Your Custom CSS Here */

body {
 background-color: #d9d9d9!important; 
}

#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
  border-bottom: solid 6px #e61c26;
}

h1 {
 font-size: 18pt; 
}

.et_pb_column.et_pb_column_2_3.et_pb_column_1 p {
 font-size: 13pt!important; 
  color: #3d3d3d;
}

#page-container {
  background-color: #f2f2f2;
}

#page-container a:hover {
 text-decoration: underline!important; 
}

.wave {
border-top-right-radius: 30%;
   
}

@media screen and (max-width: 900px){
  
.wave {
border-top-right-radius: 0;
   
}
  
}
