/* style sheet */

body {
	border: 0;
	margin: auto;
	width: 900px;
	padding: 0;
}

h1 { 
	font-family: "Source Sans", Helvetica;
	font-weight: 700; /* 700 400 */
	color: #404040;
	margin: 0; 
	font-size: .8em;
}

p { 
	font-family: "Source Sans", Helvetica;
	font-weight: 400; /* 700 400 */
	color: #404040;
	font-size: .8em;
	padding: 0;
	margin: 0;
}

.p3 { 
	font-family: "Source Sans", Helvetica;
	font-weight: 700; /* 700 400 */
	color: #404040;
	font-size: .8em;
	padding: 0;
	margin: 0;
}



* {
    box-sizing: border-box;
}
.header {
    /*border: 1px solid red;*/
    padding: 20px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;

}


.iframes {
	height: 200px;
	width: 300px;
	border-style: none;
}

.col-1 {
	width: 25%;
	height: 1px;
}

.col-2 {
	width: 25%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 25%;
	height: 1px;
}


/*.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}