@charset "utf-8";
/* CSS Document */

/* Navigation Styles */

.navitems {
	padding-right: 64px;
	padding-left: 64px;
}

@media screen and (max-width: 750px) {
	.navitems {
		padding-right: 20px;
		padding-left: 30px;
	}
}

@media screen and (min-width: 992px){
	.active-nav-link {
	color: #ffffff!important;
    background: linear-gradient(to bottom, #ee6d52,#dc482a 100%)!important;
	}
}

/* Image Zoom */

.imgzoom-parent {
	width: 200px;
	height: 200px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	margin: 25px;
	float: left;
	position: relative;
		}

.portfolio-imgzoom-parent {
	width: 170px;
	height: 170px;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	margin: 5px;
	float: left;
	position: relative;
}

@media screen and (max-width:550px) {
	.imgzoom-parent, .portfolio-imgzoom-parent {
		width: 150px;
		height: 150px;
		margin-left: 0px;
		}
}

.imgzoom-child {
	width: 100%;
	height: 100%;
	background-color: black;
	/*background-image: url(images/AboutMe.png);*/
	background-position: center;
	background-size: cover;
	transition: all .8s;
	-webkit-transition: all .8s;
	-mos-transition: all .8s;
	-o-transition: all .8s;
		}

.portfolio-imgzoom-child {
	width: 100%;
	height: 100%;
	background-color: black;
	/*background-image: url(images/AboutMe.png);*/
	background-position: center center !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: all .8s;
	-webkit-transition: all .8s;
	-mos-transition: all .8s;
	-o-transition: all .8s;
}
			
.imgzoom-parent:hover .imgzoom-child,
.imgzoom-parent:focus .imgzoom-child {
	transform: scale(1.2);
		}

.portfolio-imgzoom-parent:hover .portfolio-imgzoom-child,
.portfolio-imgzoom-parent:focus .portfolio-imgzoom-child {
	transform: scale(1.2);
}
			
.imgzoom-child::before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52, 73, 94, 0.75);
		}

.portfolio-imgzoom-child::before {
	content: "";
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(52, 73, 94, 0.75);
}
			
.imgzoom-parent:hover .imgzoom-child:before,
.imgzoom-parent:focus .imgzoom-child:before{
	display: block;
}

.portfolio-imgzoom-parent:hover .portfolio-imgzoom-child:before,
.portfolio-imgzoom-parent:focus .portfolio-imgzoom-child:before {
	display: block;
}
			
.imgbox {
	display: none;
	font-size: 25px;
	color: #ffffff !important;
	/*font-family: sans-serif;*/
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 175px;
	cursor: pointer;
		}

@media screen and (max-width: 550px){
	.imgbox, .imgbox-3line {
		font-size: 18px;
	}
}

.imgbox-3line {
	display: none;
	font-size: 25px;
	color: #ffffff !important;
	/*font-family: sans-serif;*/
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 175px;
	cursor: pointer;
		}

.imgbox2 {
	display: none;
	font-size: 25px;
	color: #ffffff !important;
	/*font-family: sans-serif;*/
	text-align: center;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 200px;
	cursor: pointer;
}

@media screen and (max-width: 550px){
	.imgbox2 {
		font-size: 20px;
	}
}

.imgtext {
	margin-right: auto;
	margin-left: auto;
	margin-top: 76px;
}

.portfolio-imgtext {
	margin-right: auto;
	margin-left: auto;
	margin-top: 46px;
}

.portfolio-imgtext-3line {
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
}

.portfolio-imgtext-4line {
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	font-size: 22px!important;
}

@media screen and (max-width: 550px) {
	.portfolio-imgtext-3line {
		margin-top: 46px;
	}
	.portfolio-imgtext-4line {
		margin-top: 20px;
		font-size: 20px!important;
	}
}
			
.imgzoom-parent:hover span,
.imgzoom-parent:focus span{
	display: block;
}

.portfolio-imgzoom-parent:hover span,
.portfolio-imgzoom-parent:focus span {
	display: block;
}

.imgwrapper {
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media screen and (max-width: 550px) {
	.imgwrapper {
		max-width: 360px;
		min-width: 360px;
	}
	.imgcontainer {
		width: 360px;
	}
}

.imgcontainer{
	/*width: 100%;*/
	/*height: 201px;*/
	/*max-width: 500px;*/
	max-width: 500px;
	min-width: 360px;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	float: left;
	}

@media screen and (max-width: 1199px) {
	.imgcontainer {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.right {
		float: none !important;
	}
}
			
.imgzoom-parent:hover .imgbox,
.imgzoom-parent:focus .imgbox{
	display: block;
}

.portfolio-imgzoom-parent:hover .imgbox,
.portfolio-imgzoom-parent:focus .imgbox {
	display: block;
}

.imgzoom-parent:hover .imgbox2,
.imgzoom-parent:focus .imgbox2{
	display: block;
		}

.right {
	float: right;
		}
			
.container2{
	margin-left: auto;
	margin-right: auto;
		}

.imgbutton {
	height: 200px!important;
	width: 200px!important;
}

@media screen and (max-width: 550px) {
	.imgbutton {
		height: 150px!important;
		width: 150px!important;
	}
}

.portfolio-img-row {
	max-width: 1080px;
}

.portfolio-img-row2 {
	max-width: 360px;
}

.portfolio-img-row3 {
	max-width: 540px;
}

.portfolio-img-row4 {
	max-width: 720px;
}

.portfolio-img-row5 {
	max-width: 900px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.portfolio-img-row, .portfolio-img-row2, .portfolio-img-row3, .portfolio-img-row4, .portfolio-img-row5 {
		max-width: 540px!important;
	}	
}

@media screen and (max-width: 550px) {
	.portfolio-img-row, .portfolio-img-row2, .portfolio-img-row3, .portfolio-img-row4, .portfolio-img-row5 {
		max-width: 360px!important;
	}	
}
@media screen and (min-width: 551px) and (max-width: 767px){
	.portfolio-img-row, .portfolio-img-row2, .portfolio-img-row3, .portfolio-img-row4, .portfolio-img-row5 {
		max-width: 380px!important;
	}
}

.portfolio-img-content {
	max-width: 180px;
}

@media screen and (max-width: 767px) and (min-width: 551px) {
	.portfolio-img-content {
		max-width: 170px!important;
		margin-right: 5px!important;
		margin-left: 5px!important;
		margin-bottom: 6px!important;
	}
}

@media screen and (max-width: 550px) {
	.portfolio-img-content {
		max-width: 155px!important;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 6px!important;
	}
}

/* Text and List Styles */
.bodytext {
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
}

.contact-text {
	font-family: Georgia, serif;
	font-size: 19px;
	line-heigh: 24px;
}

li.bulletlist {
	font-family: Georgia, serif;
	font-size: 20px;
	line-heigh: 24px;
}

ul li.bulletlist::before {
	content: "\2022";
	color: black;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.boxborders1 {
	border-left: solid black 2px;
	border-right: solid black 2px;
}

@media screen and (max-width: 767px) {
	.boxborders1 {
		border: none;
	}
}

/* Popover Styles */

.portfolio-container {
	width: 100%;
	position: relative;
	z-index: 50;
}

.portfolio-head {
	margin-bottom: 30px;
}

.portfolio-body {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.portfolio-text {
		padding-top: 30px;
	}
	.portfolio-image {
		margin-left: auto;
		margin-right: auto;
	}
}

.poptest {
	width: 500px;
	height: 600px;
}

.collapse-container {
	
}

.no-transition {
	transition: none!important;
}

/*@media screen and (min-width: 551px and max-width: 1199px){
	.collapse-container {
		top: 500px;	
	}
}

@media screen and (max-width: 550px){
	.collapse-container {
		
	}
}*/


/* Link Styles */

.bodylink {
	color: #1f6d8a;
	text-decoration: none;
}

.bodylink:hover {
	color: #1f6d8a;
	text-decoration: underline;
}

.bodylink:active, .bodylink:visited {
	color: #1f6d8a;
	text-decoration: none;
}

/* Button Styles */

.contact_button {
  color: #fff;
  background-color: #1f6d8a!important;
  border-color: #1f6d8a!important;
}

.contact_button:hover {
  color: #fff;
  background-color: #105670!important;
  border-color: #105670!important;
}

.contact_button:focus, .contact_button.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 152, 175, 0.75)!important;
}

/* Misc Styles */

.hamburger {
	
}

.hamburger:focus {
	background-image: linear-gradient(to bottom,#ee6d52, #dc482a 100%);
}

.hamburger:active {
	background-image: linear-gradient(to bottom,#ee6d52, #dc482a 100%);
}

.mainfooter {
	background-color: #dc482a; 
	color: #fff; 
	height: 110px;
}

@media screen and (max-width: 539px) {
	.mainfooter {
		height: 160px;
	}
}

.hide {
	display: none;
}

.content-center {
	
}

@media screen and (max-width: 992px) {
	.content-center {
	margin-left: auto!important;
	margin-right: auto!important;
	}
}

.required-field::after {
  content:"*";
  color:red;
}

.form_success::before {
	content: '';
	background: url(../images/checkmark.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 46px;
	width: 46px;
	margin-bottom: -06px;
}

.form_error::before {
	content: '';
	background: url(../images/error.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-bottom: -10.5px;
}

@media screen and (min-width: 768px) {
	.process-header {
		visibility: visible!important;
	}
	.process-header-mobile {
		visibility: hidden!important;
	}
	.process-header-container {
		max-width: 978px; 
		margin-left: auto; 
		margin-right: auto;
		max-height: 71px;		
	}
}

@media screen and (max-width: 767px) {
	.process-header {
		visibility: hidden!important;
	}
	.process-header-mobile {
		visibility: visible!important;
	}
	.process-header-container {
		max-width: 215px!important;
		margin-left: auto;
		margin-right: auto;
		max-height: 345px!important;
	}
}

.headshot-container {
	float: right;
	max-width: 366px;
	margin-left: 10px;
	display: inline-block;
}

.headshot-container-mobile {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: none;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.headshot-container {
		max-width: 275px!important;
	}
	.headshot-container-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) and (min-width: 551px) {
	.headshot-container {
		max-width: 245px!important;		
	}
	.headshot-container-mobile {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	.headshot-container {
		/*max-width: 180px!important;*/
		display: none!important;
	}
	.headshot-container-mobile {
		display: inherit!important;		
	}
}

.bodycontainer {
	/*height: 100vh;
	min-height: 100vh;*/
	/*padding-top: 72px;*/
	min-height: calc(100vh - 184px);
}

@media screen and (max-width: 539px) {
	.bodycontainer {
		min-height: calc(100vh - 234px);
	}
}

.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  /*width: 19em;*/
}

