﻿body {
    background-color: white;
}


@font-face {
    font-family: 'Elcsa';
    src: url('../fonts/Elcsa.eot') format('embedded-opentype');
    src: url('../fonts/Elcsa.ttf') format('truetype'), url('../fonts/lato-regular.woff') format('woff');
}

@font-face {
    font-family: 'elcsaregular';
    src: url('../fonts/elcsa-webfont.eot');
    src: url('../fonts/elcsa-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/elcsa-webfont.woff2') format('woff2'), url('../fonts/elcsa-webfont.woff') format('woff'), url('../fonts/elcsa-webfont.ttf') format('truetype'), url('../fonts/elcsa-webfont.svg#elcsaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype'), url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

section, nav {
    max-width: 1924px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    margin-left: auto;
    margin-right: auto;
}

.slider {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 95px;
    height: 600px;
    position: relative;
    line-height: 250%;
    /*border: solid 1px #1c6467;*/
    /*border-radius: 8px;*/
    object-fit: none;
    /*position: fixed;*/
    padding:0;
}

.slides {
    list-style: none;
    width: 10000px;
    height: 400px;
    padding: 0;
}

    .slides li {
        margin-left: -2px;
    }

.slide {
    display: inline;
    list-style-type: none;
}


.slp1, .slp2, .slp3, .slp4, .slp5 {
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
}

.lgnd {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 90%;
    /*right: 2%;*/
    color: grey;
    font-size: 16px;
    line-height: 12px;
}



.top_div {
    background: #1c6467;
    font-family: elcsaregular;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    width: 70%;
    margin: auto;
}

.p1, .p2, .p3, .p4 {
    display: inline-block;
    margin: 0;
}

.vv {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .vv p {
        font-size: 25px;
    }

.pgraph {
    opacity: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    height: 500px;
    color: black;
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.r_butt, .l_butt {
    display: inline-block;
    cursor: pointer;
    background: grey;
    color: white;
    border-radius: 2px;
    padding: 2px;
}
