
a {
    color: inherit;
}

a:visited {
    color: #062847;
}

body {
    background-color: #333;

}

h1 {
    font-size: 20px;
    line-height: 28px;
    font-family: Georgia, "Times New Roman", serif;
    color: #999;
    font-weight: 700;

}

h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: Georgia, "Times New Roman", serif;
    color: #404040;
    font-weight: 300;
    text-transform: uppercase;

}

h3 {
    font-size: 16px;
    line-height: 28px;
    font-family: Georgia, "Times New Roman", serif;
    color: #606060;
    font-weight: 300;
    text-transform: uppercase;

}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
}

.navbar-nav li a {
    padding-left: 20px;
}

/*logo*/

.logo-pic {
    background-image: url("../img/logo.jpg");

    background-repeat: no-repeat;
    background-color: white;
    height: 154px;
    border-radius: 10px 10px 0 0;

}

/*Navigation*/

.nav-font {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;

}

.navbar {
    padding: 0;
}

.nav-pad {
    padding: 0;
}

.navbar-nav li:hover {
    background: #474747;
}

.navbar-nav li a {
    padding: 10px;
    color: white;
}

.navbar-nav li a:active {
    background-color: #117bb8;
}

/*Containers*/

.no-pad-cont {
    padding: 0;
}

/*.white-cont {*/

/*width: 1020px;*/

/*}*/
.white-cont2 {
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    max-width: 1020px;

}

.white-cont3 {
    background-color: #062847;
    height: 40px;
    max-width: 1020px;
}

.txt-cont {
    margin: 20px;
}

/* Footer */

.site-footer {
    color: #aaaaaa;
    padding: 30px;
    border-top: 1px solid #aaaaaa;
    border-radius: 0 0 10px 10px;

    width: 100%;

}

.footer-nav span a {
    padding: 20px 5px;

}

.footer-nav span a:hover {
    text-decoration: underline;
    color: #062847;
}

.footer-font {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.footer-pad {
    padding-bottom: 100px;
    padding-top: 50px;
}

/*MEDIA SCREEN*/

@media screen and (max-width: 992px) {
    .nav-link {
        padding-left: 120px;
    }

    .logo-pic {
        background-image: url("../img/logo.jpg");
        background-repeat: no-repeat;
        background-color: white;
        height: 154px;
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .nav-link {
        padding-left: 120px;
    }

    .logo-pic {
        background-image: url("../img/logo2.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        height: 154px;
        border-radius: 10px 10px 0 0;
    }
}

@media screen and (max-width: 480px) {
    .nav-link {
        padding-left: 120px;
    }

    .logo-pic {
        background-image: url("../img/logo2.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
        height: 154px;
        border-radius: 10px 10px 0 0;
    }

}
