@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;
	}
}

h1 {
	font-family: fatfrank, sans-serif;
	font-size: 48px;
	text-align: center;
	color: #E08B26;
}

h2 {
	font-family: abril-text, serif;
	font-style: italic;
	color: #0A3254;
	font-size: 24px;
	text-align: center;
}

@media only screen and (max-width:415px) {
	h2 {
		font-size: 16px;
	}
}

h3 {
	font-family: fatfrank, sans-serif;
	font-size: 28px;
	color: #404040;
	text-align: center;
}

@media only screen and (max-width:415px) {
	h3 {
		font-size: 22px;
	}
}

.section-one {
	width: 100vw;
	height: 625px;
}

.one-container {
	width: 85vw;
	max-width: 1200px;
	margin: auto;
	display: flex;
	margin-top: 100px;
	
}

@media only screen and (max-width:415px) {
	.one-container {
		max-width: 415px;
		flex-direction: column;
	}
}

.email {
	flex: 1 1 600px;
	
}

@media only screen and (max-width:415px) {
	.email {
		max-height: 175px;
	}
}

.yo1 {
	text-align: center;
	background-color: rgba(0,0,0,0.05);
	border-radius: 8px;
	width: 70%;
	margin: auto;
}

@media only screen and (max-width:415px) {
	.yo1 {
		width: 100%;
	}
}

.yo1 > a {
	font-family: fatfrank, sans-serif;
	font-size: 28px;
	color: #404040;
	text-decoration: none;
}

@media only screen and (max-width:415px) {
	.yo1 > a {
		font-size: 22px;
	}
}

.yo1 > a:hover {
	font-family: fatfrank, sans-serif;
	font-size: 28px;
	color: #E08B26;
	text-decoration: none;
	transition: all 0.2s;
}


.dog {
	flex: 1 1 600px;
	background-image: url("../images/corgi.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
















.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;
	font-family: abril-text,serif;
		
}


.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-family: fatfrank, sans-serif;
	font-style: normal;
}

@media only screen and (max-width:415px) {
	.foot-contact > h2 {
		font-size: 20px;
	}
}

.foot-contact > p {
	text-align: center;
	color: #D0D0D0;
	font-family: abril-text,serif;
}

.yo > a {
	color: #D0D0D0;
	font-size: 14px;
	text-decoration: none;
	background-color: #101010;
	padding: 8px;
	border-radius: 6px;
	font-family: abril-text,serif;
	
}

.yo > a:hover {
	color: #F0F0F0;
	font-size: 14px;
	background-color: #303030;
	padding: 12px;
	transition: all 0.2s;
	
}

.yo {
	width: 100%;
	text-align: center;
	
}