body {
  min-height: 1000px;
}

.navbar-static-top {
  margin-bottom: 0px;
}

.iframeWrapper {
	position: relative;
	padding-bottom: 38%; /* 16:9 */
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 0;
}
.iframeWrapper iframe {
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.box-border {
	border: 2px dashed #CCCCCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.box-border-grn {
	border: 2px dashed #CCCCCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.box-background-grn {
	background-color: #99FF99;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	color: #006600;
}

@media (max-width:500px) {

.iframeWrapper {
	position: relative;
	padding-bottom: 60%; /* 16:9 */
}

}
.branding-web-designer {
	color: #999999;
}
.container .row .col-sm-12 .col-sm-6 .branding-web-designer a {
	color: #999999;
}
.container .row .col-sm-12 .col-sm-6 .branding-web-designer a:hover {
	color: #33CCFF;
}
