/**
 * @license
 * MyFonts Webfont Build ID 3171802, 2016-02-15T11:26:48-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NolanNext-Bold by Kastelov
 * URL: http://www.myfonts.com/fonts/kastelov/nolan-next/bold/
 *
 * Webfont: NolanNext-Heavy by Kastelov
 * URL: http://www.myfonts.com/fonts/kastelov/nolan-next/heavy/
 *
 * Webfont: NolanNext-Light by Kastelov
 * URL: http://www.myfonts.com/fonts/kastelov/nolan-next/light/
 *
 * Webfont: NolanNext-Regular by Kastelov
 * URL: http://www.myfonts.com/fonts/kastelov/nolan-next/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3171802
 * Licensed pageviews: 100,000
 * Webfonts copyright: Copyright &#x00A9; 2015 by Galin Kastelov. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3065da");

@font-face {
    font-family: 'NolanNext-Regular';
    src: url('../NolanNextFont/nolanNext-Regular.eot');
    src: url('../NolanNextFont/nolanNext-Regular.eot?#iefix') format('embedded-opentype'), url('../NolanNextFont/nolanNext-Regular.woff2') format('woff2'), url('../NolanNextFont/nolanNext-Regular.woff') format('woff'), url('../NolanNextFont/nolanNext-Regular.ttf') format('truetype');
}

body {
    background-image: url("../assets/background.jpg");
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.childPages {
    background-image: url("../assets/background_2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    background-size: cover;
    font-family: 'NolanNext-Regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #222222;
    width: 90%;
    margin: 0 5%;
}

h1 {
    font-family: 'Amatic SC', AmaticSC, cursive;
    font-size: 62px;
    font-weight: bold;
    color: #00B2B2;
}

.headline {
    font-family: 'Amatic SC', AmaticSC, cursive;
    font-size: 55px;
    font-weight: bold;
    color: #00B2B2;
}

.floatText {
    font-family: 'NolanNext-Regular';
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    color: #222222;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
}

img {
    margin-top: 30px;
    height: 89px;
    width: 200px;
}

.signature {
    font-family: 'Amatic SC', AmaticSC, cursive;
    font-size: 62px;
    font-weight: bold;
    color: #00B2B2;
}

.footer {
    color: #ffffff;
    font-family: 'NolanNext-Regular';
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    text-align: center;
}

@media only screen and (max-device-width : 320 px) and (max-device-width : 568px) {
    .footer {
        color: #222222;
    }
}

@media only screen and (max-width : 480px) {
    .footer {
        padding-top: 30px;
        position: relative !important;
    }
}

@media only screen and (max-width : 768px) {
    .footer {
        padding-top: 30px;
        position: relative !important;
    }
}

.footer a {
    color: #ffffff;
}

.coloredFooter {
    position: relative;
    color: #222222;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    bottom: 30px;
}

.coloredFooterImprint {
    padding-top: 30px;
}

@media only screen and (max-device-width : 320px) {
    .coloredFooter {
        color: #222222;
    }
}

@media only screen and (max-device-width : 568px) {
    .footer {
        position: relative;
    }
}

@media only screen and (max-width : 480px) {
    .coloredFooter {
        padding-top: 30px;
    }

    .coloredFooterImprint{
        padding-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .coloredFooterImprint {
        padding-top: 90px;
    }
}

.coloredFooter a {
    color: #222222;
    text-align: center;
}

.marginBottom {
    margin-bottom: 40px;
}

.icon {
    font-size: 24px;
}

.row {
    margin: 0;
}

.borderWhite {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.borderBlack {
    border-left: 1px solid #222222;
    border-right: 1px solid #222222;
}

@media only screen and (max-width : 992px) {
    .borderWhite,
    .borderBlack {
        border: none;
    }
}
