/*
Theme Name: Cityscape
Author: Director's Cut, LLC
Description: A Wordpress theme for local business owners or marketers.
Version: 2.0
*/

body, html {
	font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 768px) {
	
	#main .container #headline h1 {
		font-size: 300%;  
		margin-bottom: 50px;
	}

	#main #headline a.phone {
		cursor: default;
		font-size: 180%;
		font-weight: bold;
	}
}

a:hover {
	text-decoration: none;
}

iframe, object, embed {
	max-width: 100%;
}

iframe {
    min-width: 100%; 
    width: 100px;
    *width: 100%; 
}

.navbar-brand {
	font-weight: bold;
	font-size: 200%;
}

#google-badge {
	width: 100%;
}

.footer-menu {
    margin: 0 auto;
}

.footer-menu ul {
    padding: 0px;
    list-style:none;
    float:left;
    width: 100%
}

.footer-menu ul li {
    display: inline;
    padding-left: 10px;
}

.footer-menu ul li a {
    color: #545454;
}

footer, #contact {
	color: #fff;
	background-color: #1C1C1C;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer, #blogs, #headline, #services, #more, #recent, #embed, #contact {
	text-align: center;
}

#blogs, #blog, #archives, #page {
	margin-bottom: 50px;
}

#services, #more, #recent, #embed {
	margin-top: 50px;
}

#badge {
	padding-top: 100px;
}

#main {
	color: #fff;
	padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -20px;
    background-position: center bottom;
    background-size: cover;
   
}

#headline h1 {
	font-size: 500%;
}

#headline h2 {
	font-size: 200%;
	margin-top: -10px;
	margin-bottom: 50px;
}

#headline button {
	font-size: 250%;
}

#site-logo {
	margin: auto;
}

#form {
	margin-top: 100px;
}

#more {
	color: #fff;
	padding-top: 20px;
    padding-bottom: 20px;
    background-position: center bottom;
    background-size: cover;
   
}

hr {
	width: 80%;
}

#more h1, #recent h1, #embed h1 {
	font-size: 350%;
}

#recent h1, #embed h1 {
	margin-bottom: 40px;
}

#contact, #embed {
	color: #fff;
	background-color: #252525;
}

#contact span {
	font-size: 200%;
	font-weight: bold;
}

#blogs h1, #blog h1, #archives h1, #page h1 {
	font-size: 550%;
	margin-bottom: 50px;
}

#blog p, #page p {
	font-size: 130%;
	line-height: 1.5em;
}