@charset "UTF-8";
/* CSS Document */

/* 	
	Talmage Architects
	Date: 11/2018
*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700,700i');

html {
	height:100%;
}

body,td,th {
	font-family: 'Ubuntu', Tahoma, Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	color: #555555;
	height:100%;
	
}
body {
	font-family: 'Ubuntu', Tahoma, Georgia, 'Times New Roman', Times, serif;
	font-size: 1em;
	color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	height:100%;
}

a:link {
	color:#a71c3f;
}

a:visited {
	color:#a71c3f;
}


img {
	border: 0;
	
}

#wrap {
	min-height:100%;
}

#main {
	overflow:visible;
}

#topbar {
	background-color:#a71c3f;
	text-align: center;
	padding:.3em;
	width: 100%;
	color:#fff;
}

#masthead {
	width: 100%;
	background-image: url('images/masthead.jpg');
	background-size: cover;
	height: 550px;
}


#logo {
	padding: 0; 
	width: auto;
	float: left;
}

.logo {
	max-width: 300px;
}


#headerbar {
	width: 90%;
	margin: 0 auto;
	padding: 1em; 
	height:auto;
	color:#fff;
	padding-top:2em;
}

#subtopback {
	background-image: url('images/masthead.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height:auto;
	padding-bottom:9em;
}

#menu {
	float: right;
	width: auto;
}

#menu ul {
list-style-type: none;
margin: auto;
}

#menu ul a {
padding-left: 2em;
display: block;
text-decoration: none;
color:#fff;
}

#menu ul a:visited {
color:#fff;
}

#menu ul a:hover {
color:#fff;
}

#menu li {
display: inline-block;
}

#menumobile {
	display: none;
}

#home-content {
	padding-top:3em;
	width: 65%;
	margin: 0 auto;
	vertical-align: top;
}

#home-left {
	float: left;
	width: 30%;
}

.featured {
	max-width: 250px;
}

#home-right {
	float: right;
	width: 65%;
	text-align: left;
	font-size: .9em;
	line-height: 2em;
	border-left: 1px solid #cecece;
	padding-left: 2em;
}

#home-right p {
	text-align: justify;
}

#content {
	max-width: 900px;
	margin: 0px auto; 
	top: 3em;
	position: relative;
	text-align:left;
}

#content p {
	text-align: justify;
}

#subheader-holder {
	width: 100%;
	background-color:#a71c3f;
}

#subheader {
	width: 88%;
	margin: 0 auto;
	text-align: left;
	color:#fff;
	padding: .5em;
	padding-top:.8em;
}


#portfolio-holder {
	width: 100%;
	text-align: center;
}

#portfolio {
	display: inline-block;
	margin: .3em;
	vertical-align: top;
	max-width: 280px;
	text-align: left;
	font-size: .9em;
}

#portfolio-line {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #a71c3f;
	margin-top: 4em;
	padding-bottom: 2em;
}



#contact-holder {
	width: 100%;
	text-align: center;
	margin-top: 4em;
}

#contact {
	display: inline-block;
	margin: .3em;
	vertical-align: top;
	width: 280px;
	text-align: center;
}





#footer {
	width: 100%;  
	margin: 0px auto; 
	position:relative;
	top: 0px;
	height:auto;
	background-color:#971c3f;
	overflow: auto;
	padding-top:4em;
	padding-bottom:4em;
	margin-top: 5em;
}

.footerlogo {
	max-width: 100px;
	margin-right: 2em;
	float: left;
}

#footer-holder {
	width: 90%;  
	margin: 0px auto; 
	position:relative;
	color: #fff;
	top: 0px;
	font-size:.9em;
}

#footer-left {
	width: 35%;
	float: left;
}

#footer-right {
	width: 55%;
	float: right;
}

#separator {
	border-bottom: 1px #999 dotted;
	position:relative;
	padding:10px;
	clear:both;
}


h1 {
	font-size:2.5em;
}

h2 {
	font-size:2em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.5em;
}

.footertext {
	font-size:12px; 
	color: #999999; 
}

.footerhover a:link {
	color: #A8A8A8;
}

.footerhover a:visited {
	color:#A8A8A8;
}

.footerhover a:hover {
	color: #90a117;
}

	.portfolioscale {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	}
	
.grayscale {
    filter: grayscale(100%);
}	

.grayscale:hover {
    filter: grayscale(0%);
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobilereturn {
	display: none;
}

/* testimonials credit CodePen. */

#testimonials{
	width: 100%;
	height: auto;
  	padding: 0em;
}

#testimonials li{ 
  	display:none;
  	font-size: 1em;
}

#testimonials ul{
  	list-style:none;
  	padding:0;
}

#testimonials p.author{
	color: #971c3f;
    font-size: .8em;
    font-style: italic;
    text-align: right;
	margin:5px;
}

blockquote {
  	font-size: .8em;
  	padding: 0;
}



