@font-face {
    font-family: 'Canela';
    src: url('fonts/Canela-Thin-Web.woff2');
      src: url('fonts/Canela-Thin-Web.woff2'); /* IE9 Compat Modes */
  src: url('fonts/Canela-Thin-Web.woff2') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Canela-Thin-Web.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Canela-Thin-Web.woff2') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Canela-Thin-Web.woff2')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face{
  font-family: 'RUIZ';
  src: url('fonts/RUIZ Font.ttf'); /* IE9 Compat Modes */
  src: url('fonts/RUIZ Font.otf') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/RUIZ Font.otf') format('woff2'), /* Super Modern Browsers */
       url('fonts/RUIZ Font.otf') format('woff'), /* Pretty Modern Browsers */
       url('fonts/RUIZ Font.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

html,body{
    background-color: white;
    color: black;
    font-family: 'helvetica', sans-serif;
    padding: 0;
    margin: 0;
    height:100%;
    animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
    
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.container{
    min-height:100%;
   position:relative;
}

a{
    color: black;
    text-decoration: none;
}

a:hover{
  -o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  transition: 1s;
color: white;
}

/*NAV*/
.nav{
    font-size: 10px;
    word-spacing: 100px;
    position: fixed;
    background:white;
    height: 40px;
    width: 100%;
    z-index: 999999;
}
.navagation{
    text-align: center;
    margin: inherit;
    padding-top: 5px;
    display: none;
}
.logo{
font-family: 'RUIZ', 'helvetica',sans-serif;
letter-spacing: .060em;
font-weight: normal;
font-size: 20px;
float: left;
padding-left: 15px;
padding-top: 7.5px;
z-index: 999999;
}
.logo2{ 
font-size: 20px;
float: right;
padding-right: 15px;
padding-top: 8px;
}
.spriallogo{
    width: 30px;
}
li{
    list-style: none;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline;
}

/*BODY*/

.body{
    padding: 15px;
    
}
.shopbody{
padding-top: 15px;
 min-height: 100vh; /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 45px; /* height of your footer */
}

h2{
    font-size: 100px;
    word-spacing: .1em;
    font-weight: Normal;
    font-family: 'Canela',sans-serif;
}
h3{
    font-size: 100px;
    font-weight:normal;
    font-family: 'Canela',sans-serif;
}

/*FOOTER*/

.footer {
   position: fixed;
   bottom: 0;
   width: 100%;
   height:45px;   /* Height of the footer */
   background: white;
}
.navbottom{
    text-align: right;
    font-size: 10px;
    padding-right: 15px;
    padding-top: 18px;
    letter-spacing: 1px;
}
.space{
    padding-right:15px;
}

.copyright{ 
font-size: 10px;
letter-spacing: 1px;
float: left;
padding-left: 15px;
padding-top: 18px;
}

/* SHOP*/

.shopdivleft{
    padding-top: 50px;
    padding-bottom: 30px;
    width: 50%;
    float: left;
}
.shopdivright{
    padding-top: 50px;
    padding-bottom: 30px;
    width: 50%;
    float: right;
}
.productdivleft{
    padding-top: 50px;
    padding-bottom: 30px;
    width: 50%;
    float: left;
}
.productdivright{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 50%;
    float: right;
}
.shopimg{
    width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.shoptexttitle{
    font-family: 'Canela', sans-serif;
    text-align: left;
    font-size: 40px;
    font-weight: 400;
}
.shoptextdesc{
    font-size: 15px;
    line-height: 1.1em;
    word-spacing: .25em;
    font-weight: 100;
    font-family: 'helvetica', sans-serif;
    text-align: left;
    width: 75%;
}

.checkout{
    width: 75%;
    border: none;
}

.sizeselect{
    width: 50%;
    text-align: center;
}

.purchasebutton{
    padding-left: 2px;
}
/*COLLECTIONS*/
.collections{
    padding-top: 0px;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: Normal;
    font-family: 'Canela',sans-serif;
}

/*COLLECTION PAGES*/
.collectionsbody{
    padding: 15px;
}
.collectiontext{
    width: 50%;
    padding-top: 50px;
    float: left;
}
.collectiondesc{
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.1em;
    word-spacing: .25em;
    font-weight: 100;
    font-family: 'helvetica', sans-serif;
    text-align: left;
}
.collectiontitle{
    font-size: 40px;
    line-height: 1em;
    word-spacing: .25em;
    font-weight: 400;
    font-family: 'Canela', serif;
    text-transform: uppercase;
}
.collectionimages{
    margin: 0 auto;
    padding-top: 50px;
    width: 50%;
    float: right;
    z-index: 1;
}
.collectionimg{
    width: 100%;
    padding-bottom: 30px;
    z-index: 1;
}
#slidy-container {    
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
z-index: 1;
    
  }
/*CONTACT*/
.contactbody{
    padding-top: 25px;
}
.contact{
    font-size: 50px;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: Normal;
    font-family: 'Canela',sans-serif;
}
.contactleft{
    width: 50%;
    float: left;
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
}
.contactright{
    width: 50%;
    float: right;
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
}

/*MEDIA*/

.mediabody{
    padding-top: 50px;
}
.mediacontainer{
    width: 75%;
    text-align: center;
    margin: 0 auto;
    }
.media{
    width: 100%;
    padding-bottom: 30px;
}

iframe{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}


/*ABOUT*/
.about{
    padding-top: 15px;
    font-size: 40px;
    line-height: 1em;
    word-spacing: .25em;
    font-weight: Normal;
    font-family: 'Canela',sans-serif;
}

/*TERMS*/
.terms{
    font-size: 15px;
    line-height: 1em;
    word-spacing: .25em;
    font-weight: 100;
    font-family: 'helvetica', sans-serif;
    text-align: left;
}
.termstitle{
    font-size: 20px;
    line-height: 1em;
    word-spacing: .25em;
    font-weight: 400;
    font-family: 'Canela', serif;
}
.bodyterms{
    padding: 20px;
    padding-top: 50px;
    width: 75%;
    margin: 0 auto;
}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-family: helvetica;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1;
    color: -internal-quirk-inherit;
    text-align: left;
    font-variant: normal normal;
    width: 50%;
}
.shoptable {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1;
    color: -internal-quirk-inherit;
    text-align: center;
    font-variant: normal normal;
    width: 100%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
} 

/* NEW MENU */
.newnav{
    font-family: 'helvetica', sans-serif;
    word-spacing: 100px;
    font-size: 10px;
    font-weight: 400;
    display: inline;
    z-index: 1000;
    color: black;
    }
.menu {
padding-top: 5px;
margin: inherit;
width: 100%;
z-index: 9999;
cursor: pointer;
text-align: center;
letter-spacing: 1px;
}
.menu a {
    clear: right;
    text-decoration: none;
    color: black;
    line-height: 30px;
    z-index: 9999;
    background: white;

}
.menu a:hover {
    color: white;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition: .5s;
    }

label {
    font-size: 20px;
    line-height: 38px;
    display: none;
    width: 30px;
    height: 20px;
    float: right;
    color: black;
    z-index: 9999;
}
#toggle {
    display: none;
    color: black;
    z-index: 9999;
}

.vl {
    border-left: 4px solid red;
    height: 650px;
    position: absolute;
    left: 50%;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
        padding-bottom: 50px;
}

.bodypause{
    background-color: white;
    color: black;
    font-family: 'helvetica', sans-serif;
    padding: ;
    margin: auto;
    width: auto;
    height: 100%;
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}

.collectiontextpause{
    font-family: 'Canela', sans-serif;
    color: black;
    padding-top: 100px;
    z-index: 99999;
    font-size: 20px;
    font-weight: 200;
}

::selection{
    background: #f2f2f2;
    color: black;
}



@media only screen and (max-width: 1200px){
    .contactleft, .contactright{
        width: 100%;
        float: none;
    }
}
    
@media only screen and (max-width: 820px){
    nav{
position: fixed;
    }
.logo{
    font-size: 15px;
    padding-top: 10px;
    }
.spriallogo{
    width: 20px;
        
    }
    h2{
        font-size: 75px;
    }
    .shopdivleft, .shopdivright{
        width: 100%;
    }
    .productdivleft{
        width: 100%;
        padding-bottom: 0;
    }
    .productdivright{
        padding-top: 0;
        width: 100%;
    }
    .shoptexttitle{
        font-size: 20px;
        text-align: center;
    }
    .shoptextdesc{
        font-size: 10px;
        text-align: center;
        width: 75%;
        margin: auto;
    }
    .collections{
    font-size: 20px;
    padding-top: 20px;
    }
    
    .collectiontext, .collectiondesc{
        width: 100%;
        font-size: 10px;
        float: none;
    }
    .terms{
        font-size: 10px;
    }
    .termstitle{
        font-size: 15px;
    }
    .collectiontitle{
        font-size: 15px;
    }
    .shoptable, table, td, tr{
        font-size: 8px;
    }
    
    .checkout{
        text-align: center;
        margin: 0 auto;
        padding-top: 10px;
    }
    
    .purchasebutton{
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-left: none;
    }
    
    .collectionimages{
        width: 100%;
        float: none;
        padding-top: 0px;
    }
    
    .about{
        font-size: 15px;
        padding-top: 30px;
    }
    .contact{
        font-size: 15px;
        padding-top: 15px;
    }

.newnav{
        word-spacing: 20px;
        font-size: 10px;
        text-align: right;
            z-index: 999999;
    } label {
        font-size: 20px;
        display: block;
        cursor: pointer;
        position: relative;
        padding-right: 20px;
        z-index: 9999;
    }
    .menu {
        text-align: center;
        width: 100%;
        display: none;
        z-index: 999999;
    }
    .menu a {
        height: 50px;
        padding-top: 10px;
        display: block;
        margin: auto auto;
        font-size: 10px;
        z-index: 9999;
     
    }
    #toggle:checked + .menu {
        display: block;
        z-index: 9999;
    }
    h2{
        font-size: 50px;
    }
    .navbottom{
        float: none;
        font-size: 5px;
        display: inline;
        text-align: center;
        padding-right: none;
        line-height: 15px;

    }
    .space{
        padding-right: 10px;
    }
    .copyright{
        font-size: 5px;
        text-align: center;
        float: none;
        padding-left: none;
    }
    .footer{
        background: white;
        padding-bottom: 20px;
        height: 30px;
        text-align: center;
    }
    .mediacontainer{
        width: 100%;
    }
    .media{
        width: 100%;
        padding-bottom: 10px;
    }
    iframe{
        width: 100%;
    }

}
    
    