body {
    display: block;
    text-rendering: optimizeLegibility;
    background: url(IMG_3881cropped4.jpg) no-repeat center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
	font-family: "Baumans", serif;
	font-weight: 400;
	font-style: normal;
	
	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 body{
	   background-size: fixed;
	   background-attachment: fixed;
	 }
}


.baumans-regular {
  font-family: "Baumans", serif;
  font-weight: 400;
  font-style: normal;
}

h2{
	text-transform: uppercase;
	color:#5233578a;
	letter-spacing: 2px;
}

h1{
	text-transform: uppercase;
	color: #645871;
	letter-spacing: 1px;
}

.maintext{
	font-size:1.1em;
}

.maintextcontainer{
    
    margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
    
}
.texturl{
	color: #7d7d8a;
}
