* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

@font-face {
    font-family: 'noto_sanslight';
    src: url('notosans-light.woff2') format('woff2'),
         url('notosans-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: noto_sanslight !important;
}

h1 {
    color: #1D3E66;
    font-size: 14vw;
    font-weight: bold;
    text-align: left;
}

h2 {
	color: #1D3E66;
	font-size: 8vw;
}

h3 {
	font-size: 6vw;
}

h5 {
	font-size: 12px;
}

.myButton {
	background-color:#3DB76F;
	border-radius:22px;
	display:inline-block;
	font-weight: bold;
	cursor:pointer;
	color: #1D3E66;
	font-family:Arial;
	font-size:19px;
	padding:16px 24px;
	text-decoration:none;
	margin-top: 50px;
}
.myButton:hover {
	background-color:#3DB76F;
	color: white;
}
.myButton:active {
	position:relative;
	top:1px;
}

@media (min-width: 1000px) {
    h1 {
        font-size: 95px;
    }
	
	h2 {
		font-size: 75px;
	}
}

.pageTop {
	font-size: 18px;
	background-color: #FAFDF3;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 1500;
}

.pageTop a {
	text-decoration: none;
	color: black;
}

.displayPageTop {
	margin-left: 5%;
	margin-right: 5%;
}

.bgIndex {
    height: 100vh;
    background-image: url(../img/bgIndex.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%;
    background-attachment: scroll;
    padding-top: calc((100vh - 280px)/2);
    box-sizing: border-box;
}

.contactPage {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../img/bgContact.jpg);
	filter: brightness(120%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.contactUs {
	color: white;
}


@media (min-width: 1000px) {
    h3 {
		font-size: 60px;
    }
}

/*header services secrion*/
.bgServices {
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../img/bgHeader.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-top: calc((100vh - 280px)/2);
    box-sizing: border-box;

}

/*navbar*/
.navigation {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.10);
	background: #3DB76F;
}

.navbar {
    margin-left: 5%;
    margin-right: 5%;
}

.nav-link{
	color: #1D3E66;
}



.navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    transition: .5s ease-in-out;
}


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

 .navbar-toggler span {
    margin: 0;
    padding: 0;
}

 .toggler-icon {
     display: block;
     position: absolute;
     height: 3px;
     width: 100%;
     background: #1D3E66;
     border-radius: 1px;
     opacity: 1;
     left: 0;
     transform: rotate(0deg);
     transition: .25s ease-in-out;
 }

 /*navbar open*/
 .navbar-toggler .top-bar {
     margin-top: 0px;
     transform: rotate(45deg);
 }

 .navbar-toggler .middle-bar {
     opacity: 0;
     filter: opacity(0);
 }

 .navbar-toggler .bottom-bar {
     margin-top: 0px;
     transform: rotate(-45deg);
 }

 /*navbar collapsed*/
 .navbar-toggler.collapsed .top-bar {
     margin-top: -20px;
     transform: rotate(0deg);
 }

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: opacity(100);

}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}

/*styling navbar*/
.navbar a {
    font-size: 28px;
    font-weight: bold;
}

.navbar a:hover {
    color: white;
}

.brandLogo{
	Width: 150px;
	height: auto;
}

/*intro*/
.sectionTitles {
	font-size: 50px;
	color: #3DB76F;
}

.intro {
    padding-bottom: 20px;
    padding-top: 40px;
    background-attachment: fixed;
}

.offsetIntro {
	margin-left: auto;
	margin-right: auto;
	max-width: 830px;
	padding: 10px 25px 20px 25px;
}

.accentuate {
	font-weight: bold;
}

/*services*/
.servicesTitle {
	display: inline-block;
	font-size: 50px;
	color: #3DB76F;
	text-align: center;
	padding-bottom: 20px;
}

.services {
	background-color: #FAFDF3;
}

.logoResponsive{
	width: 85px;
	height: auto;
}

.servicesHeadline{
	font-size: 32px;
	color: #3DB76F;
}
	

/*contact*/
.contact {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 600;
    background-color: white;
}

.contactLinks{
	line-height: 16px;
	margin-bottom: 1rem;
}
	
	
	
.contact a {
    color: #1f1f1f;
    text-decoration: none;
}

.contactLogo {
    height: 50px;
    width: auto;
    margin-left: 10px;
}

.social {
    text-align: center;
}

.social a {
	display: inline;
	margin: 40px;
}

.addresslines {
	margin-left: 30px;
}
	
.accentColor {
	color: darkgrey;
}

.contactForm {
	margin-bottom: 75px;
	width: 650px;
	border: 1px solid #1D3E66;
	border-radius: 20px;
	padding-top: 5%;
	padding-bottom: 5%;
	margin-left: 50px;
	
}

.contactFormTitle {
	font-weight: bold;
	font-size: 18px;
	color: #1D3E66;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	border-color: #1D3E66;
}

form input, form select {
    transition: box-shadow .3s;
    border: solid 1px #1D3E66;
    margin: 10px 0;
    padding: 10px 10px 10px 20px;
    outline: none;
    background: #ffff;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
}

form textarea {
    transition: box-shadow .3s;
    border: solid 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    outline: none;
    background: #fff;
    border-radius: 10px;
    font-family: inherit;
    font-size: inherit;
}

form input:hover, form select:hover, form textarea:hover {
    border: solid 1px rgba(61,183,111,.5);
    box-shadow: 0 0 5px rgba(61,183,111,.5);
}

input:focus, select:focus, textarea:focus {
    border: solid 1px rgba(61,183,111,.5);
    box-shadow: 0 0 5px rgba(61,183,111,.5);
}

form select option {
    margin: 50px 0px 50px 0px;
}

form button {
    padding: 15px;
    color: white;
    background: #3DB76F;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 200px;
    margin: 20px auto 0;
    border-radius: 20px;
}


@media (max-width: 769px) {
	
	.logoResponsive{
		width: 50px;
		height: auto;
	}
	
	.servicesHeadline{
		font-size: 3.5vw;
	}

    .col {
        margin: 20px 0;
    }

    .contactDetails {
        margin-left: 10px;
    }
	
	.contactCol {
		flex-direction: column;
		margin-left: 5%;
	}

    .social a {
        margin: 10px 10px 10px 10px;
        margin: 20px;
    }
	
	.sectionTitles {
		font-size: 30px;
		text-align: center;
	}
	
	.contactContainer {
		flex-wrap: wrap;
	}
	
	.contactForm {
		margin-left: 0;
	}
	
	h3 {
		font-size: 50px;
	}
}
	

/*contact us page*/
.contactContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 5%;
}

.checkmarks {
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	color: #1D3E66;
}

.accentuateContact{
	color: #1D3E66;
}

.contactPage {
	background-color: #FAFDF3;
}

.contactInformation {
	margin: 20px;
}

/*footer with disclaimer/logo*/
.proventus {
	height: 25px;
	width: auto;
	margin-top: -20px;
}

.disclaimer {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	color: darkgrey;
}

/*Gallery page*/

.bgGallery{
	background-color: #FAFDF3;
	padding-top: 20px;
	padding-bottom: 100px;
}

#gallery {
	padding-top: 30px;
}

@media screen and (min-width: 991px) {
	#gallery{
		padding: 60px 30px 0 30px;
	}
}

.img-wrapper {
	position: relative;
	margin-top: 15px;
}

.img-wrapper img {
	width: 100%;
}

.img-wrapper {
	position: relative;
	margin-top: 15px;
	cursor:pointer;
}
  
.img-overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;    
	-ms-user-select: none; 
	user-select: none; 
}
 
#overlay img {
	margin: 0;
	width: 80%;
	height: auto;
	object-fit: contain;
	padding: 5%;
}

@media screen and (min-width:768px) {
	#overlay img{
		width: 60%;
	}
}

@media screen and (min-width:1200px) {
	#overlay img{
		width: 50%;
	}
}

#nextButton {
	color: #fff;
	font-size: 3em;
	transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

#prevButton {
	color: #fff;
	font-size: 3em;
	transition: opacity 0.8s;

}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 60px;
	right: 30px;
}

#exitButton:hover {
	opacity: 0.7;
}

@media screen and (min-width:768px) {
    #nextButton{
		font-size: 3em;
	}
	#prevButton {
		font-size: 3em;
	}
	#exitButton {
		font-size: 3em;
	}
}

i:hover{
	cursor: pointer;	
}

	
