/* Enter Your Custom CSS Here */
.site-content article {
margin-bottom: 0;
}
footer {
margin-top: 0;
}
.home .entry-title { display: none; }
.site-header h1, .site-header h2 {
  text-align: center;
}
.wrapper {
    margin-top: -27px;
    padding: 0;
}
.main-navigation ul.nav-menu {
 text-align: center;
}
body {
	font-size: 15px;
}
.site-header h2 {
  font-size: 18px;
  font-weight: bold;
}

h1 {
   -webkit-text-stroke: 1px black;
   color: #F6DE31;
  font-weight: bold;
   
}
h3 {
   -webkit-text-stroke: 1px black;
   color: #F6DE31;

}

@media (max-width:480px){
.header-logo {
    height: 51px;
    width: 250px; }
}

@media (max-width:768px){
.header-logo {
    height: 100%;
    width: 100%;
	margin: 0 0;}    
}

@media (max-width:480px){
.iframe-home {
    height: 135px;
    width: 250px; }
}




