/*!
 * Start Bootstrap - 2 Col Portfolio 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 {
	line-height: 1.5;
	font-size: 13pt;
	color: #666666;
	text-align:center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

h1 {
	line-height: 1;
	font-size: 17pt;
	color: #000000;
	text-align:center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:300;
}


h2 {
	line-height: 1.5;
	font-size: 8pt;
	color: #666666;
	text-align:center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	line-height: 1.5;
	font-size: 10pt;
	color: #A0A0A0;
	text-align:center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:300;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 0px 0;
}

.row {
	padding-left:2%;
	padding-right:2%;
	padding-top:2%;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table > tbody > tr > td {
     vertical-align: middle;
}
