@import url(https://fonts.googleapis.com/css?family=Bree+Serif|Cantata+One|Abhaya+Libre|Lora);
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

section {
  padding: 25px 0px 25px;
}

#MainHeader {
    height:63px;
}

.ctr_btn {
    justify-content: center;
    align-items: center;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
}

.logo {
    position: absolute;
    z-index: 9;
    top: -4px;
}
.navMenuCustom {
    margin-top:13px;
}

/*
@media (max-width: 978px) {
    .navMenuCustom {
      margin-top:65px;
    }
}
*/

.homepagebody {
  background: url('') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-MD {
  background: rgb(90,45,135);
}


/* Set Site Font - Override Bootstrap */

body {
    /* font-family: 'Cantata One', serif; */
    /* font-family: 'Bree Serif', serif; */
    /* font-family: 'Abhaya Libre', serif; */
    /* font-family: 'Lora', serif; */
    font-family: 'Noto Sans', sans-serif;
}    

/* For Contact Us Forms */

#captchaContainer #md-captcha {
    float: right;
}

#captchaContainer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}

/*

Set up page to use Navigation bar and Footer (especially Footer)

*/

html {
  position: relative;
  min-height: 100%;
}

body, html {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;	
  width: 100vw !important;	
  height: 100%;
}

.fixforfooter {
    padding-bottom: 268px;    
}

.spacefornavbar {
    padding-top: 80px;
/*    height: 100%; */
    min-height: 100%
}

.footer {
  position: relative;
  height: 100%;
  width: 100%;
  width: 100vw;
  background-color: #00285C;
  padding: 20px 0px;
}

.loadFooter {
/*    height:268px; margin-top: -268px; */
    margin-top: -288px; 
}

/*

End of Nav/Footer setup section

*/


/* Style all font awesome icons */
.fa {
  padding: 4px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
.rowtopbuffer10 { margin-top:10px; }
.rowtopbuffer20 { margin-top:20px; }
.rowtopbuffer30 { margin-top:30px; }
.rowtopbuffer40 { margin-top:40px; }
.rowtopbuffer100 { margin-top:100px; }
.rowtopbuffer200 { margin-top:200px; }

@media screen and (max-width: 991px) {
	h1 {	
		font-size: 200%;
	}
	h2 {	
		font-size: 200%;
	}
	h3 {	
		font-size: 150%;
	}
	h4 {	
		font-size: 150%;
	}
}

@media screen and (max-width: 767px) {
	h1 {	
		font-size: 150%;
	}
	h2 {	
		font-size: 150%;
	}
	h3 {	
		font-size: 125%;
	}
	h4 {	
		font-size: 125%;
	}
}

@media screen and (max-width: 479px) {
	h1 {	
		font-size: 150%;
	}
	h2 {	
		font-size: 150%;
	}
	h3 {	
		font-size: 125%;
	}
	h4 {	
		font-size: 125%;
	}
}

/* Home Page */

.MDcolumn1 {
  float: left;
  width: 47%;
  box-sizing: border-box;
  text-align:right;

}
.MDcolumn2 {
  float: left;
  width: 6%;
  box-sizing: border-box;
  text-align:center;
}
.MDcolumn3 {
  float: left;
  width: 47%;
  padding: px;
  box-sizing: border-box;
}
.MDrow:after {
  content: "";
  display: table;
  clear: both;
  box-sizing: border-box;
}
.MDtext {
  color: rgb(255,255,255);
}	

.over768show {
	display: block;
}
.over768hide {
	display: hide;
}

@media(max-width: 768px){
  .MDcolumn1 {
    width: 100%;
	text-align:center;
  }
  .MDcolumn2 {
    display: none;
  }
  .MDcolumn3 {
    width: 100%;
	text-align:center;
  }
  .MDtext {
    line-height: 1;
  }
  .MDli {
    padding-bottom:10px;
  }
}

.over768show {
	display: block;
}
.over768hide {
	display: none;
}

@media(max-width: 1200px){
  .over768show {
	display: none;
  }
  .over768hide {
	display: block;
  }
  .mobilefontsize {
    font-size:1.5em;
  }
}
@media(max-width: 500px){
  .mobilefontsize {
    font-size:1.25em;
  }
}
	
.leaderlink:link {
  text-decoration: none;
  color:black;
}

.leaderlink:visited {
  text-decoration: none;
  color:black;
}

.leadercard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*.leadercard:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 255, 0.2), 0 6px 20px 0 rgba(0, 0, 255, 0.19);
}/**/

.standardcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.leadercard:hover, .standardcard:hover { /* light green */
box-shadow: 0 4px 8px 0 rgba(144, 238, 144, 0.2), 0 6px 20px 0 rgba(44, 238, 144, 0.19);
}


.atkinsjvbody {
    background: url('https://www.marstel-day.com/assets/background/boardwalk.png');
    background-origin: content-box;
    background-repeat: no-repeat;    
    background-position: left top;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

.serviceareaheader {
    font-size: 1.5em;
    font-weight:400;
    text-align: left;
    padding: 2px 0px;
}

.homepagelinks a:link
	{
	    color: white;
	    text-decoration:none;
	}
.homepagelinks a:visited
	{
	    color: white;
	    text-decoration:none;
	}
.homepagelinks a:hover
	{
  		color: LightGreen;
	}
.homepagelinks a:active
	{
	    color: white;
	    text-decoration:none;
	}
.hiddendiv>div {
	display: none;
}

.visiblediv>div {
	display: block;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #colorBars { display: none; }  
  #contracts1strow {padding-top: 20px;}
}

@media screen and (min-width: 769px){
  #colorBars { display: block; }
  #contracts1strow {padding-top: 0px;}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.leadcontainer {
  position: relative;
  display: inline-block;
}

.leadcontainer .leadcard {
	font-size: .75em;
	line-height:1;
	width: 118px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -59px;
}

.SolInnov {
    border-color: #DCDCDC;
}