body {
	margin-top: 30px;
}
@font-face {
   font-family: "Poppins";
   src: url(../fonts/Poppins-Regular.ttf);
}
/*-----------------Non-mobile styles---------------*/

.navbar {
	margin-bottom: 0px;
}
.navbar-default {
    border: 0px;
    background-color: transparent;
    margin-top: 10px;
}
.bg-footer {
	margin-top: 20px;
	background-color: #f8f8f8;
	padding: 15px;
}
.img-center {
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-info,.contact-info:hover,.contact-info:visited,.contact-info:focus {
	color: black;
	text-decoration: none;
}
.navbar-nav > li > a {
    line-height: 6px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
    border-bottom: 3px solid #af3e68;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 12px;
}
.bg-header {
	background: url('../../img/bg-header.jpg') no-repeat center center / cover;
	padding: 80px;
	margin-top: 20px;
	padding-bottom: 150px;
	margin-bottom: 20px;
}
.why {
	font-size: 50px;
	color: white;
	text-shadow: 2px 2px 3px black;
	font-weight: bold;
}
.signup {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-danger {
	color: #af3e68;
}
.bg-gray {
	background-color: #f0f0f0;
	padding: 20px;
}
.div-info {
	background-color: white;
	border-left: 5px solid #af3e68;
	padding: 20px;
	margin-top: 20px;
}
.breadcrumb {
    margin-top: 20px;
}