.img{max-width: 100%;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
h1, h2, a, p{font-family: 'Lato', sans-serif; color: #4d394c; font-size: 2.5em;}
a, p {
    font-size: 18px;
    font-weight: 300;
}
body {font-family: 'Lato', sans-serif;}
.background{background-color: #4d394c;}
.background1{background-color: #fff; padding-bottom: 30px; padding-top: 15px; padding-left: 80px; padding-right: 80px; min-height: 550px;}


/*Nav Bar*/
.logo img{margin-top: 45px;}
.middle{color: #fff; text-align: center; margin-top: 50px; margin-bottom: 50px; font-size: 2.3em; font-weight: 200; }
.social{float: right;}
.social ul li{list-style-type: none; display: inline;}
.social{margin-top: 60px;}
.social ul{line-height: 10px;}


/*Main*/
header{margin: 20px;}
.links a{color: #fff; text-decoration: none;}
.form{
	width:30%;
	background-color:#fff;
	border: 1px solid grey;
	margin: 10px;
	border-radius: 7px;
}
.statement{padding:20px 30px;}
.about{padding: 20px 30px;}
.about_title{padding-bottom: 15px;}
.title{padding: 30px; padding-bottom: 50px;}
.format-support img{max-width: 100%; padding-top: 20px;}
.format-support{padding-top:60px; padding-bottom: 45px;}
.info{padding: 0 10px 25px 10px;}
.email{
	padding: 10px 20px;
	width: 85%;
	border-radius: 7px;
	border: 1px solid grey;
}
.features{
	border-radius: 20px;
    margin-top: 20px;
	background: rgba(77, 57, 76, 0.1);
	padding: 20px;
	height: 150px;
    text-align: left;
}
.features h3 {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}
.features img {
    width: 30%;
    min-width: 140px;
}
.features a {
    font-size: 24px;
    line-height: 110px;
    text-decoration: none;
}
.features a span {
    color: rgba(77, 57, 76, 0.21);
    top: 5px;
}
.privacy{padding-bottom: 20px;}
.container1{padding:50px; width: 90%; margin: 0 auto;}
.row{padding-bottom: 20px;}
.form-control {
    color: #4d394c;
    width: 80% !important;
    height: 46px;
    font-size: 16px;
}
.form-control:focus {
    border-color: #4d394c;
    box-shadow: none;
}
.btn-primary {
    background-color: #4d394c !important;
    border-color: #4d394c !important;
}
.btn-primary:hover {
    background-color: #3e313c !important;
}
#errors {
    display: none;
    margin-top: 20px;
}
button:focus {
    outline: 0 !important;
}
#share {
    display: none;
    line-height: 10px;
}
#share_text {
    display: none;
}
.about a {
    color: #4d394c;
    font-weight: 400;
}

/*Footer*/
.footer{padding-top: 30px; padding-bottom: 20px;}


/*Media Query*/
@media (max-width: 768px) {
  	.col-sm-3{text-align: center;}
  	.social{float: none; margin-top: 0;}
    .form-control{width:100% !important; margin-bottom: 20px;}
    .container{padding: inherit;}
    .footer{padding: 10px 0;}
    .features {height: 200px;}
    .features a {line-height: inherit;}
    .features .col-sm-4 {margin-top: 20px;}
}
