@charset "utf-8";
/* CSS Document */

body, html {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}
@media only screen and (max-width:415px) {
    body, html {
        max-width: 415px;
        
    }
}

.header-contianer{
    margin: auto;
    width: 100vw;
    justify-content: space-between;
    background-color: #333332;
    background-image: url("../images/herobg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    
}

@media only screen and (max-width:415px) {
	.header-contianer {
		height: 425px;
	}   
}

.header-top-contianer {
    margin: auto;
    width: 100vw;
    height: 200px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    
    
}

@media only screen and (max-width:415px) {
    .header-top-contianer {
        height: 100px;
        
        
        
    }
}

.header-logo {
    height: 200px;
    width: 200px;
    background-image: url("../images/vj_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10%;
    transform:translateY(10%);
    
    
}

@media only screen and (max-width:415px) {
    .header-logo {
        
        width: 72px;
        height: 72px;
        margin-left: 2%;
        
        
    }
}

/* Turtle----------------------------------------------*/
nav {
    max-width: 500px;
    height: 42px;
    background-color: rgba(0,0,0,0.10);
	margin-right: 0px;
	
	    
}

@media only screen and (max-width:415px) {
    nav {
        
		width: 300px;
        padding-right: 10px;
    }
}

.top-nav a {
    text-decoration: none;
    text-align: center;
    padding: 14px 16px;
    font-size: 17px;
    float: left;
    font-family: fatfrank,sans-serif;
    color: #F0F0F0;
}
@media only screen and (max-width:415px) {
    .top-nav > a {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.top-nav a:hover {
    
    background-color: rgba(0,0,0,0.25);
    transition: .2s background-color ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.top-nav a.active {
    color: #b5c5d1;
}

.header-blurb {
    max-width: 1200px;
    margin: auto;
    
}
@media only screen and (max-width:415px) {
	.header-blurb {
		max-width: 415px;
		padding-left: 30px;
		padding-right: 30px;
	}
}



.blurb-text > h1 {
    text-align: right;
    font-family: fatfrank,sans-serif;
    font-size: 36px;
    color: #F0F0F0
}

@media only screen and (max-width:415px) {
	.blurb-text > h1 {
		font-size: 28px;
	}   
}

h4 {
    text-align: right;
    font-family: abril-text, serif;
    font-weight: 600;
    font-style: italic;
    color: #F0F0F0;
    font-size: 18px;
    margin-top: -20px;
    margin-bottom: 40px;
    
}


.blurb-buttons {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: flex-end;
}


/* Turtle----------------------------------------------*/
.button-learn {
    padding: 10px;
    background-color: #0a3254;
    border-radius: 6px;
    text-decoration: none;
    font-family: fatfrank, sans-serif;
    color: white;
	
}

.button-learn:hover {
    background-color: rgba(6,36,61,1.00);
    transition: .2s background-color ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/* Turtle----------------------------------------------*/
.button-products {
    padding: 10px;
    margin-left: 15px;
    background-color: #683026;
    border-radius: 6px;
    text-decoration: none;
    font-family: fatfrank, sans-serif;
    color: white;
	
    
}

.button-products:hover {
    background-color: rgba(81,37,29,1.00);
    transition: .2s background-color ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}



.main-container{
    width: 100vw;
    height: 2000px;
    margin: auto;
    
}



.section-one {
    margin-top: 50px;
    width: 100vw;
}

@media only screen and (max-width:415px) {
	.section-one {
		width: 85vw;
		margin: auto;
		padding-left: 30px;
		padding-right: 30px;
		
	}   
}

.one-top {
    width: 750px;
    margin: auto;
    
}
@media only screen and (max-width:415px) {
	.one-top {
		width: 85vw;
	}    
}



.ribbon > h1 {
    text-align: center;
    font-family: fatfrank,sans-serif;
    font-size: 36px;
    color: #F0F0F0;
    background-image: url("../images/ribbon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 50px;
    padding-top: 10px;
}

@media only screen and (max-width:415px) {
	.ribbon > h1 {
		font-size: 24px;
		padding-top: 30px;
		
	}   
}

.one-text {
    text-align: center;  
}

.one-middle {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
	
}
/* Turtle----------------------------------------------*/
.one-middle-headers {
	max-width: 325px;
		
}

@media only screen and (max-width:415px) {
	.one-middle-headers {
		max-width: 110px;
	}   
}



h2 {
    font-family: fatfrank, sans-serif;
    color: #0a3254;
    text-align: center;
    flex: 1 1 auto;
    
}

@media only screen and (max-width:415px) {
	h2 {
		font-size: 18px;
	}   
}

/* Turtle----------------------------------------------*/
.one-bottom {
	width: 200px;
	margin: auto;
	padding-top: 50px;
	
	
}

.one-button {
	padding: 10px;
	display: block;
	text-align: center;
    background-color: #683026;
    border-radius: 6px;
    text-decoration: none;
    font-family: fatfrank, sans-serif;
    color: white;
}

.one-button:hover {
	background-color: rgba(81,37,29,1.00);
    transition: .2s background-color ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}


.section-two {
	width: 100vw;
	background-color: #F0F3F6;
	margin-top: 100px;
	height: 650px;
	
}
@media only screen and (max-width:415px) {
	.section-two {
		height: 450px;
	}   
}

.section-two-container {
	max-width: 1200px;
	height: 600px;
	margin: auto;
	display: flex;
	align-content: space-between;
	flex-direction: row;
}

@media only screen and (max-width:415px) {
	.section-two-container {
		width: 90vw;
		height: 450px;
		
	}   
}

.strip-piece {
	max-width: 300px;
	height: 500px;
	flex: 1 1 auto;
	flex-direction: column;
	margin: auto;
	display: flex;
}

@media only screen and (max-width:415px) {
	.strip-piece {
		height: 400px;
		padding-left: 8px;
		padding-right: 8px;
		margin-top: -50px;
		
		
	}   
}


.piece-number {
	height: 100px;
	margin: auto;
}

@media only screen and (max-width:415px) {
	.piece-number {
		height: 10px;
	}   
}

.piece-number > h5 {
	font-family: fatfrank,sans-serif;
	font-size: 200px;
	color: #683026;
	text-shadow: 0px 5px 10px black;
	text-align: center;
	margin-top: -70px;
}

@media only screen and (max-width:415px) {
	.piece-number > h5 {
		font-size: 80px;
		margin-top: 0px;
	}   
}

.piece-header {
	height: 100px;
}

.piece-text {
	height: 150px;
	text-align: center;
}

@media only screen and (max-width:415px) {
	.piece-text {
		text-align: left;
	}   
}



h3 {
	font-family: fatfrank, sans-serif;
	font-size: 48px;
	color: #683026;
	margin-bottom: -10px;
	
}
@media only screen and (max-width:415px) {
	h3 {
		font-size: 28px;
		
	}   
}

p {
	font-family: abril-text,serif;
	font-size: 22px;
	color: #404040;
	
}

@media only screen and (max-width:415px) {
	p {
		font-size: 14px;
	}   
}

.section-three {
	width: 100vw;
	max-width: 1200px;
	margin: auto;
}


.usa {
	max-width: 600px;
	width: 100vw;
	height: 225px;
	background-image: url("../images/usa.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	
}

@media only screen and (max-width:415px) {
	.usa {
		max-width: 415px;
		width: 80vw;
		margin-top: 0px;
		height: 100px;
		
	}   
}

.story-section {
	display: flex;
	width: 100vw;
	max-width: 1200px;
	flex-direction: column;
	margin: auto;
}

@media only screen and (max-width:415px) {
	.story-section {
		max-width: 415px;
		width: 80vw;
	}   
}
.story-container {
	display: flex;
	width: 1200px;
	flex: 1 1 auto;
	flex-direction: row;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media only screen and (max-width:415px) {
	.story-container {
		margin-top: 0px;
		flex-direction: column;
	}   
}

.story {
	max-width: 700px;
	width: 100vw;
	flex: 1 1 auto;
	margin-right: 50px;
	
}

@media only screen and (max-width:415px) {
	.story {
		width: 80vw;
		max-width: 415px;
	}   
}

.story-img {
	
	height: 400px;
	width: 400px;
	margin-top: 50px;
	
	
}

@media only screen and (max-width:415px) {
	.story-img {
		width: 80vw;
		max-width: 415px;
		height: 60vw;
		margin-top: 0px;
	}   
}
/* Turtle----------------------------------------------*/
#img1 {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/small_raised.png");
	
}

#img2 {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/small_springer.png");
}

.section-four {
	width: 1200px;
	margin: auto;
	height: 450px;
	margin-top: 100px;
	background-image: url("../images/trees.svg");
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;	
}

@media only screen and (max-width:415px) {
	.section-four {
		width: 100vw;
		max-width: 415px;
		height: 200px;
		margin-top: 50px;
	}   
}



.quality {
	max-width: 750px;
	width: 100vw;
	margin: auto;	
}

@media only screen and (max-width:415px) {
	.quality {
		width: 80vw;
		
	}   
}

#quality-text {
	background-image: url("../images/stars.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.section-five {
	width: 100vw;
	background-color: #F0F3F6;
	height: 500px;
	
}

@media only screen and (max-width:415px) {
	.section-five {
		height: 300px;
	}   
}

.five-container {
	display: flex;
	width: 1200px;
	margin: auto;
	align-content: space-between;
	
}

@media only screen and (max-width:415px) {
	.five-container {
		width: 80vw;
	}   
}

.five-logo {
	width: 350px;
	height: 500px;
	flex: 0 1 auto;
	margin: auto;
	background-image: url("../images/vj_logo.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width:415px) {
	.five-logo {
		height: 250px;
		flex: 1 1 auto;
	}   
}

.five-text {
	width: 450px;
	flex: 0 1 auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 150px;
	
	
}

@media only screen and (max-width:415px) {
	.five-text {
		margin: 25px;
	}   
}

.five-text > h4 {
	color: #404040;
	margin-top: 5px;
	
}

.footer {
	width: 100vw;
	background-color: #202020;
	}

.foot-text {
	width: 80vw;
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	margin-top: 20px;
	
}

.foot-text > p {
	color: #D0D0D0;
	font-size: 14px;
		
}

.foot-container {
	width: 90vw;
	max-width: 1200px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin: auto;
}

@media only screen and (max-width:415px) {
	.foot-container {
		flex-direction: column;
	}
	
}

.foot-map {
	flex: 1 1 auto;
	padding: 50px 20px 20px 20px;
	
}

.foot-map > a {
	font-family: fatfrank,sans-serif;
	text-decoration: none;
	color: #D0D0D0;
	
}

.foot-map > a:hover {
	color: #E08B26;
	transition: .3s color ease;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.foot-social {
	flex: 1 1 auto;
	display: none;
	
}
.foot-social > h2 {
	text-align: center;
	color: #D0D0D0;
}

.foot-contact {
	flex: 1 1 auto;
	width: 50%;
}

@media only screen and (max-width:415px) {
	.foot-contact {
		
		width: 100%;
		margin: auto;
		
	}
	
}

.foot-contact > h2 {
	text-align: center;
	color: #D0D0D0;
	font-size: 18px;
}
.foot-contact > p {
	text-align: center;
	color: #D0D0D0;
	font-size: 14px;
}
.yo > a {
	color: #D0D0D0;
	font-size: 14px;
	text-decoration: none;
	background-color: #101010;
	padding: 8px;
	border-radius: 6px;
	
}

.yo > a:hover {
	color: #F0F0F0;
	font-size: 14px;
	background-color: #303030;
	padding: 12px;
	transition: all 0.2s;
	
}

.yo {
	width: 100%;
	text-align: center;
	
}

















