@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/AdmirationPains4.ttf); }

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

h1 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    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: 0em;
}

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;
}

img {
    margin: 0 auto;
}

p {
    color: #fff;
    font-family: "Amatic SC";
    font-size: 3em;
}

.gallerythumbs {
    max-width: 350px;
    margin: 0px auto;
}

.gallerythumbs img {
    margin: 12px 12px 0 0;
}

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

}

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

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

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    body {
        background: #150149 url('/images/bg-sm.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.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%;    
    }
    .gallerythumbs .videothumb {
        margin: 12px 0 0 -12px;
        width: 90%;
    }

}
