
/*Importing google fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:500|Tangerine');

/*Primary styles*/
.sitename{
	position: relative;
	top: 60%;
	font-family: 'Tangerine', cursive;
    font-size: 88px;
    text-shadow: 4px 4px 4px #4F4F4F;
    color:#F5F5F5;
}
.parallax1{
    background-image: url("IMG_02688.jpg");
    height: 760px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2{
    background-image: url("IMG_3246.jpg");
    height: 500px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Parallax scrolling for tablets and phones*/
@media only screen and (max-device-width: 1366px) {
	.parallax1{
    background-attachment: scroll;
    }
    .parallax2{
    	background-attachment: scroll;
    }
}
.subhead{
	padding-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
}
.txtbox{
	padding-top: 40px;
	min-height: 180px;
	text-align: center;
}
.foottxt{
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}
a.navcenter{
	text-align: center;
}
.stylecheck{
	/* Style to be added for CSS debugging*/
	border: dashed;
	border-color: red;
}
