@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Parisienne&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin,latin-ext);
@font-face { font-family: AdmirationPains; src: url(/fonts/AdmirationPains5.ttf); }

body {
    padding-top: 60px;
    background: #150149 url('/images/bg-bw.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

h1 {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-family: AdmirationPains;
    font-size: 8em;
}

h1 span {
    font-family: "Parisienne";
    vertical-align: 30%;
}

h2 {
    line-height: 1.75em;
}

h2.first {
    font-family: AdmirationPains;
    font-size: 5em;
    margin-top: 0.5em;

}

h2.second {
    font-family: "Amatic SC";
    font-size: 6em;
    margin-top: 0.5em;
}

h2.third {
    font-family: "Amatic SC";
    font-size: 6em;
    margin: 0;
    padding: 0;
    line-height: 0.25em;
}

h2 span {
    font-family: "Amatic SC";
    vertical-align: 14%;    
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

.modal {
    overflow: auto;
    color: #333;
}

@media (min-width: 1200px) {
    body {
        background: #150149 url('/images/bg-bw.jpg') no-repeat;
        background-size: cover;
    }

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        background: #150149 url('/images/bg-md-bw.jpg') no-repeat;
        background-size: cover;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    body {
        background: #150149 url('/images/bg-sm-bw.jpg') no-repeat;
        background-size: cover;
    }

    h1 {
        font-size: 6em;
    }

    h1 span {
        vertical-align: 30%;
    }

    h2.first {
        font-size: 3em;
    }

    h2.second {
        font-size: 4em;
    }

    h2 span {
        vertical-align: 14%;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    body {
        background: #150149 url('/images/bg-xs-bw.jpg') no-repeat;
        background-size: cover;
    }

    h1 {
        font-size: 3em;
    }

    h1 span {
        vertical-align: 30%;
    }

    h2.first {
        font-size: 2em;
    }

    h2.second {
        font-size: 3em;
    }

    h2 span {
        vertical-align: 14%;    
    }
}
