/*Colors: orange-#F44E1C | black-#000 | white-#FFF | light-gray-#F2F2F2 | med-gray-#DBDBDB | dark-gray-#909090*/

body{
    background-color: #F2F2F2;
    margin: 0 auto;
    font-size: 100%;
}

/*header*/
.header{
    background-color: white;
    height: auto;
    display: flex;
    align-items: center;
    padding: 2% 0;
}
.navflex1{
    display: block;
    width: 50%;
    margin-left: 2%;
}
.navflex2{
    display: block;
    width:  47%;
    padding-right: 2%;
}
.navflex3{
    display: block;
    width: 3%;
    margin-right: 2%;
}
nav {
    /*list-style-type: none;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10%;
    float: right;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav a{
    display: block;
    flex-wrap:  wrap;
    width: 20%;
    padding: 0 2%;
    text-align:  center;
}
a{
    text-decoration: none;
    font-family: 'Coolvetica', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}
a:link, a:visited {color:black;}
a:focus, a:hover, a:active {color: #F44E1C;}
#on{
    color: #F44E1C;
}
#logo{
    width: 30px;
    height: auto;
    /*float: left;
    margin-left: 5%;
    margin-top: 2%;*/
}
#ig-logo{
    width: 30px;
    height: auto;
    /*float: right;
    margin-top: 3.8%;
    margin-right: 5%;*/
}

/*Footer*/
footer{
    background-color: black;
    width: 100%;
    overflow: hidden;
    padding-top: 4%;
    padding-bottom: 2%;
    height: 10em;
    color: white;
}
#footer-logo{
    width: 200px;
    height: auto;
    /*float: left;
    margin-left: 5%;
    margin-top: -1%;*/
}
#footer-ig{
    width: 30px;
    height: auto;
    /*float: right;
    margin-right: 5%;
    margin-top: -4%;*/
}
footer p{
    color: white;
    font-family: 'Coolvetica', sans-serif;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.03em;
    text-align: center;
}
.fflex{
    display: flex; 
    justify-content: center;
    align-items: center;
}
.fflex-item1, .flex-item2, .flex-item3{
    display: block;
}
.fflex-item1{
    text-align: center;
    width: 20%;
}
.fflex-item2{
    text-align:  center;
    width: 60%;
    padding: 0 2%;
}
.fflex-item3{
    padding: 0 6% 0 14%;
    width: 20%;
}

/*slideshow*/
.mySlides{
    display: none;
    margin: 0 auto;
}
.mySlides img{
    display: block;
}
.slideshow-container{
    position: relative;
}
.wordmark-large{
    width: 50%;
    height: auto;
    position: absolute;
    margin: 11.38% 25%;
}
.w3-section, .w3-code{
    margin: 0 auto;
}




/*text*/
.quote{
    font-family: 'Coolvetica', sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: black;
    width: 60%;
    text-align: center;
    margin: 5% 20%;
    line-height: 1.4em;
    letter-spacing: 0.02em;
}
    #highlight{
        font-family: inherit;
        font-weight: 400;
        color: #F44E1C;
    }
h1 {
    font-family: 'Coolvetica', sans-serif;
    font-weight:900;
    color: #FF4E1C;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
p {
    font-family: 'IvyStyle-sans', sans-serif;
    font-weight: 300;
    font-size: 1.05em;
    color: black;
    width: 60%;
    text-align: left;
    margin: 1% 20% 2% 20%;
    line-height: 1.8em;
}
#warning{
    font-weight: 600;
    color: #F44E1C;
}
h2{
    font-family: 'Coolvetica', sans-serif;
    font-weight: 400;
    color: black;
    letter-spacing: 0.03em;
    text-align: center;
    font-size: 1.6em;
    padding: 10px 0px;
}
.exlink{
    font-family: inherit;
    font-weight: 600;
    font-size: inherit;
}
.exlink:link, .exlink:visited{
    color: #F44E1C;
}
.exlink:focus, .exlink:hover, .exlink:active{
    background-image: linear-gradient(0deg, #DBDBDB 50%, transparent 0%);
    color: black;
    transition: color 0.2s ease-in;
}
.l1, .l2, .l3, .l4{
    font: inherit;
    letter-spacing: inherit;
}
.l1:link, .l1:visited{
    background-image: linear-gradient(0deg, #F44E1C 50%, transparent 0%);
    padding: 0.4%;
    color: white;
}
.l1:focus, .l1:hover, .l1:active{
    background-image: linear-gradient(0deg, #F2F2F2 100%, transparent 0%);
    color: black;
    transition: color 0.2s ease-in;
}
.l2:link, .l2:visited{
    background-image: linear-gradient(0deg, #DBDBDB 50%, transparent 0%);
    padding: 0.4%;
}
.l2:focus, .l2:hover, .l2:active{
    background-image: linear-gradient(0deg, #F44E1C 100%, transparent 0%);
    color: white;
    transition: color 0.2s ease-in;
}
.l3, .l4{
    float: left;
    margin: 5% 0% 0% 15%;
}
.l3:link, .l3:visited{
    background-image: linear-gradient(0deg, white 50%, transparent 0%);
    padding: 0.4%;
    color: #F44E1C;
}
.l3:focus, .l3:hover, .l3:active{
    background-image: linear-gradient(0deg, black 100%, transparent 0%);
    color: #F2F2F2;
    transition: color 0.2s ease-in;
}
.l4:link, .l4:visited{
    background-image: linear-gradient(0deg, #F44E1C 50%, transparent 0%);
    padding: 0.4%;
    color: white;
}
.l4:focus, .l4:hover, .l4:active{
    background-image: linear-gradient(0deg, #F2F2F2 100%, transparent 0%);
    color: #F44E1C;
    transition: color 0.2s ease-in;
}

/*Home*/
.images-row{
    text-align: center;
    margin-top: -200px;
}
#l-callout{
    padding: 80px 0px 10px 0px;
    background-color: #909090;
    margin-top: 200px;
}
.hero{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#hhero{
    background-image: url(images/home/h-b.jpg);
    width: 100%;
    height: 50em;
    background-position: center;
    background-repeat: no-repeat;
}


/*Story & Contact images*/
#sb1, #sb2, #sb3, #sb4, #c1{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#sb1{background-image: url(images/story/s-b1.jpg);}
#sb2{background-image: url(images/story/s-b2.jpg);}
#sb3{background-image: url(images/story/s-b3.jpg);}
#sb4{background-image: url(images/story/s-b4.jpg);}
#c1{background-image: url(images/contact/c1.jpg);}
/*.scroll{
    background-color: #F2F2F2;
    margin: 820px 0px;
}
.simg{
    width: 100%;
    height: auto;
}*/
.scroll{
    margin: 50px 0px;
}
#shero {
    background-image: url(images/story/s-b5.jpg);
    width: 100%;
    height: 50em;
    background-position: center;
    background-repeat: no-repeat;
}


/*Gallery Flexbox*/
.flexbox{
    display: flex;
    justify-content: center;
    background-image:linear-gradient(0deg, #909090 70%, transparent 0%);
    flex-wrap: wrap;
    padding-bottom: 2%;
}
.flex-item{
    margin: 10px;
    padding: 10px;
}
*{
    box-sizing:border-box;
}
.row{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    width: 80%;
    margin: 2% 10%;
}
.column{
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
.column img:hover{
    transform:  scale(1.5);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
    transition: 0.5s ease-in-out;
}


/*Contact Flexbox*/
.mapflex{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 6%;
    background-image:linear-gradient(0deg, #DBDBDB 75%, transparent 0%);
}
.mapflex-item{
    display:  block;
    flex: 40%;
    text-align: center;
    padding: 0 5%;
}
#lalign{
    text-align: left;
    width: 50%;
    padding-left:20%;
}

/*Last minute code to fix things that don't work correclty*/
.fix{
    margin-bottom: -5px;
}



@media only screen and (min-width: 1024px) {
    #sb1, #sb2, #sb3, #sb4, #c1{
        height: 680px;
        width: 100%;
    }
}
@media only screen and (max-width: 1024px){
    #sb1, #sb2, #sb3, #sb4, #c1{
        background-attachment: scroll;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px){
    #sb1, #sb2, #sb3, #sb4, #c1{
        height: 680px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }
}
@media only screen and (max-width: 768px) {
    #sb1, #sb2, #sb3, #sb4, #c1{
        background-attachment: scroll;
        height: 400px;
        width: 100%;
    }
}
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}