@charset "UTF-8";
/* Ellen Frankenne CSS */

body {
	background-color:#f8f8f8;
	background-image:url(../b/frankenne-hg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#e65c40;
	font-size:1.2rem;
	line-height:1.2;
	margin:0px;
	padding:0px;
	}
	
#container {
	width:1000px;
	height:auto;
	display:block;
	margin:auto;
	padding:0px 40px 40px 40px;
	box-sizing:border-box;
	}
	
.center {
	text-align:center !important;
}
	
#container-cell {
	width:100%;
	height:auto;
	display:block;
	vertical-align:top;
	text-align:left;
	}
	
.content-box {
	width:100%;
	height:auto;
	background-color:#ffffff;
	margin:auto;
	padding:20px 40px;
	box-sizing:border-box;
	text-align:left;
	}
	
	.content-box2 {
	width:100%;
	height:auto;
	background-color:#ffffff;
	margin:auto;
	padding:0px;
	box-sizing:border-box;
	}
	
#logo {
	background-image:url(../b/frankenne-logo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-origin:content-box;
	height:300px;
	}
	
iframe {
	width:100%;
	}
	

	
td {
	width:50%;
	}
	
a:link, a:visited, a:hover, a:active {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#90a123;
	font-size:1.2rem;
	line-height:1.2;
	text-decoration:none;
	padding:3px;
	background-color:none;
	border-radius:5px;
	transition: all 0.2s ease;
	}
	
 a:hover, a:active {
	background-color:hsla(68,64%,38%,1.00);
	color:#fff;
	}
	
	a.sublink:link, a.sublink:visited, a.sublink:hover, a.sublink:active {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#aaa;
	font-size:1rem;
	line-height:1.2;
	text-decoration:none;
	padding:3px;
	background-color:none;
	border-radius:5px;
	transition: all 0.2s ease;
	}
	
 a.sublink:hover, a.sublink:active {
	background-color:#aaa;
	color:#fff;
	}
	

@media only all and (max-width: 1000px) {
	
#container {
	width:100%;
	height:auto;
	display:table;
	margin:auto;
	padding:0px;
	box-sizing:border-box;
	}
	
	.content-box {
	width:100%;
	height:auto;
	background-color:#ffffff;
	margin:auto;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
	}

}

@media only all and (max-width: 800px) {
	
td, tr {width:100%; display:block;}

h2 {font-size:1.2rem;}

h3 {font-size:1.0rem;}

body {
	font-size:1.0rem;
	}
	
a:link, a:visited, a:hover, a:active {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#90a123;
	font-size:1.0rem;
	line-height:1.2;
	text-decoration:none;
	padding:3px;
	background-color:none;
	border-radius:5px;
	transition: all 0.2s ease;
	}
	
 a:hover, a:active {
	background-color:hsla(68,64%,38%,1.00);
	color:#fff;
	}
	
#logo {background-image: url(../b/frankenne-logo.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-origin: content-box;
height: 200px;}

iframe {
	width:100%;
	height:200px;
	}

}