@charset "UTF-8";
/*
Theme Name: Ectomorph
Theme URI: https://hasoptimization.com/
Author: Aimee Cozza
Author URI: https://hasoptimization.com/
Description: A new theme, capable of great things.
Version: 1.0.2
*/
html, body {
	  overflow-x: hidden;
}

body {
	min-height: 100%;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}

#ec-page-row {
	padding: 30px 0px;
}

.page-template-full-width #ec-page-row {
	padding: 0px;
}

/*.ec-page-title {
	text-align: center;
}*/

#ec-copyright {
	text-align: center;
}

#default-header, #manual-header {
	padding: 100px 50px 100px 50px;
    background: none;
}

.ec-alertbar { 
    /*background-color: #ff0000; */
    color: #FFFFFF; 
    display: block; 
    line-height: 45px;
    height: 50px; 
    position: relative; 
    text-align: center; 
    text-decoration: none; 
    top: 0px; 
    width: 100%;
    z-index: 100;
}

footer {
	padding: 30px;
	text-align: center;
}


#ec-sidebar ul {
	list-style-type: none;
	text-align: center;
}

#ec-default-hero-container {
	font-size: 72px;
	text-align: center;
	padding: 20vw 30px;
}

.navbar h2 {
	font-size: 12px;
}

/* 404 Page */
.center-404, .search-404 {
	text-align: center;
}

.search-404 {
	margin-top: 30px;
	margin-bottom: 30px;
}