body,
html {
    width: 100%;
    height: 100%;
    @include box-sizing(border-box);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
}

#main {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

section {
    width: 100%;
    *height: 15em;
    margin: 0 auto;
    overflow: hidden;
    @include border-radius(.5em);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-decoration: none;
}

article h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    margin: 25px 0;
    line-height: 1em;
    font-weight: 300;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
}

.story {
    height: 100vh;
    min-height: 800px;
    padding: 0;
    margin: 0;
    width: 100%;
    *max-width: 1920px;
    position: relative;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
}

#first {
    background-attachment: fixed;
    background-color: #FFFFFF;
    *background-image: url(../images/slide1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    *width: 100%;
    *max-width: 100%;
    *height: auto;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#second {
    background-attachment: fixed;
    background-color: #d7d7d7;
    background-image: url(../images/slide2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    max-width: 100%;
}

#third {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ececec;
    background-image: url(../images/slide4.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#fourth {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #E5E5E5;
    background-image: url(../images/slide3.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#Location {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    *background-attachment: fixed;
    *background-color: #f9d1da;
    *background-image: url(../images/slide3.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    *background-color: #f0ede5;
}

#theend {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #E5E5E5;
    background-image: url(../images/puckered.jpg);
    background-repeat: no-repeat;
    background-position: 50% bottom;
}

#first .toplogo {
    min-height: 1000px;
    padding: 0;
    margin: 0;
    width: 100%;
    *max-width: 1920px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    background-attachment: fixed;
    background-image: url(../images/down4.png);
    background-repeat: no-repeat;
    background-position: 50% 100px;
}

#first article {
    width: 100%;
    height: 100vh;
    /* position: absolute; */
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#first article p,
#first article a {
    color: #ccc;
}

#first article a {
    *text-decoration: underline;
    color: #ea4335;
    ;
}

#first article a:hover {
    color: #990000;
}

#second {
    padding: 50px 0;
}

#second article {
    color: #333;
    width: 45%;
    margin-left: 47%;
    *text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    *background-image: url(../images/grain.png);
    background-repeat: repeat;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#second article p {
    margin-bottom: 25px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 17px;
    font-variant: normal;
    text-align: justify;
}

#second article a {
    color: #0052A4;
    text-decoration: none;
}

.deep {
    color: #333;
    width: 60%;
    margin-left: 20%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#third article {
    
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    color: #333333;
    /* position: absolute; */
    top: 0;
    font-weight: normal;
    background-repeat: repeat;
    width: 80%;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

#third article h1 {
    font-size: 28px;
    font-weight: 300;
}

#third .photograph {
    min-height: 1000px;
    padding: 0;
    margin: 0;
    width: 100%;
    *max-width: 1920px;
    position: relative;
    margin: 0 auto;
    background-attachment: fixed;
    background-color: transparent;
    background-image: url(../images/photo.png);
    background-repeat: no-repeat;
    background-position: 60% 100px;
}

#third article p {
    width: 98%;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

#fourth article {
    margin-left: 2%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    color: #333;
    position: absolute;
    top: 8%;
}

#fourth article p {
    width: 80%;
    text-align: center;
    margin-top: 50px;
    margin-right: 50;
    margin-bottom: 50px;
    margin-left: 50;
}

#fourth video {
    position: fixed;
    left: 50%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#theend article {
    margin-left: 20%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    line-height: 1.5em;
    color: #000000;
    position: absolute;
    top: 5%;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    width: 60%;
}

#theend article h2 {
    *font-family: "LavanderiaRegularRegular";
    font-size: 36px;
    margin: 50px 0;
    line-height: 1em;
    color: #333333;
    *text-shadow: 1px 1px #000000;
}

#theend article h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    text-align: center;
    text-shadow: 1px 1px #000000;
    font-weight: normal;
}

#theend .byebye {
    height: 1000px;
    padding: 0;
    margin: 0;
    width: 100%;
    *max-width: 1920px;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/theend.png);
    background-repeat: no-repeat;
    background-position: 40% 100px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#theend p a {
    text-decoration: none;
    color: #990000;
    font-size: 20px;
}

#theend p a:hover {
    text-decoration: none;
    color: #FF0000;
    font-size: 20px;
}

.phone {
    font-family: sf_square_headregular;
    font-size: 26px;
}

.textbox {
    margin-bottom: 25px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 17px;
    font-variant: normal;
    text-align: justify;
    z-index: 999999;
}
.p-folio { text-align: center;}
.p-folio img{ margin: 0 15px 15px 15px; }
.mb-50{
margin-bottom: 5%;
}
#Location article {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    color: #FFF;
    top: 0;
    border: 1px solid rgba(150, 150, 150, 0.1);
    font-weight: normal;
    background-image: url(../images/grain.png);
    background-repeat: repeat;
    width: 30%;
    text-align: center;
    margin-top: 10%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 8%;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

#Location .byebye {
    height: 1000px;
    padding: 0;
    margin: 0;
    width: 100%;
    *max-width: 1920px;
    position: relative;
    background-attachment: fixed;
    background-image: url(../images/theend.png);
    background-repeat: no-repeat;
    background-position: 40% 100px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#menu {
    *height: 40px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    *font-size: 24px;
    font-weight: 300;
    color: #333333;
    *position: fixed;
    text-align: center;
    *padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index: 99999;
    text-decoration: none;
    margin: 0px;
    *text-shadow: 1px 1px #000000;
    font-style: normal;
    padding-top: 0px;
}

#menu a {
    text-decoration: none;
    color: #333333;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-variant: normal;
}

#menu a:hover {
    color: #3E859A;
    text-decoration: none;
    font-weight: 300;
}

#menu a:active {
    color: #FF0000;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    #second {
        background-attachment: fixed;
        background-color: #d7d7d7;
        background-image: url(../images/slide2-medium.jpg);
        background-repeat: no-repeat;
        background-position: 50% bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        max-width: 100%;
    }

    #first {
        background-attachment: fixed;
        background-color: #FFFFFF;
        /* background-image: url(../images/slide1-768 copy.jpg); */
        background-repeat: no-repeat;
        background-position: 50% 0;
        width: 100%;
        max-width: 100%;
        *display: none;
    }

    #second article {
        width: 85%;
        margin-left: 3%;
        background-image: url(../images/grain.png);
        background-repeat: repeat;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
        line-height: 1.4em;
    }

    #third article {
        color: #333333;
        padding: 10px 25px;
        /* margin: 18% 0 0 5%; */
        width: 80%;
    }

    #theend article {
        margin: 5%;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        line-height: 1.5em;
        color: #000000;
        position: absolute;
        top: 5%;
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 300;
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    #second {
        background-attachment: fixed;
        background-color: #d7d7d7;
        background-image: url(../images/slide2-small.jpg);
        background-repeat: repeat-x;
        background-position: 50% bottom;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        max-width: 100%;
    }

    #main {
        width: auto;
        float: none;
        margin: 0;
    }

    .story {
        *height: 1000px;
        *background-color: #00FF66;
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    }

    #second article {
        color: #333;
        width: 85%;
        margin-left: 3%;
        background-image: url(../images/grain.png);
        background-repeat: repeat;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
        line-height: 1.4em;
    }

    #third article {
        color: #333333;
        padding: 10px 20px;
        /* margin: 18% 0 0 4%; */
        width: 80%;
    }

    #theend article {
        margin: 5%;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
        line-height: 1.5em;
        color: #000000;
        position: absolute;
        top: 5%;
        font-family: 'Open Sans', sans-serif;
        font-size: 24px;
        font-weight: 300;
        width: 90%;
    }

    .mainpic img {
        width: 30%;
    }
}

div.c3 {
    width: 90%
}

p.c2 {
    text-align: justify;
    font-size: .8em;
    margin: 0;
}

h2.c1 {
    text-align: center
}

a {
    *display: block;
    text-decoration: none;
}

img {
    *max-height: 150px;
    margin-bottom: 10px;
}

.deepred {
    color: :#ea4335;
}

header {
    height: 55px;
}

.js .nav-collapse-0.opened {
    max-height: 350px !important;
}
img.smo{
	width:30px !important ;
    margin: 5px !important;
}
.gal{
    display: flex;
    align-items: center;
}