/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	color: #999;
	background: #f5f5f5;
	font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: rgb(52, 73, 94);
	margin-top: 10px;
}

.pull-right {
	float: right;
}

#content {
	margin: 30px 0;
}

header.masthead {
	position: relative;
	background-color: #343a40;
	background: url("../img/bg-masthead.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

header.masthead .overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.25);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}

header.masthead h1 {
	font-size: 2rem;
}

@media (min-width: 768px) {
	header.masthead {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	header.masthead h1 {
		font-size: 2.25rem;
	}
}

.showcase {
	background: #343a40d6;
	color: #eee;
}

.showcase h2 {
	color: #fff;
}

.showcase .showcase-text {
	padding: 3rem;
}

.showcase .showcase-img {
	min-height: 30rem;
	background-size: cover;
}

@media (min-width: 768px) {
	.showcase .showcase-text {
		padding: 7rem;
	}
}

.features-icons {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.features-icons .features-icons-item {
	max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
	height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
	font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
	font-size: 5rem;
}

.features-icons-icon img{
	display:block;
    margin:auto;
	height: 90px;
	padding: 5px;
	width: auto;
	border-radius: 45px;
	background: #fff; 
	border: 1px solid #f9d1cc;
}

.testimonials {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.testimonials .testimonial-item {
	max-width: 18rem;
}

.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
	position: relative;
	background-color: #343a40;
	background: url("../img/bg-masthead_boat.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.call-to-action .overlay {
	position: absolute;
	background-color: #cfcfcf;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}

footer.footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #C0392B !important;
	color: #fff !important;

}

/*!
 * Overwrite bootstrap styles
 */
.btn-primary {
	background: #E74C3C !important;
	border: 1px solid #DD0007 !important;
}

element.style {}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary.hover,
.btn-primary:hover {
	border: 1px solid #D40310 !important;
}

.text-primary {
	color: #E74C3C !important;
}

footer.footer a,
footer.footer p {
	color: #fff !important;
}

.bg-light {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.features-icons-item h3 {
	color: rgb(52, 73, 94);
	font-size: 1.25rem;
}
.features-icons-item p {
	font-size: 1rem;
	color: #424242 !important;
}
h2 {
	color: rgb(52, 73, 94);
}

.mb-5,
.my-5 {
	margin-bottom: 2rem !important;
	color: #fff !important;
}

.mb-0 {
	color: #999 !important;
}

/*Signup Page*/
.form-control,
.form-control:focus,
.input-group-addon {
	border-color: #e1e1e1;
	border-radius: 0;
}

.signup-form {
	width: 390px;
	margin: 0 auto;
	padding: 60px 0 30px;
}

.signup-form h2 {
	font-size: 22px;
	margin: 35px 0 25px;
}

.signup-form .lead {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: center;
}

.signup-form form {
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
	position: relative;
}

.signup-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #70c5c0;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.signup-form .avatar img {
	width: 100%;
}

.signup-form .form-group {
	margin-bottom: 20px;
}

.signup-form label {
	font-weight: normal;
	font-size: 13px;
}

.signup-form .form-control {
	min-height: 38px;
	box-shadow: none !important;
	border-width: 0 0 1px 0;
}

.signup-form .input-group-addon {
	max-width: 42px;
	text-align: center;
	background: none;
	border-width: 0 0 1px 0;
	padding-left: 5px;
	margin: auto;
}

.signup-form .btn {
	font-size: 16px;
	font-weight: bold;
	background: #19aa8d;
	border-radius: 3px;
	border: none;
	min-width: 140px;
	outline: none !important;
}

.signup-form .btn:hover,
.signup-form .btn:focus {
	background: #179b81;
}

.signup-form a {
	color: #19aa8d;
	text-decoration: none;
}

.signup-form a:hover {
	text-decoration: underline;
}

.signup-form .fa {
	font-size: 21px;
}

.signup-form .fa-paper-plane {
	font-size: 17px;
}

.signup-form .fa-check {
	color: #fff;
	left: 9px;
	top: 18px;
	font-size: 7px;
	position: absolute;
}

/*Login Page*/


.login-form {
	width: 390px;
	margin: 0 auto;
	padding: 100px 0 30px;
}

.login-form form {
	border-radius: 1px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #f3f3f3;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
	position: relative;
}

.login-form h2 {
	font-size: 22px;
	margin: 35px 0 25px;
}

.login-form .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #70c5c0;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.login-form .avatar img {
	width: 100%;
}

.login-form input[type="checkbox"] {
	margin-top: 2px;
}

.login-form .form-control {
	min-height: 38px;
	box-shadow: none !important;
	border-width: 0 0 1px 0;
}

.login-form .input-group-addon {
	max-width: 42px;
	text-align: center;
	background: none;
	border-width: 0 0 1px 0;
	padding-left: 5px;
	margin: auto;
}

.login-form .btn {
	font-size: 16px;
	font-weight: bold;
	background: #70c5c0;
	border: none;
	margin-bottom: 20px;
}

.login-form .btn:hover,
.login-form .btn:focus {
	background: #50b8b3;
	outline: none !important;
}

.login-form a {
	color: #fff;
	text-decoration: underline;
}

.login-form a:hover {
	text-decoration: none;
}

.login-form form a {
	color: #7a7a7a;
	text-decoration: none;
}

.login-form form a:hover {
	text-decoration: underline;
}






.navbar-brand img {

	max-width: 100%;
}

.first-row-cap {
	color: #000;
}

.sec-row-cap {
	color: #D40310;
}