
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700');

/*Base*/
html,
body,
.page-container {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    color: #13120f;
    background: #e9ebe7;
    overflow-x: visible !important;
}

a,
a:link,
a:hover,
a:visited {
    color: #003da7;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3 {
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-size: 24px;
    font-weight: 700 !important;
    color: #13120f !important;
}

h2 {
    font-size: 20px;
    font-weight: 400;
    color: #003da7;
}

h3 {
    font-size: 16px;
    font-weight: 300;
    color: #3d3e3c;
}

hr {
    width: 30%;
    border-top-color: #e9ebe7;
}

/*Page Content*/
.page-container {
    position: relative;
}

.page-content,
.page-footer-wrapper {
    width: 100%;
    position: absolute;
    text-align: center;
}

.page-content {
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.page-footer-wrapper {
    left: 0;
    bottom: 0;
}

.page-content-info,
.page-footer {
    padding: 5px 30px;
}

/*Media Queries*/
@media (min-width: 992px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }
}
