/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 
 
p {
    font-size: 16px;
	max-width:650px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #208696;
}

h1 {
	font-size:20px;
font-family: 'Overlock', serif;
	font-weight: 900;
	letter-spacing:1px;
}

h2,
h3,
h4,
h5,
h6 {	
	font-family: 'Lato',Helvetica,Arial, sans-serif;
    font-weight: 700;
	color:#428562;
}

 

body {
	background-color:#fbf5dc;
	margin: 0;
	padding: 0;
	
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    margin-top: 50px;
    height: 400px;
   background: url('../img/1920x400image.jpg') center center no-repeat scroll;  
	
  /*   background-image: url(../img/1920x400.jpg);  */
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */


.business-header-overlay {
    height: 400px;
   background: url('../img/1920x400overlay.png') center center no-repeat scroll;  
  top: 0;
  left: 0;

   z-index: 99;
	
  /*   background-image: url(../img/1920x400.jpg);  */
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tagline {
	margin-top: 40px;
	letter-spacing:1px;
    color: #1b574e;
    text-shadow: 0 0 8px #fff;
	font-size:45px;
font-family: 'Overlock', serif;
	font-weight: 700;
	line-height:1.1;
	
}


.tagline2 {
font-family: 'Overlock', serif;
	font-weight: 700;
	margin-top: 10px;
    color: #1b574e;
	max-width:500px;
    text-shadow: 0 0 8px #fff;
	line-height:20px;
	font-size:25px;
}



.tagline3 {
font-family: 'Overlock', serif;
	font-weight: 700;
	margin-top: 130px;
    color: #1b574e;
	max-width:300px;
    text-shadow: 0 0 8px #fff;
	line-height:20px;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0 0 10px;
}


.frame-container {
	width: 100%;
	background: #fbfaf0;
	margin: 0;
	padding: 0;
}

.frame-label {
    position:fixed; 
    z-index:2;
	margin: 0;
  	height: 105px;
	width:100%;
	background-color:#208696;
  	padding: 10px 15px 20px 15px ;
  	line-height: 31px;
}

	
.frame-embeded-website-name {
	float: left;
	font-family: 'Lato',Helvetica,Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
	color: #ffedcf;
	width:500px;
	background-color:#208696;
}
	
.frame-source {
	background-color:#208696;
	float: right;
	padding-right:10px;
	font-family: 'Lato',Helvetica,Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
	text-align:right;
	color: #ffedcf;
	width:300px;
	opacity: 0.8;
}

.frame-source a:link {
	color: #fcf6d7;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.frame-source a:visited {
	color: #fcf6d7;
}
.frame-source a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #fff;
}


.frame {
	width: 100%;
	margin: 0;
	padding: 105px 0 0 0;
}

.frame-footer {
	margin: 0;
  	height: 300px;
	width:100%;
	background-color:#208696;
	color:#fcf6d7;
  	padding: 30px 15px 20px 15px ;
	text-align:center;
	font-size: 1.3em;
}

.frame-footer a:link {
	color: #fcf6d7;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.frame-footer a:visited {
	color: #fcf6d7;
}
.frame-footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #208696;
}



