/* Themify Customize Styling */
h1 {		font-size:3.4em;
 
}
h2 {		font-size:3em;
 
}
h3 {		font-size:2.8em;
 
}
h4 {		font-size:2.4em;
 
}
h5 {		font-size:2em;
 
}
h6 {		font-size:1.4em;
 
}
body[class*="themify"] #site-logo a img {		width: 450px;
	height: 100px; 
}
#site-description {	
	left: 30%; 
}
@media screen and (max-width: 1280px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 450px;
	height: 100px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 450px;
	height: 100px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 450px;
	height: 100px; 
}
 }
/* Themify Custom CSS */
@media only screen and (max-width : 800px) {
	#sidebar {
		width: 90%;
	}
}

@media only screen and (max-width: 1500px) {
		.tablet-style {
		font-size: 6px !important;
	}
}

.fixed-header #site-logo img {
	max-height: none;
}

.media {
	border: 20px solid #0d9749;
	margin: 1em;
	padding: 1em;
	text-align: center;
}

.media p {
	text-align: justify;
}

	.media:nth-of-type(2) video {
		width: 100%;
	}
