@import url('https://fonts.googleapis.com/css?family=Averia+Libre:400,700|Creepster');

html {
    height: 100%;
    overflow: hidden;
}

body {
    margin:0;
    padding:0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: sans-serif;
}

h1 {
    font-size: 250%;
    color: #8122c1;
    font-family: 'Creepster', cursive;
}

h2 {

}

h3 {

}

h4 {
    color: whitesmoke;
    font-family: 'Creepster', cursive;
    line-height: 150%;
}

h5 {
    color: #8122c1;
    font-size: 21px;
    font-family: 'Averia Libre', cursive;
    font-weight: 700;
}

h6 {
    color: #636363;
    font-size: 18px;
    font-family: 'Averia Libre', cursive;
}

p {
    font-size: 140%;
    line-height: 150%;
    color: whitesmoke;
}

.header {

}

.slide {
    position: relative;
    padding: 25vh 10%;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
    transform-style: inherit;
}

.ppic {
    position: absolute;
    top: 50%;
    left: 35%;
    width: 300px;
    height: 300px;
    transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
    padding: 10px;
}

.ppic:last-of-type {
    transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}

.slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .7);
}

.title {
    width: 50%;
    padding: 5%;
    border-radius: 5px;
    background: rgba(240,230,220, .7);
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
    margin-left: 0;
    margin-right: auto;
}

.slide:nth-child(2n+1) .title {
    margin-left: auto;
    margin-right: 0;
}

.slide, .slide:before {
    background: 50% 50% / cover;
}

header {
    text-align: center;
    font-size: 175%;
    color: #fff;
    /*text-shadow: 0 2px 2px #000;*/
}

#title {
    background-color: #000000;
    z-index:2;
}

#title h1 {
    transform: translateZ(.25px) scale(.75);
    transform-origin: 50% 100%;

}

#slide1:before {
    background: #7dc242;
    transform: translateZ(-1px) scale(2);
}

#slide2 {
    background-color: #000000;
    z-index:2;
}

#slide3:before {
    background-color: #cccccc;
    transform: translateZ(-1px) scale(2);
}

#slide4 {
    background: #222;
}

/* Nav */

#sidebar-wrapper {
    position: fixed;
    z-index: 4;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    background: #222222;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #7dc242;
    font-size: 150%;
    font-family: 'Creepster', cursive;
    font-weight: 700;
    padding-left: 20px;
    padding-bottom: 10px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, 0.1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
    color: #fff;
}

.menu-toggle:hover {
    background: #343a40;
}

.service-icon {
    background-color: #fff;
    color: #222222;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}


/* Typewriter */

.typewriter {
    color: #7dc242;
    font-size: 22px;
    font-family: 'Averia Libre', cursive;
    width: 50%;
    margin: auto;
}

.spin-button {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    width: 150px;
}

.spin-button:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.section {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section input {
    z-index: 1;
    position: absolute;
    top: 45%;
    left: 45%;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7dc242;
    width: 100%;
    height: 100%;
    opacity: .67;
}

/* Footer */

#footer-home {
    background-color: #000000;
    z-index:2;
}

#footer-home h4 {
    color: #8122c1;
}

#footer-container2 a {
    color: #7dc242;
    font-size: 16px;
    font-family: 'Averia Libre', cursive;
    font-weight: 700;
}

#footer-container3 a {
    color: #7dc242;
    font-size: 16px;
    font-family: 'Averia Libre', cursive;
    font-weight: 700;
}

.footer-nav {
    display: block;
    list-style-type: none;
    color: whitesmoke;
    padding-left: 15px;
    margin-left: -15px;

}

.footer-nav a {
    color: #7dc242;
    font-size: 16px;
    font-family: 'Averia Libre', cursive;
    font-weight: 700;
}


.footer-about{
    color: whitesmoke;
    font-size: 12px;
    font-family: 'Averia Libre', cursive;
    line-height: 150%;
}

/* Media Queries */

@media only screen and (max-width: 600px) {
    .footer-info {
        padding-bottom: 10px;
    }
}