@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,900');  
html, body {
    width: 100%;
    height: 100%;
    font-size: 18px;
}

* {
    padding: 0;
    margin: 0;
}

.parallax {
    text-align: center;
    overflow: hidden;
    font-family: Helvetica Neue, sans-serif;
    position: relative;
    height: 100%;
    width: 100%;
    color: white;
    text-shadow: 0 0 14px black ;
}

.bgg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    
    background-repeat: no-repeat;
    background-position: center;
    
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

.parallax h1 {
    padding-top: 10%;
    font-size: 9.5em;
    letter-spacing: -10px;
    color: white;
}

.parallax .arrow {
    margin-top: 6px;
    border: solid white;
    border-width: 0 .32em .32em 0;
    display:inline-block;
    padding: .5em;
   
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -mzo-transform: rotate(45deg);
    /*cursor: pointer;*/
}

#one .bgg {
    background-image: url(../Image_01.jpg);
}
#two .bgg {
    background-image: url(../Image_02.jpg);
}
#three .bgg {
    background-image: url(../Image_03.jpg);
}
#four .bgg {
    background-image: url(../Image_04.jpg);
}
#five .bgg {
    background-image: url(../Image_05.jpg);
}

#six .bgg {
    background-image: url(../Contact.jpg);
}
.content {
    text-align: center;
    position: relative;
    padding: 0 20px;
    height: 100%;
    background-color: #f1f7e2;
    font-family: Raleway, Helvetica Neue, serif;
    overflow:auto;
}
.content h1 {
    padding: 80px 0;
    font-size: 3em;
    letter-spacing: -1px;
}
.content h2 {
    font-size: 2.2 em;
    padding: 80px 0;
}

.content p{
    font-size: 1.4em;
    max-width: 802px;
    margin: 0 auto;
    text-align: center;
}

.content .products {
    font-size: 0.8em;
}

.content a {
    text-decoration: none;
    color: inherit;
}

#contactSec p{
    font-size: 1.3em;
}

strong {
    color: #f5aa7b;
}

/**************************/

@media screen and (min-width: 320px) and (max-width: 600px) {
    html, body {
        font-size:9px;
    }

    .parallax h1 {
        font-size: 9em;
        padding-top: 20%;
        letter-spacing: -6px;
    }
    .content h1 {
        padding: 40px 0;
        font-size: 4em;
        letter-spacing: -1px;
        color: black;
    }
    .content h2 {
        font-size: 1.8em;
        padding: 40px 0;
    }   
    
    .content p{
        font-size: 1.8em;
        max-width: 580px;
    }
    
    .content .products {
        font-size: 1.2em;
    }
    
    #contactSec p{
        font-size: 1.4em;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
     html, body {
        font-size:12px;
    }
    
    .parallax h1 {
        padding-top: 15%;
        letter-spacing: -6px;
    }
     .parallax h2 {
        font-size: 1.8em;
    }
    .content h1 {
        padding: 50px 0;
        font-size: 4em;
        letter-spacing: -1px;
    }
    .content h2 {
        font-size: 2em;
        padding: 50px 0;
    }   
    .content p{
        font-size: 1.8em;
        max-width: 600px;
    }
    
    .content .products {
        font-size: 1.2em;
    }
    #contactSec p{
        font-size: 1.3em;
    }
}

@media screen and (device-orientation: portrait) {
    .parallax h1 {
        font-size: 7em;
        padding-top: 25%;
        letter-spacing: -4px;
    }
}

