﻿body
        {
            margin: 0px 0px 0px 0px;
            font-family: Verdana;
            font-size: 13px;
            font-weight: normal;
            overflow:hidden;
        }
        
        .defaultHeaderExtra
        {
            background-image: url('../Images/defaultHeaderExtra.png');
            height: 106px;
            left: 0px;
            top: 130px;
            position: absolute;
        }

.defaultHeaderExtraInnerText {
    color: White;
    font-size: 65px;
    font-family: 'Century Gothic', 'sans-serif';
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
        

      
        
        .defaultHeaderTwoInnerText
        {
            color: White;
            font-size: 65px;
            font-family: 'Century Gothic' , 'sans-serif';
            margin-top: 58px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            position: relative;
        }
        
        .defaultHeaderTwo
        {
            background-image: url('../Images/defaultHeader2.png');
            width: 1668px;
            height: 106px;
            top: 600px;
            position: absolute;
        }
        
        .defaultMenu
        {
            background-image: url('../Images/defaultMenu.png');
            width: 1280px;
            height: 200px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 350px;
        }

html,
body {
    height: 100%;
    overflow: hidden;
}

.headline {
    font-family: 'Century Gothic', 'sans-serif';
    font-size: 50px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 10px;
}

.headlineBackgroundColor {
    background: rgba(13,69,121, 0.4);
}

.defaultHeaderOne {
    height: 106px;
    right: 0px;
    top: 130px;
    padding-right:40px;
    position: absolute;
    background: rgba(13,69,121, 0.4);
}

.defaultHeaderOneInnerText {
    color: White;
    font-size: 65px;
    font-family: 'Century Gothic', 'sans-serif';
    margin-top: 0px;
    margin-left: 40px;
}

/* unvisited link */
a:link, a:visited, a:hover, a:active {
    color: white !important;
    text-decoration: none !important;
}

a:hover {
    color: #d9d9d9 !important;
}

.defaultFPC {
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0px;
    text-align: right;
}

    .defaultFPC img {
        margin-top: 10px;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 10px 10px 10px 10px;
        cursor: pointer;
    }



.defaultHeaderExtra {
    background: rgba(224, 13, 210, 0.4);
    height: 106px;
    left: 0px;
    top: 130px;
    position: absolute;
}

.defaultHeaderExtraInnerText {
    color: White;
    font-size: 65px;
    font-family: 'Century Gothic', 'sans-serif';
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
}

@media only screen and (max-width: 1700px) {
    /* phones */
    .headline {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
    /* phones */

    .onPhones {
        margin-top: -250px !important;
    }

    .defaultHeaderOne {
        display: none !important;
    }

    .headline img {
        height: 50px !important;
    }


}