@charset "UTF-8";


html {
  background: url('/img/hands-background-circle.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	background: none;
}
/*
#logo {
	margin-top: -10%;
}
*/
.content {
	font-family: museo-slab, serif;
	font-weight: 800;
	font-style: normal;

}

.small-heading {
	color: #030405;
	font-size: 1.3rem;
	margin-top: 20px !important;
	text-transform: uppercase;
}



.large-heading {
	color: #76b729;
	font-size: 2rem;
	text-transform: uppercase;
}

.text {
	color: #030405;
	font-size: 1.2rem;
	font-family: open-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.content p {
	margin-top: 10px;
	margin-bottom: 0;
}



.btn-primary {
	background-color: #76b729;
	border-color: #76b729;
	color: #030405;
}
.btn-primary:hover {
	background-color: #030405;
	border-color: #030405;
	color: #76b729;
}

@media(max-width:767px){
.small-heading {
	font-size: 1.2rem;
}

.large-heading {
	font-size: 1.6rem;
}

.text {
	font-size: 1.1rem;
}

}
@media(min-width:768px){
	.text-box {
		width: 90%;
	}
}
@media(min-width:992px){
	.text-box {
		width: 75%;
	}
}
@media(min-width:1200px){
	.text-box {
		width: 40%;
	}
}
@media(min-width:1600px){
	.text-box {
		width: 30%;
	}
}
@media(min-width:2000px){
	.text-box {
		width: 20%;
	}
}