@charset "UTF-8";
@import url("KievitWeb_Bold/stylesheet.css");
@import url("KievitWeb_Book/stylesheet.css");
@import url("KievitScWeb_Book/stylesheet.css");
@import url("KievitScWeb_Bold/stylesheet.css");
@import url("KievitComp_Bold/stylesheet.css");


body
 {

}
.text-block p a {
    color: hsla(0,0%,100%,1.00);
    margin-top: 0px;
}
.text-block .button h4 {
    font-family: "KievitComp Bold";
    font-size: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.container .text-block .btn {
    font-family: "KievitWeb Book";
    font-size: 18px;
}

@media (max-width: 768px){
header nav ul li a {
    font-size: 100%;
    padding-top: 0px;
    height: 31px;
}
footer ul li {
    font-size: 80%;
    margin-top: 44px;
}
}

@media (max-width:1920px){
}

@media (max-width: 373px){
}
body header img {
    margin-top: 25px;
}
body main img {
    width: 100%;
}



body,  html
 {
  margin: 0px;
     height: 100%;
}

body header {
    height: 80px;
    margin-left: 20px;
    margin-top: 0px;
}
body header img {
    margin-left: 30px;
    margin-top: 26px;
    height: auto;
}
.overlaytext  {
    font-family: "KievitComp Bold";
    font-size: 45px;
}
.layerbox {
    font-family: "KievitWeb Bold";
    font-size: 2em;
}
.container {
    position: relative;
    padding-top: 0px;
    height: 1400px;
    min-height: 0px;
}

/* Bottom right text */
.text-block {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    height: 1400px;
    min-height: 0px;
}
p {
    font-family: "KievitWeb Book";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
    
    .bg-img {
    /* The image used */
    background-image: url("img/AdobeStock_140417989.jpeg");
    /* Control the height of the image */
    min-height: 1400px;
    /* Center and scale the image nicely */
  background-position: center;
    min-width: 1800px;
}
.container .bg-img {

}
.container .text-block h2 {
    font-family: "KievitWeb Bold";
    font-size: 35px;
    line-height: 120%;
    font-style: normal;
    font-weight: 200;
    margin-top: 125px;
}
.container .text-block h3 {
    font-family: "KievitWeb Bold";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    width: auto;
}

.container .text-block img {
    width: 120px;
    padding-top: 80px;
    height: auto;
    padding-bottom: 40px;
}
a:hover {
background-color: #1F85FD;
}
.text-block .button img {
    width: 20px;
    height: 20px;
}

.btn {
    background: linear-gradient(to bottom, #4FBCFB 0%, #4694DD 100%);
    border: none;
    color: white;
    padding: 25px 35px;
    text-align: center;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 50px;
}
.btn:hover {
  background: #1F85FD ;
}
