@font-face {
    font-family: "amba";
    src: url("../fonts/ambassador.otf");
}
@font-face {
    font-family: "newcastle";
    src: url("../fonts/newcastle.otf");
}

html,body {
    font-family: 'amba', Helvetica, sans-serif;
    font-size:16px;
}
.container {
    max-width:890px;
    text-align:justify;
}

.header {
    border-bottom:1px solid #666;
    height:60px;
    margin-bottom:10px;
    position:relative;
}
.header h1 {
    margin:0;
    padding:0;
    line-height:65px;
    font-weight:bold;
    left:0px;
    position:relative;
    text-transform:uppercase;
    text-align:right;

}
.header h1 .smaller {
    font-size:28px;
    font-weight:bold;
}

#logo {
    position:absolute;
    left:0;
    top:5px;
}

h2 {
    font-weight:bold;
    margin-top:40px;
}

.fa {
    font-size: 28px !important;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 66px !important;
    color: #fff;
}
.iconbox a {
    color: #fff;
}
.iconrow {
    background-color: #3367a3;
    min-height:155px;
}
.iconbox {
    text-align: center;
    position:relative;
    min-height: 120px;
}
.iconbox span {
    top:10px;
    position:relative;
}
.footer{
    border-top:1px solid #666;
    height:30px;
    text-align:center !important;
}
.sticky {
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
.menu-padding {
    padding-top:160px;
}
.spacer{
    display: block;
    height:20px;
}

@media screen and (max-width: 800px) {
    .sticky {
        position:relative;
    }
    .menu-padding{
        padding-top:0px;
    }
}
.center {
    text-align:center;
}

#imprintText h2 {
    margin-top:20px;
}

#imprintText {
    margin: auto;
    display: none;
    position: relative;
    bottom: 229px;
    width: 300px;
    height: 200px;
    text-align: center;
    background-color: #fff;
    border:1px solid #666;
}

.right{
    display:block;
    text-align:right;
    margin-right:12px;
}
