@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);

body{
	 font-family: "Open Sans", sans-serif;
     color: #fff;

}

.header
{
	text-align: center;
}

.texttop {
    margin-top: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 300;
}

.textbottom {
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    color: white;
    font-weight: 800;
}

.maintext{
	padding: 0 15% 0 15%;
	color: white;
	line-height: 35px;
	font-weight: 400;
	font-size: 20px;
}

.centimage{
text-align: center;
margin-left: auto;
margin-right: auto;

}

.footimage{
	margin-top: 5%;
	width: 100%;
	min-height: 173px;
	margin-bottom: 1%;
}


	
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: #f00;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}	


.hover-logo:hover{
  transform: scale(1.1); /* For IE8 and earlier */
  transition: 0.5s;
}

.hover-logo{
  opacity: 1;
}

a.custom-hover:hover{
    color: #0daf4a;
    transition: 0.5s;
    text-decoration: none;
}

a.custom-hover{
    color: #fff;
    
}