@charset "UTF-8";
/* CSS Document */

body{
 background-color:#FFFFFF;
 width:auto;
 height:auto;
 margin: 0px;
 overflow-x: hidden;
}

img{
    max-height: 250px;
    max-width: auto;
}

.spacer{
    height: 90px;
    width: 50%;
}

a:link {
    color: #7f171f;
	text-decoration: none;
}

a:visited {
    color: #7f171f;
	text-decoration: none;
}

a:hover {
    color: #21b6a8;
	text-decoration: none;
}

a:active {
    color: #7f171f;
	text-decoration: none;
}

#footer a:link {
    color: #FFFFFF;
	text-decoration: none;
}
	
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
#footer a:hover {
	color: #21b6a8;
	text-decoration: none;
}
	
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.foto{
	float:right;
	position:relative;
	max-height: 200px;
	max-width: 200px;
	margin: 10px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
}

h1{
    font-family:'Indie Flower', cursive;
    font-weight:500;
	color:#7f171f;
	position:relative;
	width:100%;
	margin-top: 0px;
}

h2{
    font-family: 'Indie Flower', cursive;
    font-weight: 200;
	color:#7f171f;
	margin-top: -5px;
	margin-bottom: 2px;
    text-align: left;

}

h3{
    font-family: 'Indie Flower', cursive;
    font-weight: 200;
	color:#7f171f;
	margin-top: -10px;
}


#main{
	width:95%;
	height:auto;	
	float: left;
	position:relative;
}

#header {
	width: 100%;
	height:30px;
	margin-top: 120px;
}

#headerfixed {
	background-color:#7f171f;
	width: 100%;
	height: 140px;
	position:fixed;
	float:left;
	z-index:10;
	margin-left: -10px;
	margin-top: -10px;
}

#headertext {
    font-family:'Indie Flower', cursive;
    margin-top: 30px;
    margin-left: -290px;
    font-size: 60px;
    color:#FFFFFF;
    width:100%;
    min-width: 1600px;
    text-align: center;
    vertical-align: middle;
}
    

.icons
{
	float: right;
	position: relative;
	width: 45px;
	height:auto;
}

#headerlogo{
	float: left;
	position:relative;
	width:331px;
	height:124px;	
	margin-left: 10px;
	padding-top: 5px;
}


#footer{
	background-color:#7f171f;
	width: 100%;
	height: 20px;
	float:left;
	position:relative;
	margin-left: -10px;
	padding-left: 20px;
	padding-top: 2px;
	font-family: 'Indie Flower', cursive;
	color:#FFFFFF;
	font-size:14px;
}

#maintext{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	position:relative;
    left: 15%;
	width:100%;
	height:auto;
}

.maintextphoto{
    float: right;
    position: relative;
    margin-left: 15px;
}

.maintextphoto2{
    float: left;
    position: relative;
    margin-right: 15px;
}

.maintextblock{
	float:left;
	position:relative;
	width:80%;
	min-width: 500px;
	height:auto;
	padding: 5px;
}


.textblock{
	width: 96%;
	height: auto;
	position:relative;
	margin: 10px;
	margin-top: -10px;
	margin-bottom:80px;
	padding: 5px;
}


@media only screen and (max-device-width: 480px) {
	
	#headerfixed {
		position:relative;
		float:left;
		width: 106%;
	}
	
	#header {
		width: 100%;
		height: 130px;
		margin-top: 0px;
	}
    
    
    #maintext{
        font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
        position:relative;
        left: 3%;
        width:100%;
        height:auto;
}
	
	#socialbox{
		display: none;
	}
	
	#headerfoto{
		display: none;
	}
    
    #headertext {
      display: none;
    }
	
	#footer{	
		display: none;
	}

	#maintext{
		right: 0px;
	}
	
	.maintextblock{
		min-width:70%;
	}
	
	
	.textblock{
		width: 88%;
		font-size:18px;
	}
	
	
	.foto{
		display:none;
	}
	
	h1{
		font-size:34px;
	}
	
	h2{
		font-size:28px;
	}
	
	h3{
    font-family:'Indie Flower', cursive;	
    font-weight: 200;
	color:#7f171f;	
	margin-top: 10px;
	}	
    
    .maintextphoto{
    float: left;
    position: relative;
    margin-left: -5px;
    margin-right: 10px;
}

    .maintextphoto2{
    float: left;
    position: relative;
    margin-left: -5px;
    margin-right: 80px;
    }
    
    .spacer{
    display: none;
    }

}