@font-face {
    font-family: "Metrostyle";
    src: url("../fonts/MetrostyleExtendedRegular.woff2");
}

@font-face {
    font-family: "WorkSans";
    src: url("../fonts/WorkSans.woff2");
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.woff2");
}

@font-face {
    font-family: "MaterialIcons";
    src: url("../fonts/MaterialIcons-Regular.woff2");
}

html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background-color: #FFF;
    color: #000;
    font-family: 'HelveticaNeue', sans-serif;
    font-size: large;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 150%;
}

a
{
    color: #135eb3;
    text-decoration: none;
}

a:hover
{
    color: #006480;
    text-decoration: underline;
}

br
{
    content: " ";
    display: block;
    margin: 1%;
}


.block-1
{
    position: relative;
    background-color: #FFF;
    text-align: left;
    padding-top: 3%;
    padding-bottom: 2%;
    padding-left: 5%;
    padding-right: 5%;
}
.caption
{
    position: absolute;
    top: -28px;
    left: 5%;
}

.caption span.border
{
    background-color: #006480C0;
    color: #FFF;
    padding: 20px;
    padding-left: 25px;
    /* margin-left: 5%; */
    font-size: x-large;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "WorkSans", sans-serif;
}

.strong
{
    color: #000;
    font-weight: bold;
    font-size: x-large;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4
{
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 60%;
}

.bgimg-1
{
    background-image: url("../img/1.gif");
}

.bgimg-2
{
    background-image: url("../img/2.jpg");
}

.bgimg-3
{
    background-image: url("../img/3.jpg");
}

.bgimg-4
{
    background-image: url("../img/4.jpg");
}

ul
{
    list-style-type: square;
}

footer
{
    background-color: #FFF;
}

.mfooter
{
    color: #000;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 5%;
}

.mfooter a
{
    color: #000;
    text-decoration: underline;
}

.mfooter a:hover
{
    color: #37B;
    text-decoration: underline;
}

.mfooter ul
{
    list-style-type: none;
    font-size: small;
    line-height: 25px;
}

.mfooter-title
{
    font-size: large;
    font-weight: bold;
}

.mfooter-row
{
    display: flex;
}

.mfooter-col
{
    flex: 0 0 25%;
}

.mfooter-data
{
    margin-left: -35%;
}

.material-icons
{
    font: 18px "MaterialIcons", sans-serif;
    position: relative;
    top: 5px;
}

.title-header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFC;
    color: #000;
    font-size: xx-large;
    font-weight: 600;
    letter-spacing: 8px;
    font-family: "Metrostyle", sans-serif;
    padding: 1%;
    padding-left: 2%;
}

.hr
{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: large;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 1%;
    padding-right: 5%;
}

.fcopyright
{
    text-align: center;
    font-size: xx-small;
}

@media (max-width: 850px)
{
    .hr
    {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        font-size: medium;
        letter-spacing: 1px;
        padding-left: 0%;
    }
}

@media (max-width: 1025px)
{
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4
    {
        background-attachment: scroll;
    }

    .title-caption
    {
        top: 40px;
        left: 20px;
        font-size: 90px;
    }

    .mfooter ul
    {
        line-height: 20px;
        margin-left: -40px;
    }

    .mfooter-row
    {
        display: grid;
    }

    .mfooter-col
    {
        flex: 0 0 0;
        margin: 0;
        margin-top: 10px;
    }

    .mfooter-data
    {
        margin-left: 0%;
    }

}
