body {
	background: #EEEEEE;
}

body.home .portfolio-entry-title, body.home .portfolio-entry-content, .entry-header {
	display: none;
}

.site-description {
	color: #333333;
	font-weight: 400 !important;
}

.site-content {
	background: #FFFFFF;
	padding: 0 40px;
	margin-right: 0px;
	width: calc(100% - 360px);
}

.site-content img {
	width: 100%;
	height: auto;
}

.entry-content, .entry-summary {
	width: 100%;
}

.entry-meta {
	display: none;
}

.site-branding {
	display: none;
}

.site-header {
	left: 65px;
}
 
.comment-navigation, .posts-navigation, .post-navigation {
	width: 100% !important;
	max-width: 100% !important;
	border: none;
}

body {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 10rem;
	font-weight: normal;
	line-height: 12rem
}

h1, h3 {
	font-family: 'Righteous';
	color: #ED504C;
	text-transform: none;
	letter-spacing: -1px;
}

h2, h4 {
	font-family: 'Montserrat', sans-serif;
	color: #333333;
}

p, .site-footer, .contact-form label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300 !important;
	color: #333333;
}

.highlight {
	background: #ED504C;
	font-weight: 600;
	color: #FFFFFF;
}

.site-footer a {
	font-weight: 600;
	color: #ED504C;
}

.site-footer a:hover {
	border: none;
	border-bottom: none !important;
	color: #C62626;
}


.hentry.page {
	width: 100%;
	max-width: 100%;
}

.portfolio-entry {
	  margin-bottom: 0px !important;
}

#secondary {
	display: none;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation a {
	color: #ED504C;
	font-family: 'Montserrat';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 900;
}

.main-navigation a:hover {
	color: #C62626;
}

.main-navigation li {
  border-top: 1px solid #CCCCCC;
}

.nav-links a {
	color: #ED504C;
	font-family: 'righteous';
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-links a:hover {
	border: none;
	color: #87070b;
}

#contact-form-3 > form > div.wp-block-jetpack-button.wp-block-button > button {
	background: #ED504C;
	font-weight: 900;
}

#g3-name, #g3-email, #contact-form-comment-g3-message {
	border: 1px solid #ED504C;
	font-family: montserrat;
	color: #ED504C;
}

input:focus, textarea:focus {
  background-color: #EEEEEE;
	border: none;
	outline: none;
}

.portfolio-entry-column-2 {
	margin-bottom: 2% !important;
}

 /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
			
			.site-content {
				width: initial;
			}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 1024px) {
			
			.site-header {
				left: 50px;
			}
			

    }

		/* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
			

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

			body {
				background: #FFFFFF;
				border-top: 10px solid #ED504C;

			}
			
			.site-header {
				text-align: center;
			}
			
			.site-description {
				color: #ED504C;
			}
			
			.site-content {
				border: none;
			}
			
			.menu-toggle {
				border-bottom: 1px solid #333333;
				font-family: Montserrat;
				font-weight: 900;
				color: #ED504C;
			}

			.main-navigation li {
				border-top: 1px solid #333333;
			}

			.nav-links a:hover {
				border: none;
				color: #E57F86
			}
			
			.menu-toggle:hover, .main-navigation.toggled .menu-toggle, .menu-toggle:focus {
				color: #C62626;
			}
			
			h1 {
				font-size: 3rem;
				line-height: 4rem;
			}
			
			
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }

