input[type="submit"] {
	font-size: 20px;
	clear: both;
	display: block;
	border: none;
	background: #ccc;
	border-radius: 3px;
	width:100%;
	margin-top:8px;
}
input {
	padding: 10px;
	border: 1px solid #ccc;
	display:block;
	width:100%;
	margin-bottom:5px
}
textarea {
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}
label {
	cursor: pointer;
	display:block;
}
.welcome h3 {
	color: green;
}
.warning h3 {
    color: red;
}
.contact-form h2 {
	text-align: center;
	font-weight: normal;
	font-size: 50px;
	padding-top:15px;
}
.contact-form p {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}
.contactm {
	padding-bottom: 10px;
}
.bg-image h1 {
	position: absolute;
	top: 250px;
	left: 250px;
	color: red;
}
.bg-image img {
	width: 100%;
	height: auto;
}
.blog-content {
  padding-top: 50px;
  padding-bottom:20px
}
.blog-content a {
	color: #000;
	font-size: 25px;
	line-height: 2em;
	text-transform: uppercase;
}
.blog-content a:hover {
	text-decoration: underline;
	color: #337ab7;
}
.blog-content p {
  color: #000;
}
.blog-content p a{
  color: #337ab7;
}
.single-content h1 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.single-content {
  text-align: center;
  display: ;
}
.single-content p {
  text-align: left;
  font-size: 18px;
  color: #000;
  padding-top:25px;
}
hr {
	border-style: inset;
	border-width: 1px;
}
.padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.load_more {
    display:none;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #d1ccc0;
    color: #000;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
	display: block;
	margin: 0 auto;
	font-size:24px;
	width: 25%;
	margin-top: 10px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #ccc;
    color: #000;
}

@media only screen and (max-width:768px) {
    .bg-image h1 {
	    top: 150px;
	    left: 40%;
    }
}
@media only screen and (max-width:500px) {
    .bg-image h1 {
	    top: 100px;
    }
}
@media only screen and (max-width:400px) {
    .bg-image h1 {
	    top: 100px;
	    font-size:29px;
    }
}
.privacy p a {
	font-size:14px;
}