/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 

body {
	background-image: url(img/Full300-70bkg.png);
	background-color: #14151e;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #ccc;
	font-size: 1.1em;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
 
h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
	color: #aaa
	font-family: Federo, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
} 
 
#masthead {
	padding-bottom: 10px;
	position: relative;
} 
 
 
#masthead h1 {
	font-family: "Bradwell 5 Boldplus";
	background-image: url(img/DannyBsongsLOGO-web7885e3.png);
	background-size: auto;
	padding-left: 0em;
	font-size: 3.2em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	height: 85px;
}
#masthead h2 {
	font-family: "Bradwell 5 Boldplus";
	background-size: auto;
	padding-left: 0em;
	font-size: 3.2em;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 0.05em;
	background-repeat: no-repeat;
	height: 85px;
	text-align: right;
}
#masthead h1 a, #masthead h1 a:hover {
	color: #fff;
	text-decoration: none;
}


#masthead-left {
	float: left;
	width: 50%;
} 

#masthead-right {
	float: left;
	width: 50%;
}
#masthead form {
	margin-top: 1.25em;
}

 
#masthead h1 a, #masthead h1 a:hover {
	color: #fff;
	text-decoration: none;
}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.35em;}
.p7dmm-fixed, .p7DMM-toolbar {
	background-image: url(img/DannyB.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 1.35em;
	border-radius: 0px !important;
}


.content-link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: normal;
}
.scalableBorder {
	width: auto;
	height: auto;
	max-width: 100%;
	border: 5px solid rgb(204,204,204);
}

#footer {
	background-color: rgba(20,21,30,0);
	color: #fff;
	/* [disabled]box-sizing: border-box; */
	padding: 10px 30px;
	/* [disabled]border-radius: 0px 0px 6px 6px; */
	font-size: 80%;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid;
}


.content-link:hover {
	color: #455af9;
	border-bottom: 1px solid;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
	border: 10px solid rgb(170,170,170);
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

.column-33 {
	width: 33.3334%;
	}



 
 

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}
