@charset "utf-8";
/* CSS Document */



body, html {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    overflow-x: hidden; 
	animation: fadeInAnimation ease .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

  
@keyframes fadeInAnimation {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
     }
}

@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: 300px;
    
}

@media only screen and (max-width:415px) {
	.header-contianer {
		height: 275px;
	}   
}

.header-top-contianer {
    margin: auto;
    width: 100vw;
    height: 100px;
    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%;
        
        
    }
}
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: 24px;
	}   
}

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;
    
}

@media only screen and (max-width:415px) {
	h4 {
		font-size: 14px;
		margin-top: -12px;
	}
}

.ribbon {
	width: 85vw;
	margin: auto;
}

.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: 20px;
		padding-top: 30px;
		
	}   
}

.ribbon-text {
	width: 80vw;
	max-width: 750px;
	margin: auto;
}

.ribbon-text > p {
	text-align: center;
	font-family: abril-text,serif;
	font-size: 22px;
	color: #404040;
	

}

.section-two {
	width: 100vw;
	max-width: 1200px;
	margin: auto;
	margin-top: 20px;
	
	
	
}

@media only screen and (max-width:415px) {
	.section-two {
		width: 90vw;
		max-width: 415px;
		
	}	  
}

.product-carousel {
	width: 100vw;
	max-width: 1200px;
	display: flex;
	
	
}

@media only screen and (max-width:415px) {
	.product-carousel {
		width: 89vw;
		max-width: 415px;
	}
	
}


.product-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
	max-width: 1200px;
	width: 90vw;
	margin-right: auto;
	margin-left: auto;
	
}

@media only screen and (max-width:415px) {
	.product-row {
		max-width: 415px;
		align-content: center;
		justify-content: center;
		
	} 
}



.product-card {
	width: 100%;
	max-width: 250px;
	background-color: #EEF2F4;
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	flex: 1 1 auto;
	border-radius: 12px;
	transition: 0.3s;
	
}

.product-card:hover {
	opacity: 0.7;
}

@media only screen and (max-width:415px) {
	.product-card {
		width: 25vw;
		max-width: 125px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		height: 240px;
		
		
	}	  
}

.product-img {
	width: 250px;
	height: 250px;
	border-bottom: dashed;
	border-bottom-width: thin;
	color: #0A3254;
}

@media only screen and (max-width:415px) {
	.product-img {
		width: 30vw;
		height: 30vw;
		
	}	  
}

.img-itself {
	width: 250px;
	height: 250px;
	
}

@media only screen and (max-width:415px) {
	.img-itself {
		width: 30vw;
		height: 30vw;
	}	  
}

.product-name {
	
	width: 100%;
	
}

h2 {
	font-family: fatfrank,sans-serif;
	color: #E08B26;
	margin-bottom: -12px;
	font-size: 18px;
	
	
}

@media only screen and (max-width:415px) {
	h2 {
		font-size: 14px;
	}
}
	

h3 {
	color: #0A3254;
	font-family: abril-text, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
	margin-bottom: -5px;
	
}

@media only screen and (max-width:415px){
	h3 {
		font-size: 12px;
	}
	
}

h5 {
	font-family: abril-text,serif;
	color: #000000;
	font-size: 12px;
}
@media only screen and (max-width:415px) {
	h5 {
		font-size: 10px;
	}
}

p {
	font-family: abril-text, serif;
	font-size: 14px;
}

@media only screen and (max-width:415px) {
	p {
		font-size: 10px;
	}
}

.popup {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.25);
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	
}



.popup-hidden {
	position: absolute;
	display: none;
	
}

.popup-container {
	max-width: 1000px;
	width: 85vw;
	height: 600px;
	background-color: #F3F6F7;
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	animation-name: zoom;
	animation-duration: 0.3s;
	
}
@keyframes zoom {
	from {transform: scale(0)}
	to {transform: scale(1)}
}

@media only screen and (max-width:768px) {
	.popup-container {
		flex-direction: column;
		height: 675px;
	}	  
}

.popup-img-container {
	flex: 1 1 auto;
}
@media only screen and (max-width:415px) {
	.popup-img-container {
		margin-top: 20px;
	}	

}

.popup-img {
	width: 100%;
	max-width: 500px;
	height: 100%;
	max-height: 500px;
	margin: auto;
	
}


@media only screen and (max-width:768px) {
	.popup-img {
		max-width: 300px;
		
		
	}	  
}

@media only screen and (max-width:768px) {
	#popupImg1 {
		max-width: 300px;
		
		
	}
}


.popup-text-container {
	flex: 1 1 auto;
	width: 300px;
	height: 500px;
	
}



.popup-text {
	width: 100vw;
	max-width: 350px;
	height: 400px;
	padding-top: 100px;
	
}

@media only screen and (max-width:415px) {
	.popup-text, .popup-text-container {
		width: 75vw;
		max-width: 300px;
		height: 300px;
		padding-top: 0px;
	}	  
}





.popup-close {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 25px;
	right: 25px;
	width: 25px;
	height: 25px;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
}



.footer {
	width: 100vw;
	
	background-color: #202020;
	margin-top: 50px;
	
	
}

.foot-text {
	width: 80vw;
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	margin-top: 20px;
	
}

.foot-text > p {
	color: #D0D0D0;
		
}


.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;
}
.foot-contact > p {
	text-align: center;
	color: #D0D0D0;
}

.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;
	
}
