/*portfolio css*/

/* 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;
}
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;
}
* {
    /* moves padding and border to inside the "div" */
    box-sizing: border-box;
}
/*********************************************************************************************************************/

/**okay code below please**/


body {
	background-color: rgb(247, 172, 66);
	font-family: 'rowdies', sans-serif;
	font-weight: 300;
	overflow: hidden;
}

.outer-wrapper {
	width: 100vh;
	height: 100vw;
	overflow: auto;
	transform: rotate(-90deg) translateX(-100vh);
	transform-origin: top left;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.wrapper {
	display: flex;
	flex-direction: row;
	width: 500vw;
	transform: rotate(90deg) translateY(-100vh);
	transform-origin: top left;
	scroll-snap-align: center;
}

nav {
	width: 100vw;
	font-size: 17px;
	display: flex;
	justify-content:center;
	align-items: center;
	position: fixed;
	text-align: center;
	top: 0;
	z-index: 10;
	background-color:rgb(247, 172, 66);
	padding-top: 20px;
	padding-bottom: 20px;
}

nav a {
	text-decoration: none;
	color:rgb(109, 76, 155);
	align-content: center;
	width: 20%;
}

nav a:hover {
    color: rgb(244, 235, 114);

}

nav a:active {
	color: rgb(244, 235, 114);
}

nav img {
	width: 50%;
}

.featured-small {
	display: none;
}

.slide1 {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(247, 172, 66);
    margin-top: 20px;
}

.slide1 img {
    width: 48%;
}

.blurb {
    width: 43%;
    height: auto;
    text-align: center;
    text-align: left;
}

.blurb h2 {
    color: rgb(244, 235, 114);
    font-size: 1.5rem;
    font-weight: 700;
}

.blurb p {
    color:rgb(109, 76, 155);
    margin-top: 10px;
    line-height: 27px;
    font-size: .9rem;
    margin-bottom: 25px;
}

.slide2 {
	width: 100vw;
	height: 100vh;
	background-color: rgb(247, 172, 66);
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slide2 button {
	width: 90px;
	height: 40px;
	border: none;
	background-color: rgb(98, 187, 225);
	font-family: 'rowdies', sans-serif;
	font-weight: 300;
    color: rgb(244, 235, 114);
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	border-radius: 3px;
	margin: 20px;
}

.slide2 button:active {
	background-color: rgb(247, 172, 66);
}

.slide3, .slide4, .slide5{
    width: 100vw;
    height: 100vh;
    background-color: rgb(98, 187, 225);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.slide3 h1, .slide4 h1, .slide5 h1 {
    font-weight: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 20px;
    color: rgb(109, 76, 155);
}

.slide3 img, .slide4 img{
    width: 80%;
    margin-top: 40px;
}

.slide5 img {
	width: 50%;
	margin-top: 60px;
}

.back {
    display: none;
}

.slick-prev {
	position: absolute;
	top: 31vh;
	z-index: 10;
}

.slick-next {
	position: absolute;
	top: 31vh;
	right: -0;
	z-index: 11;
}

/*    }     */

/** lol, why? ^^^^   **/


.your-class {
	width: 100%;
    height: 60vh;
}

.slick-track {
	height: 70vh;
	margin-left: 20px;
}

.slick-slide {
	align-items: center;
	justify-content: center;
}

.slick-slider {
	margin:auto;
	height: auto;
}

.slick-initialized .slick-slide {
	display: flex !important;
	flex-direction: column;
	text-align: center;
}

.slick-initialized .slick-slide a {
	text-decoration: none;
}

.slick-initialized .slick-slide a h6 {
	color: rgb(109, 76, 155);
	text-decoration: none;
	padding-top: 25px;
}

.slick-slide img {
	width: 100%;
    /* height: 50%; */
	transition: all 1s;
}

.slick-center img{
	box-shadow: 2px 2px 8px black;
    height: 70%;
}

.slick-center  {
	/* width: 150%; */
	transition: all 2s;
    transform: scale(1.3);
	color: rgb(109, 76, 155);
}



/* tablet size AND SMALLER stuff here */
@media screen and (max-width: 1000px) {
	
	body {
		overflow: hidden;
	}
	
	.outer-wrapper { 
		transform: none;
		width: 100vw;
	}
	
	.wrapper {
		transform:none;
		display: flex;
		flex-direction: column;
		width: 100vw;
		height: auto;
		justify-content: center;
        /* background-color: rgb(98, 187, 225); */
	}

    .slide1 {
        height: auto;
        width: 100vw;
        flex-direction: column-reverse;
        padding-top: 750px;
    }

    .slide1 img {
        width: 90%;
        height: auto;
    }

    .blurb {
        margin-top: 30px;
    }

	button {
		display: none;
	}
	
	.your-class {
		display: none !important;
	}

    .slide2 {
        height: auto;
        width: 100vw;
    }

	.featured-small {
		display: flex;
		flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
	}

	.featured-small {
		margin: 40px 0 40px 0;
	}

	.featured-small img {
		width: 85%;
        height: auto;
        margin: 20px;
	}

	.featured-small a {
		text-decoration: none;
		color: rgb(98, 187, 225);
		font-size: 1.5rem;
		text-align: center;
	}
	
	.featured-small h6 {
		margin: 40px 0 40px 0;
	}

    .slide3, .slide4, .slide5{
        width: 100vw;
        height: auto;
        padding-bottom: 70px;
    }

    .slide4{
        padding-bottom: 50px;
    }

	.back {
		height: auto;
    	width: 100vw;
    	background-color: rgb(232, 114, 163);
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-content: center;
    }

    .top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 65px 0 150px 0
    }

    .top a {
        font-size: 1.9rem;
        text-decoration: none;
        color: rgb(244, 235, 114);
    }



}

/* for phones */
@media screen and (max-width: 980px) {

	body {
		overflow: scroll;
	}

	.outer-wrapper {
		height:auto;
	}

	nav {
		font-size: 15px;
		justify-content: space-between;
		}

	nav img {
		width: 80%;
	}

	.slide1 {
		height: auto;
        width: 100vw;
        padding-top: 80px;
        padding-bottom: 50px;
	}

    .blurb {
        padding: none;
        width: 85%;
    }

    .featured-small img{
        width: 100%;
    }

    .slide3, .slide4, .slide5 {
        padding-bottom: 30px;
    }

    .slide3 h1, .slide4 h1, .slide5 h1{
        font-size: .9rem;
    }

    .slide3 img, .slide4 img, .slide5 img{
        margin: auto;
        width: 95%;
    }

    .top {
        padding: 20px 0 35px 0
    }

	.top a{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 397px) {

    nav a{
        font-size: .9rem;
    }


}




