﻿.site {
background-color: rgba(0, 255, 255, 0.0);
}
@media screen and (min-width: 56.875em) {
.sidebar {
float: left;
margin-right: 75%;
margin-left: 0;
}

.content-area {
float: right;
margin-right: 0;
margin-left: -100%;

}
  
 .FON {
   background: rgba(200, 54, 54, 0.5);
} 
  

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: black;
color: yellow;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: rgba(38, 38, 38, 0.0);
color: blue;
  border-color: #9A989E;
}
button.search-submit {
    background-color: #ccc;
  }

.main-navigation ul ul li {
    background-color: #ccc;
  }
  
#masthead {
padding-top: 6px !important;
padding-bottom: 6px !important;
}
  
.site-title a {
color: red !important;
font-family: Merriweather, Georgia, serif;
}
.site-title {
font-size: 34px !important;
}
.site-title {
    text-align: center !important;
  }
  div.site-info {
    text-align: center;
  }
  
.widget {
    background-color: rgba(63, 63, 191, 0.2);
    font-size: 18px !important;
    color: white !important;
  }
  
.widget {
border-top: 4px solid red !important;
margin-bottom: 12px !important;
padding-top: 12px !important;
}
  
.entry-content {
    font-family: comic sans bold !important;
font-size: 19px !important;
  }
.entry-content h5{
     font-family: comic sans bold !important;
font-size: 22px !important;
  }
  
.menu-conference-information-container {
    color: white !important;
  }
.site-info {
    font-size: 10px !important;
}
  
  .wp-custom-logo .site-title {
   font-size: 10px;
  }
  
.site-footer .site-title:after {
    opacity: 0;
  }
  
  .site-branding, .site-header-menu, .header-image {
    margin-top: 0.9em;
    margin-bottom: 0.9em;
  }