body {
   font-family:'Raleway';
   font-style: normal;
   font-weight: 400;
   src: local('Raleway');
    text-align: center;
	background-image: url(../bg.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 50px;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.btn-primary {
    background-color: #74c37e;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
}

a {
    color: #74c37e;
    text-decoration: none;
}

h2 {
    font-family: Raleway;
    font-weight: 400;
    font-size: 2.00em;
    color: #74c37e;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 8px;
}

hr {
    width: 60%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #C7C7C7;
    border-left-color: #FFF;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

