﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
#Slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10%;
    background: #FF6347;
    border-radius: 5px;
}

#Slider:hover {
    opacity: 10;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*End of CSS reset*************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/
/******************************************************************************************************************/

.col-1 {
    width: 8.33%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-2 {
    width: 16.66%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-3 {
    width: 25%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-4 {
    width: 33.33%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-5 {
    width: 41.66%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-6 {
    width: 50%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-7 {
    width: 58.33%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-8 {
    width: 66.66%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-9 {
    width: 75%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-10 {
    width: 83.33%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-11 {
    width: 91.66%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-12 {
    width: 100%;
    float: left;
    padding: 2%,2%,2%,2%;
    text-align: center;
}

.col-13 {
    width: 12.5%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-14 {
    width: 20%;
    float: left;
    padding-top: 2%;
    text-align: center;
}

.col-15 {
    width: 10%;
    float: left;
    padding-top: 2%;
    text-align: center;


}
/********************************end column*/



/*************************************Media for Portrait only*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .col-3 {
        width: 100%;
        float: left;
        padding-top: 2%;
        text-align: center;
    }

    .col-14 {
        width: 35%;
        float: left;
        padding-top: 2%;
        text-align: center;
    }

    #ArrowSec{
        position:fixed;
        top:0;
        padding-bottom:10%;
               
    }
    #TLine{
        position:fixed;
        top:10%;


    }

    #BotTwo {
        position: fixed;
        top: 70%;
    }


}
/****************************************Media ends*/



.row{
    width:100%;
    max-width:100%;
    min-width:600px;

}


.row::after {    /*Reset row after*/
    content: "";
    clear: both;
    display: table;
}




/*body {
    max-width:100%;
    overflow-x:hidden;
    min-width: 600px;
    margin:0;
    width:100%;
    
     background-color: white;
}*/

.stretchy {
    width: 100%; /*Tells image to fit to width of parent container*/
}


#FullPage {
    margin:0;
    max-width:100%;
    width: 100%;
    top: 0;
    /*padding: 25px 25px 25px 25px;*/
    min-width: 600px;
    
    position: absolute;
    /*background: URL("BackG/2017Moab.jpg")no-repeat center center fixed;*/
    z-index: -2;
    
    height: 100%;
    overflow:hidden;
    -webkit-overflow-scrolling: touch;
   
}

/*#Top {
    margin: 0 auto;

    /*background-color: aqua;*/
    /*top: 0;*/
    /*width: 80%;*/
    /*height: 15em;*/
/*}*/

/*#TLine {
    margin: 0;
    top: 0;
    display: flex;
    
    width: 100%;
    min-width: 600px;
   background-color:yellow;
}*/

/*#CnterC1 {
    float:left;
    margin: 0;
    transform: rotate(1 deg);
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}*/


#Left1C1 {
    padding-top:4%;



    /*float: left;
    z-index: -1;
    margin: 0;
    transform: rotate(-25deg);
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;*/
}

#Right1C1 {
    padding-top:7%


    /*float: left;
    z-index: -1;
    transform: rotate(25deg);
    margin: 0;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;*/
}

#Left2C1 {
    padding-top:6%;


    /*float: left;
    z-index: -1;
    transform: rotate(-60deg);
    margin: 0;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;*/
}

/*#Right2C1 {
    float: left;
    z-index: -1;
    transform: rotate(60deg);
    margin: 0;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}*/



 #Center {  /***************CSS for Pictures*/
    width: 80%;
    box-shadow: 5px 5px 5px black;
}

#Left2 {
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(-60deg);
    

}

#Left1 {
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(-25deg);
}

#Right1 {
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(25deg);
}

#Right2{
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(60deg);
}

#Left3 {
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(-35deg);
}

#Right3 {
    width: 80%;
    box-shadow: 5px 5px 5px black;
    transform: rotate(85deg);
}


#ArrowSec {
    z-index: -1;
    margin: 0;
    height: 20px;
    display: flex;
    
    padding: 0;
}




#ArrRtSec {
    margin: 0;
    float: right;
    padding: 0;
}

#ArrLftSec {
    margin: 0;
    float: left;
    padding:0;
}





#RightArrow {
    margin:0;
    
}

#LeftArrow {
    margin: 0;
    
}
/*#Left3C1 {
    
    float: left;
    z-index: -1;
    transform: rotate(-35deg);
    margin: 0;
    width: 20%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

#Right3C1 {
    
    float: left;
    z-index: -1;
    transform: rotate(85deg);
    margin: 0;
    width: 20%;
    height: Auto;
    display: flex;
    justify-content:flex-start;
    flex-direction: column;
}*/



