@charset "utf-8";
/* Styles for White Rabbit */

/* ID ELEMENTS */

#NavBar {
	color: #FFF;
	font-family: "Adobe Caslon Pro", "Lusitana", "Times New Roman", "Times", serif;
	font-size: 100%;
	margin-top: 55px;
	width: 333px;
	vertical-align: bottom;
	text-align: right;
 }
 
 #NavBar ul {
	margin: 0;
	padding: 0;
	/*padding: 1em;*/
	list-style-type: none;
 }
 
 #NavBar ul li {
	display: inline;
	/*margin-left: 1em;*/
}
 
 #LogoHeader {
	 margin-top: 45px;
	 text-align:left;
	 
 }
 
  #LogoIcon {
	 margin-top: 49px;
	 text-align:left;
	 
 }
 
   #NavIcon {
	 margin-top: 50px;
	 text-align: right;
	 
 }
 
 #ImgRow {
	margin-top: 15px;
	/*margin-bottom: 15px;*/
	text-align: center;
 }
 
 #RowHeader {
	font-family: "Adobe Caslon Pro", "Lusitana", "Times New Roman", serif;
	font-size: 16px;
	text-align: left;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	margin-top: 25px;
 }
 
/*#ImgSliderBox {
	 padding-left:auto;
	 padding-right:auto;
	 text-align:center;
 }*/
 
  #ImgSliderBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
 }
 
 #Footer {
	 background:#000;
	 height: 60px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 color:#FFF;
	 font-size:11px;
	 line-height: 150%;
 }
 
 #SubTitle {
	 margin-top: 25px;
	 margin-bottom: 15px;
	 text-align: left;
	 font-size: 120%;
	 font-family: "Adobe Caslon Pro", "Lusitana", "Times New Roman", serif;
	 line-height: 150%;
	 font-weight: normal;
 }

.SubSubTitle {
	 /*margin-top: 25px;
	 margin-bottom: 15px;
	 text-align: left;*/
	 font-size: 100%;
	 font-family: Arial, Helvetica, sans-serif;
	 font-weight: bold;
 }
 
#Divider {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #959595;
	margin-bottom: 10px;	
}

#Overview {
	text-align:left;
	color:#000;
	padding-top: 5px;
	padding-bottom: 20px;
	line-height: 150%;	
}

#Skills {
	text-align:left;
	padding-top: 5px;
    margin-bottom: 15px;
}

#Skills ul {
	margin: 0;
	color: #000;
	padding-left: 0px;
	list-style-type: none;
	line-height: 150%;
}

#bx-pager img {
	padding: 2px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}

/* SERVICES*/

.ServicesTxt {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    font-size: 100%;
	line-height: 150%;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: both;
	
}

.ServicesMainHdr {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 120%;
	color: #959595;
	font-weight: 600;
	margin-bottom: 10px;
	clear: both;
}

.ServicesSubHdr {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #959595;
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
    clear: both;
}

/* BLOG */

.BlogContent { 
  box-sizing: border-box;
  content: "";
  padding: 0px;
  display: table;
  clear: both;
}


.BlogColumnLeft {
  float: left;
  width: 70%;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.BlogColumnRight {
  float: left;
  width: 30%;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 5px;
}


@media screen and (max-width: 801px) {
  .BlogColumnLeft {
    width: 100%;
  }
	.BlogColumnRight {
    width: 100%;
  }
}

.BlogCopy {
	text-align: left;
	line-height: 150%;
}



/* CLASSES */

.NavBarLink:link {
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.NavBarLink:visited { color:#FFF; text-decoration: none; }
.NavBarLink:hover { color:#f03391; text-decoration: none; }
.NavBarLink:focus { color:#f03391; text-decoration: none; }

.EndLink:link {
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.EndLink:visited { color:#FFF; text-decoration: none; }
.EndLink:hover { color:#f03391; text-decoration: none; }
.EndLink:focus { color:#f03391; text-decoration: none; }

.SkillsLink:link {
	font-family: "Adobe Caslon Pro", "Lusitana","Times New Roman", serif;
	color: #b5b5b5;
	text-decoration: none;
}
.SkillsLink:visited { color:#b5b5b5; text-decoration: none; }
.SkillsLink:hover { color:#f03391; text-decoration: none; }
.SkillsLink:focus { color:#f03391; text-decoration: none; }

.PortLink:link {
	/*font-family: "Adobe Caslon Pro", "Times New Roman", serif;*/
	color: #777777;
	text-decoration: none;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.PortLink:visited { color:#777777; text-decoration: none; }
.PortLink:hover { color:#f03391; text-decoration: none; }
.PortLink:focus { color:#f03391; text-decoration: none; }

.HomeLink {text-decoration: underline;}

.NavBarImg {
	margin-bottom: 5px;
	margin-left: 2px;
}

.ThmbBox {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 1%;
}

.ThmbImg {
	padding-bottom: 5px;	
}

.HomeBkg {
	background:#000;
}

.HomeImgBkg {
	background:#FFF;
}

.HomeMainContent {
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	line-height: 150%;
	font-size: 100%;
}

.HomeHeader {
	font-family: "Adobe Caslon Pro", "Lusitana", "Times New Roman", serif;
	font-size: 250%;
	font-weight: 100;
	color: #b5b5b5;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 0px;
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.videoWrapperWF {
	position: relative;
	padding-bottom: 48.58%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}

.videoWrapperWF iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.Blk {
	color:#000;
}

.Gry {
	color:#b5b5b5;
}

.Wht {
	color:#FFF;
}

.ULine {
	text-decoration: underline;
}

.View {
	font-weight:800;
}

.ImgResponsive {
  width: 100%;
  max-width: 390px;
  height: auto;
}






