/*
Paul Santiago 2020
*/





/* #Reset & Basics
================================================== */
	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; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	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; }


/* #Basic Styles
================================================== */
	body {
		font: 20px "Circular", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: black;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

 html{scroll-behavior: smooth;}
.background{background: #F0DEA3; transition: all .5s;}

 .top-bar{
	 position: fixed;
	 padding-top: 10px;
	 padding-bottom: 5px;
	 border-bottom: 1px solid black;
	 width: 100%;
	 z-index: 99999;
	 transition: all .5s;
	  background-color: #F0DEA3;
 }

 	.landing{
	 	height: 100%;
	 	width: 100%;
 	}

	.landing-stickers{
		height: auto;
		width: 100%;
		top:50px;
		position: absolute;

	}
	.sticker:nth-child(1){
		clear: both;
		padding: 25%;
		display: inline-block;
float: left ;
	}

	.sticker:nth-child(2){
clear:;
		display: inline-block;
float: left; 
	}
	.sticker:nth-child(3){
clear: none;
float: right;
			display: inline-block;
			padding:5%;
	}

	.left-text{
		float: left;
		font-size: 15px;
		line-height: 15px;
		text-transform: uppercase;
		padding-top:20px;
	}


	.instagram{
		float: right;
		font-size: 15px;
				line-height: 15px;
		text-transform: uppercase;
		padding-top: 20px;
	}


	.logo{
		padding-left: 0px;
		clear: both;
		width: 60px; height: auto;
	}

	.header-title{
		padding-top: 11%;
		text-align: center;
		padding-bottom: 10%;
	}

	.blue {
	  background-color: #FFB38E;
		transition: all .5s;
	}


	.tan {
	  background-color: #F0DEA3;
	}

	.white {
		background-color: white;
	}


	.img-box{
		float: left!important;
		width: 50%;
		height: 100vh;

	}



	.img-box:nth-child(even){
		float: right!important;

	}



	.product-title{
		width: 40%; padding: 5%;
		float: right;
		text-align: center;
			z-index: 99999!important;
			color: white;

			z-index: 99999;
	}

	.product-title h2{
		color: white;
	}

	.product-title:nth-child(even){
		float: left
	}

	.learn-more{
		text-transform: uppercase;
		font-size: 12px; letter-spacing: 1px;
		background: white;
		border-radius: 50px;
	  padding: 10px 25px;
z-index: 99999;


	}

	.learn-more:hover{
		color: white; background: black;
	}

	.powder{ margin-top: 0%; }

	.article{
		width: 100%;
		float: none;
		border-bottom: 1px solid black;
		margin-bottom: 50px;
	}
	.article img{ padding-bottom: 20px; }

	.article:nth-child(even){ float: right;}
	.article:nth-child(odd){float: left;}
	.bottom-bar{
		position: fixed;
		bottom: 0px;
		width: 100%;
		background:;
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.bottom-bar2{
		position: absolute;
		bottom: 0px;
		width: 100%;
		background:;
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.right-text{
		float: right;
		font-size: 15px!important;
		line-height: 15px;
		text-transform: uppercase;

	}

	.single-page article{
		width: 55%;
		height: auto;
		float: right;
		padding-top: 0;
	}

	.d-title{float: left; width: 35%; }

	.r-img{
		float: left; width: 35%;
		padding-right: 25px;
	}


/* #Typography
================================================== */
@font-face {
	font-family: 'Herkules';
	src: url('Herkules.otf');

}




	@font-face {
		font-family: 'Circular';
		src: url('circular.ttf');

}

	h1, h2, h3, h4, h5, h6 {
		color: black;
		font-family: 'Circular', serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 15vw; line-height: 15vw; margin-bottom: 10px; text-transform: uppercase; }
	h2 { font-size: 15vh; line-height: 12vh; margin-bottom: 10px; font-family: 'Herkules'; text-transform: uppercase; }
	h3 { font-size: 5vh; line-height: 5vh;  padding-bottom: 20px; margin-bottom: 8px; text-transform: uppercase; text-decoration: underline;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	.subheader { color: #777; }
	h1.entry-title{ display: none; }

	p { margin: 0 0 20px 0; font-size: 4vh; line-height: 6vh; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: black; text-decoration: none; outline: 0; font-size: 20px; }
	a:hover { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0px; }
	ul { list-style: none; text-align: center }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; padding-left: 2%; display: inline-block; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }



/* #Images
================================================== */

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


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: white; /* Old browsers */
	  border: 0px solid #aaa;
	  -moz-border-radius: 50px;
	  -webkit-border-radius: 50px;
	  border-radius: 50px;
	  color: black;
	  display: inline-block;
	  font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
	  font-weight: normal;
	  text-decoration: none;
	  text-shadow: 0;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 10px 25px;

	  font-family: "Circular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: white;
		background: black;  }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {

		background: #eee;
 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 0!important;
		border-bottom: 1px solid black!important;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font: 20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: black;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {

 		color: black;
 	 }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: black; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.margin { padding-top: 10%; }





    .container                                  { width: 90%; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }





		/* #Bigger Tablet
		================================================== */

		@media only screen and (min-width: 868px) and (max-width: 1159px) {
h1{ font-size: 12vw;line-height: 12vw;padding-top: 15%;}
.header-title{
	padding-top: 0%;
}
.powder{
	padding-bottom: 50px;
	margin-top: 12%;
}
		}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 1059px) {
        .container                                  { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }
					h1{ font-size: 17vw;line-height: 17vw;padding-top: 7%;}

					.powder{
						padding-bottom: 50px;
						margin-top: 12%;
					}
    }




/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }
				.img-box{float:none;width: 100%; height: auto; border-bottom: 1px solid black;padding-bottom: 50px;}
				.product-title{ width: 90%;float: none; }
				h1{ font-size: 16vw;line-height: 16vw;padding-top: 25%;}
				h2{ font-size: 8vh; line-height: 8vh }
				.instagram,.left-text{  }
				.logo{ width: 50px; height: auto; margin-left: 0px;}
				.landing-stickers{top: 50px;}
				.landing{ height: auto; }
				.sticker{ width: 20%; }
				.powder{
					padding-bottom: 150px;
					margin-top: 12%;
				}
				.margin{ padding-top: 20%; }
				article{ width: 100%; float: none; margin: 0;   }


				.single-page article{
					width: 100%;
					height: auto;
					float: right;
					padding-top: 0;
				}

				.r-img{
					float: left; width: 100%;
					padding-right: 0px;
				}

				.d-title{float: left; width: 100%;padding-right: 0; padding-bottom: 20px;  }
				.bottom-bar2{
					position: inherit;
				}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 95%; }
        .container .columns,
        .container .column { margin: 0; }
				.img-box{
					float: left;
					width: 50%;
					height: 60vh;
					border: 0;

				}

				h2{font-size: 3vh; line-height: 3vh;}


				.img-box:nth-child(even){
					float: right;

				}



				.product-title{
					width: 40%; padding: 5%;
					float: right;
					text-align: center;
						z-index: 99999!important;
						color: white;

						z-index: 99999;
				}

				h1{
					padding-top: 5%;
				}

				h2{ font-size: 5vh; line-height: 5vh; }
				.single-page article{
					width: 100%;
					height: auto;
					float: none;
					margin-bottom: 50px;
				}

				.d-title{float: none; width:100%; }
				.r-img{
					float: left; width: 100%;
					padding-right: 0px;
				}


    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
