@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Jura:500,700');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-weight: 500;
    font-family: 'Jura', sans-serif;
    font-size: 18px;
    color: #3c3c3b;
    overflow-x: hidden;
    background: #F1FFFF;
}

h1,h2,h3 {
    font-family: 'Great Vibes', cursive;
    margin: 0;
    padding: 0;
}

a,a:hover,a:focus,a:active {
    color: #3c3c3b;
    text-decoration: none;
}

h1 { font-size: 52px }
h2 {}
h3 {}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container_outer {
    position: relative;
    width: 100%;
}

.container_inner {
    max-width: 1024px;
    margin: 0 auto;
    height: auto;
}


#site-content {}

#site-content .container_inner {
    position: relative;
    height: 100vh;
    padding: 100px 0 0 0;
}

#site-content .bg_color_area {
    position: absolute;
    background: #fff;
    top: 30%;
    max-width: 80%;
    text-align: center;
    padding: 15px 15px 80px;
    box-shadow: 0 0 25px 0 rgba(0,0,0, 0.2);
    xtransform: translateY(-30%);
    transform-style: preserve-3d
    transform: perspective(300px);
}

#site-content .bg_color_area h1 {
    font-size: 80px;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 5px rgba(0,0,0, 0.4);
}

#site-content .bg_color_area p { font-size: 21px; }


#site-content .bg_color_area ul { text-align: center; }
#site-content .bg_color_area ul li {
    display: inline-block;
}
#site-content .bg_color_area ul li a { font-weight: 900; }

#site-footer {}

@media screen and (max-width: 39.9375em) {
    #site-content .bg_color_area { max-width: 100%; }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}