html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: #cee7c1;
}

hr{
	width: 100%;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px dashed;
    display: inline-block;
    border-color: #93a788;
}


.g-recaptcha{
	margin-bottom: 20px;
}

.contactleft {
    width: 65%;
    display: inline-block;
    float: left;
}

.contactright {
    width: 30%;
    display: inline-block;
    float: right;
    margin-left: 5%;
}

.contactright h2{
	margin: 0;
}

.contactright h3{
	margin: 0;
}

.contactright p{
    margin: 0;
}

.teamlineone{
	width: 100%;
	display: block;
}

.teamlineone p{
	margin: 0;
    padding: 0;
}

.teamlineone span{
    width: 30%;
    display: inline-block;
    float: left;
    margin-right: 5%;
}

.teamlineone span:nth-child(3){
	margin-right: 0;
}

.teamlineone h2{
	font-size: 175% !important;
    margin: 0;
    padding: 0;
}

.teamlineone img{

}


.teamlinetwo{
	width: 100%;
	display: block;
}

.teamlinetwo p{
	margin: 0;
    padding: 0;
}

.teamlinetwo span{
    width: 22%;
    display: inline-block;
    float: left;
    margin-right: 4%;
}

.teamlinetwo span:nth-child(4){
	margin-right: 0;
}

.teamlinetwo h2{
	font-size: 150% !important;
    margin: 0;
    padding: 0;
}

.teamlinetwo img{

}

#wrapper{
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	position: absolute;
}

#topper{
    transition: all 0.3s;
    width: 100%;
    height: 150px;
    position: fixed;
    z-index: 200;
    top: 0;
    background-image: url(../images/haederback.png);
    background-size: contain;
}

#naviscreen{
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0;
    height: 100%;
    transition: all 0.3s;
}

#navimobile{
    display: none;
}

#logo{
    height: 150px;
    float: left;
    text-align: left;
    width: auto;
}

#logo img{
    height: 100%;
    width: auto;
}

#dropdown-navi{
    display: inline-block;
    position: absolute;
    transition: all 0.3s;
    right: 0;
}


#dropdown-navi img{
    width: 37px;
    height: 37px;
}

	
#footerwrapper{
	background-color: #494e55;
	width: 100%;
	height: 190px;
}

#footer{
    min-height: 170px;
    width: 100%;
    display: inline-block;
    position: relative;
}

#leftfoot{
	float: left;
	padding-left: 10%;
	display: inline_block;
	position: relative;
	color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 20px;
    line-height: 1.5;
}

#rightfoot{
	float: right;
	padding-right: 10%;
	display: inline_block;
	position: relative;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 20px;
    line-height: 1.5;
}

#rightfoot a{
	color: #FFFFFF;
}

#logolove{
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #262a2f;
    padding: 20px 0 20px 0;
}

#logolove img{
    width: 200px;
    height: auto;
    transition: all 0.3s;
}

#logolove img:hover{
    width: 210px;
}

#bignivo{
	width: 100vw !important;
	height: 40vw !important;
    display: inline-block;
    position: relative;
	margin-top: 80px;
}

.nivoSlider img{
	width: 100vw !important;
	height: 40vw !important;
}

#smallgap{
	width: 100vw !important;
	height: 175px !important;
    display: inline-block;
    position: relative;
}

#content{
	display: inline-block;
    position: relative;
	width: 80%;
	padding: 0 10% 0 10%;
    margin-bottom: 100px;
}

h1{
	font-size: 250% !important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #6e7d65;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h2{
	font-size: 200% !important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #93a788;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h3{
	font-size: 135% !important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #4b4b4b;
	fonr-weight: bold;
	line-height: 1.5;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h3 a{
	color: #4b4b4b;
	transition: all 0.3s;
	text-decoration: underline;
	margin-left: 0px;
}

h3 a:hover{
	text-decoration: none;
	margin-left: 4px;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
	
}

p{
	font-size: 100% !important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    line-height: 1.75;
	color: #4b4b4b;
}

p a{
	transition: all 0.3s;
	font-size: 100% !important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    line-height: 1.75;
	color: #000000;
	text-decoration: underline;
	margin-left: 0px;
}

p a:hover{
	text-decoration: none;
	margin-left: 4px;
	
}

#nivoverlay{
    position: sticky;
    display: inline-block;
    top: 28vw;
    z-index: 200;
    margin-left: 10%;
    background-color: rgb(255 255 255 / 90%);
    padding: 15px 30px 20px 30px;
    width: 33%;
    margin-bottom: 50px;
    margin-top: -50px;
}

#nivoverlay h1{
	font-size: 200% !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    color: #ec891b;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#nivoverlay h3{
	font-size: 100% !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#startext{
    display: inline-block;
    float: right;
	width: 40%;
    margin-right: 10%;
}

#subtext{
    display: inline-block;
    width: 100%;
}

.sitemap{
	margin: 0;
	padding: 0;
    line-height: 1.5;
}

.sitemap li{
	font-size: 150% !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	list-style: none;
}
.sitemap li li{
	font-size: 100% !important;
}

.sitemap li a{
	transition: all 0.3s;
	margin-left: 0;
	color: #4b4b4b;
	text-decoration: underline;
}

.sitemap li a:hover{
	margin-left: 5px;
	color: #4b4b4b;
	text-decoration: none;
}

#pifa-field-16{
	width: 50%;
	display: inline-block;
}

#pifa-field-17{
    width: 49%;
    display: inline-block;
    text-align: right;
}

#pifa-field-18{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed;
    border-color: #959595;
}

.pifa-form{
    width: 100%;
}

.pifa-form span div label{
	width: calc( 100% - 60px);
}

.pifa-form div{
	padding: 0;
    display: block;
}

.pifa-form label{
	width: 150px;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.pifa-form input[type='submit']{
    padding: 0;
    font-size: 125%;
    margin: 0;
    display: inline-block;
    width: 40%;
    background: #00c300;
    height: 50px;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    border: none;
    border-radius: 25px;
	float: left;
}

.pifa-form input[type='submit']:hover{
    background: #9cdc77;
    color: #FFF;
}

.pifa-form input[type='reset']{
    padding: 0;
    font-size: 125%;
    margin: 0;
    display: inline-block;
	width: 40%;
    background: #b5b5b5;
    height: 50px;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    border: none;
    border-radius: 25px;
	float: right;
}

.pifa-form input[type='reset']:hover{
    background: #ff8f8f;
    color: #FFF;
}

.pifa-form input[type='checkbox']{
    width: 35px !important;
    float: unset;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
    margin-right: 10px !important;
}


.pifa-form input, .pifa-form textarea{
	width: calc( 100% - 165px);
    display: inline-block;
    border: 1px solid;
    border-color: #afafaf;
    line-height: 1.5;
    height: 35px;
    font-size: 100%;
    color: #52626b;
	padding-left: 10px;
}

.pifa-form input{
    height: 35px;
	margin-bottom: 10px;
}

.pifa-form textarea{
    height: 135px;
	margin-bottom: 10px;
}