body {
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 0;
    background: #131316;
}
* {
    box-sizing: border-box;
}
.clearfloat {
    clear: both
}
#titleBox span {
    text-transform: lowercase;
}
#titleBox h1 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
}
#titleBox p {
    color: #343A3F;
    font-size: 35px;
    margin: 0 0 30px 0;
    padding: 0 30px;
    background: #fff;
    display: inline-block;
}
#canvas {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
#thxCard {
    max-width: 900px;
    margin: 0 auto
}
#thxCard img {
    width: 100%;
}
.galleryHolder {
    padding: 0 14px;
}
#linksHolder {
    margin-top: 20px
}
.galleryLink {
    color: #131316;
    background: white;
    font-size: 40px;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
    border: 2px solid white;
}
.galleryLink:hover {
    background: #131316;
    color: white;
}
h2 {
    font-size: 40px;
    color: white
}
.columns {
    width: 25%;
    float: left;
    display: inline-block;
    border: 4px solid transparent;
    padding: 5px 10px
}
.columns img {
    width: 100%;
    transition: ease-in-out all 0.3s;
    box-shadow: 0 0 10px #000;
}
.columns:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 30px #000;
}
a#contactForm,
a#faqbutton {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 20px;
    display: block;
    margin-top: 2%;
    transition: ease-in-out all 0.3s;
}
a#contactForm:hover,
a#faqbutton:hover {
    background: #fff;
    color: #111112;
    padding: 5px 30px;
}
.contactWrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.contactWrapper h1 {
    color: #fff;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-size: 40px
}
.contactWrapper h1:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 20%;
    right: 20%;
    background: #AC9756;
    bottom: 0;
}
#olafContact {
    width: 600px;
    margin: 0 auto;
}
#olafContact label {
    margin: 10px 0px;
    displaY: block;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}
#olafContact input.smInput {
    background: none;
    border: 2px solid #AC9756;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 70%;
    padding: 10px 15px;
    transition: ease-in-out all 0.3s;
    box-sizing: border-box;
}
#olafContact textarea {
    background: none;
    border: 2px solid #AC9756;
    width: 100%;
    min-height: 300px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    transition: ease-in-out all 0.3s;
}
#olafContact #submit {
    background: none;
    border: 2px solid #AC9756;
    color: #fff;
    padding: 10px;
    width: 220px;
    margin-top: 20px;
    transition: ease-in-out all 0.3s;
}
#olafContact #submit:hover {
    background: #AC9756;
    cursor: pointer;
}
@media (max-width: 992px) {
    .columns {
        width: 33.333%
    }
}
@media (max-width: 500px) {
    #titleBox h1 {
        font-size: 45px
    }
    #titleBox p {
        font-size: 26px;
        padding: 5px 10px
    }
    #thxCard {
        padding: 0 24px
    }
    h2 {
        font-size: 35px
    }
    .columns {
        width: 100%
    }
    .galleryLink {
        font-size: 20px;
        font-weight: 800;
    }
}
