/* Themify Customize Styling */
body {	background: none;
	background-color: #fafafa; 
}
h1 {	
	font-family:Open Sans Condensed;	font-weight:bold;

	color: #fafafa; 
}
h2 {	
	font-family:Open Sans;	font-weight:300;

	color: #fafafa; 
}
h3 {	
	font-family:Open Sans;	font-weight:normal;

	color: #fafafa; 
}
h4 {	
	font-family:Open Sans Condensed;	font-weight:300;

	color: #fafafa; 
}
#headerwrap {	background: none;
	background-color: #01b2db;background-image: none;
	padding-top: 6px; 
}
#header {	
	background-color: transparent;
	font-family:Questrial;	font-weight:normal;
	text-transform:uppercase;	text-align:justify;
	color: #fafafa; 
}
#header a:hover {		font-weight:bold;
	font-weight:bold;

	color: #a3cc43; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	background: none;
	background-color: #01b2db; 
}
#site-logo {		position:relative;
 
}
#site-description {	display: none; 
}
#main-nav {	
	padding-top: 5px; 
}
#footerwrap {	background: none;
	background-color: #46c5f1; 
}
#footer-logo, #footer #footer-logo a {	
	color: #fafafa; 
}
#footer-logo, #footer #footer-logo a a {	
	color: #fafafa; 
}
#footer {	
	color: #fafafa; 
}
#footer a {	
	color: #fafafa; 
}

/* Themify Custom CSS */
/* Trying to keep sticky header from size change */
.fixed-header-on #site-logo img {
  height: auto;
  width: auto;
  transition: all .3s;
}

.transparent-header #headerwrap.fixed-header {
  background-color: transparent;
}


/* Custom button in Header */

#main-nav .my-button a {
    background-color: red;
    border-radius: 100px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}@media screen and (max-width: 1024px) { /* Themify Customize Styling */
#footer-logo, #footer #footer-logo a a {	
	color: #fafafa; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#footer-logo, #footer #footer-logo a a {	
	color: #fafafa; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
#footer-logo, #footer #footer-logo a a {	
	color: #fafafa; 
}
 }