@font-face {
    font-family: 'AnonymousPro';
    src: url('fonts/AnonymousPro/AnonymousPro.eot?#iefix') format('embedded-opentype'), url('fonts/AnonymousPro/AnonymousPro.woff') format('woff'), url('fonts/AnonymousPro/AnonymousPro.ttf')  format('truetype'), url('fonts/AnonymousPro/AnonymousPro.svg#AnonymousPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnonymousPro';
    src: url('fonts/AnonymousPro-Bold/AnonymousPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/AnonymousPro-Bold/AnonymousPro-Bold.woff') format('woff'), url('fonts/AnonymousPro-Bold/AnonymousPro-Bold.ttf')  format('truetype'), url('fonts/AnonymousPro-Bold/AnonymousPro-Bold.svg#AnonymousPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'AnonymousPro';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header-bar {
    text-align: center;
    padding: 30px 0;
    background-color: #444c57;
}

.header-bar .logo {
    width: 60px;
    margin: 0 auto;    
}

.tagline-cont {
    color: #cda975;
}

h1 {
    margin-top: 40px;
    color: #ffd639;
/*    font-family: 'AvantGarde-Bold';*/
    font-size: 1.2em;
}

.icon {
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.icon:last-of-type {
    margin-right: 0;
    margin-left: 5px;
}

.icon svg {
    width: auto;
    height: 100%;
}

.social-icons {
    margin-bottom: 30px;
}

.page-container {
    background-image: url('images/bg-img.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 80px 0 100px;
}

.pattern-cont {
    background-color: #fff;    
}

.inner-pattern {
    margin: 20px;
    height: 200px;
    background-image: url('images/pattern.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat-x;
}

.inner-container {
    text-align: center;
    width: 90%;
    background-color: #444c57;
    color: white;
    margin: 0 auto;
    padding: 20px;
    max-width: 400px;
    font-size: 0.9em;
}

.inner-container > p {
    margin: 40px auto;
}

.inner-container .logo {
    margin: 40px auto 0;
    width: 80%;
    max-width: 200px;
}

.inner-footer {
    text-align: left;
    display: table;
    width: 100%;
    border-top: solid 1px;
    padding-top: 10px;
    font-size: 0.85em;
}

.inner-footer:after {
    content: "";
    display: table;
    clear: both;
}

.inner-footer a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.inner-footer a:hover {
    text-decoration: underline;
}

.inner-footer .col-1-2 {
    display: table-cell;
    vertical-align: bottom;
}

.inner-footer .col-1-2:last-of-type {
    text-align: right;
}

.inner-footer p {
    margin: 0;
}

.page-container p {
/*    color: #4a4949;*/
}

footer {
    padding: 40px 0;
    text-align: center;
    background-color: #444c57;
    color: #fff;
    font-size: 0.9em;
}

.span-col-2:last-of-type:after {
    content: "";
    height: 70%;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #cda975;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media all and (max-width: 700px) {
    .header-bar {
        padding: 30px 0 20px;
    }
    
    .header-bar .logo {
/*        width: 250px;*/
/*        margin: 0 auto 10px;*/
    }
    
    .page-container {
        padding: 50px 0;
    }
    
    .inner-pattern {
        height: 100px;
        -webkit-background-size: cover;
        background-size: cover;
    }
}