html, body { font-family: 'Lato', sans-serif; }

.mainbg{
	min-height: 100vh;
	width: 100vw;
	background-image: url('/img/backgroundcrop.jpg');
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	margin-bottom: 70px;
	
}
.bggradient{
	min-height: 100vh;
	width: 100vw;
	//background-image: linear-gradient( 107.4deg,  rgba(255,242,239,1) 11.1%, rgba(255,219,182,1) 37.5%, rgba(247,165,165,1) 54.3%, rgba(26,42,79,1) 84.3% );
	//background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 65%, rgba(237, 221, 83, 0) 100%);
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0.5) 75%, rgba(237, 221, 83, 0) 100%);
}
.links{
	display: inline-block;
}
.navBar{

	height: auto;
	padding-top: 30px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.uploadBackground{
	float: right;
	width: calc(50% - 15px);
	box-sizing: border-box;
	background: #eee;
	border: 2px dashed #999;
	//min-height: 245px;
	text-align: center;
	
}
.loginbox{
	border: 0px solid #2b186b;
	background: white;
	padding: 15px;
}
.loginbox h2{
	border-bottom: 1px solid #2b186b;
}
.is-invalid{
	border-bottom: 2px solid red !important;
	color: black;
}
h2 span{
	float: right;
	font-size: 14px;
	position: relative;
	top: 3px;
	text-align: right;
}
.toolButton{
	background: white;
	text-align: center;
	margin-bottom: 15px;
}
.toolButton:hover{
	opacity: 0.8;
}
.toolButton i{
	font-size: 150px;
	color: #2b186b;
	padding: 30px;
	
}
.linkbut{
	background: #2b186b;
	color: white;
	padding: 10px;
	position: relative;
	top: 15px;
}
.pmbut{
	background: #2b186b;
	color: white;
	padding: 10px;
	border: 0px;
	margin-bottom: 15px;
}

.linkrequest{
	background: white;
	border: 1px solid #2b186b;
	padding: 10px;
	padding-bottom: 30px;
	margin-bottom: 15px;
	
}
.review{
	background: #F4F4F4;
	padding: 15px;
	margin-bottom: 15px;
}
.reviewHead{
	border-bottom: 1px solid #2b186b;
	margin-bottom: 15px;
}
.BGHover{
	border: 2px dashed green;
}
.reviewFooter{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.chcomment{
	font-weight: 300;
	background: #ccc;
	padding: 10px;
	margin: 10px;
}
.reviewFooter button{
	border: 0px;
	background:#2b186b;
	color: white;
	font-size: 12px;
	float: right;
	margin-left: 10px;
}

.reviewHead span{
	float:right;
	color: #fab418;
}
.reviewHead small{
	font-weight: 200;
	color: black;
}
.reviewBody{
	white-space: pre-wrap;
	font-weight: 300;
}
h3{
	border-bottom: 1px solid #2b186b;
	padding-top: 10px;
	color: #2b186b;
}
.switchToPanel{
	background: white;
	border: 1px solid #2b186b;
	padding: 10px;
	padding-bottom: 30px;
	margin-bottom: 15px;
}
.toolButton span{
	display: block;
	padding: 10px;
	color: white;
	background: #2b186b;
	text-align: center;
}
.is-valid{
	border-bottom: 2px solid green !important;
	color: green !important;
	background: white !important;
}

.loginbox input{
	border: 0px;
	border-bottom: 1px solid #2b186b;
	background: #eee;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	outline: none;
}
.loginbox button{
	border: 0px;
	background: #2b186b;
	padding: 10px;
	color: white;
	margin: auto auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 50%;
}
.loginbox p{
	font-weight: 300;
	margin-bottom: 0px;
}
.logo{
	display: inline-block;
	max-height: 150px;
	margin-bottom: 30px;
	font-size: 100px;
	text-align: center;
}
.logo2{
	max-height: 150px;
}
.navLink{
	text-decoration: none;
	font-weight: 700;
	color: #2b186b;
	border-bottom: 3px solid #2b186b;
	margin-left: 15px;
	padding: 15px;
	display: inline-block;
	background: rgba(255,255,255,0.5);
}

.navLink:hover{
	background: #fff;
	border-bottom: 3px solid #2b186a;
	color: #2b186a;
}

.mainContent{
	//background: white;

	padding: 30px;
	margin-top: 30px;
}


.mainContent h1{
	color: #2b186b;
	font-weight: 300;
	margin-bottom: 30px;
	border-bottom: 3px solid #2b186b;
}

h2{
	color: #2b186b;
	font-weight: 100;
	border-bottom: 3px solid #2b186b;
}

.searchListing{
	margin-bottom: 15px;
	text-decoration: none;
	
}
.searchListing:hover{
	opacity: 0.8;
}
a{ text-decoration: none; }
.SLheader{
	background: #2b186b;
	color: white;
	text-decoration: none;
	font-weight: 500;
	padding: 5px;
}
.fa-thumbs-up{
	color: green;
}
.fa-thumbs-down{
	color: red;
}
.revscore{
	float: right;
}
.revscore > .fa-thumbs-down{
	top: 2px;
}
.SLaddress{
	background: white;
	color: #2b186b;
	text-decoration: none;
	font-weight: 300;
	padding: 5px;
}

.searchResults{
	max-height: 65vh;
	overflow: scroll;
}

.distance{
	float: right;
	font-weight: 100;
}
.mainContent p{
	white-space: nowrap;
	text-shadow: 1px 1px 2px white;
	font-size: 18px;
	font-weight: 300;
	padding-top: 15px;
}
.littleScale{
	max-width: 50px;
}
.mainContent i{
	color: #2b186b;
	margin-right: 15px;
}

.front-search{
	top: 30px;
	border: 3px solid #2b186b;
	border-radius: 10px;
}

.front-search button{
	background: #2b186b;
	color: white;
	font-weight: 700;
	border: 0px;
	font-size: 20px;
	outline: none;
}

.front-search button:hover{
	background: white;
	color: #2b186b;
}
.footer{
	border-top: 3px solid #2b186b;
	position: fixed;
	bottom: 0px;
	width: 100vw;
	font-size: 14px;
	font-weight: 300;
	background: rgba(255,255,255,0.7);
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.profileHead{
	background: white;
	padding: 15px;
}

.profileHead h1{
	font-size: 24px;
	font-weight: 700;
}
.map{
	width: 40%;
	float: right;
}
.headCont{
	width: 60%;
	float: left;

	padding-right: 15px;
}
.profileHead p{
	font-weight: 300;
}
.profPosReviews span, .profNegReviews span{
	display: block;
	font-size: 16px;
	font-weight: 300;
}
.profPosReviews{
	margin-top: 30px;
	width: 50%;
	float: left;
	color: green;
	text-align: center;
	font-size: 48px;
}
.profNegReviews{
	margin-top: 30px;
	width: 50%;
	float: right;
	color: red;
	text-align: center;
	font-size: 48px;
}

.profileReviews{
	margin-top: 30px;
	background: white;
	padding: 15px;
}

.modal{
	border-radius: 0px !important;
}
.modal-content {
border-radius: 0px;
border: 0px;
}
.modal-header{
	border-radius: 0px;
	background: #2b186b;
	color: white;
}
.modal-title{
	font-weight: 300;
}
.btn-close{
	color: white;
}
.btn{
	border-radius: 0px !important;
}
label > span{
	
	font-size: 12px;
	font-weight: 300;
}
.form-control, .form-select{
	outline: none;
//	border: 0px;
	//border-bottom: 1px solid #2b186b;
	border-radius: 0px;
}
.form-control:focus{
	//box-shadow: none;
	//border: 0px !important;
	//border-bottom: 2px solid #6144c1;
}
#step1{
	display: block;
}

#step2{
	display: none;
}
#step3{
	display: none;
}
h3{
	font-size: 18px;
}
label{
	width: 100%;
}
.profileReviews h1{
	font-size: 24px;
	font-weight: 500;
	color: 	#2b186b;
	border-bottom: 1px solid #2b186b;
}
.manageBut{
	background: #2b186b;
	color: white;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
}

.profileHead button{
	margin-top: 20px;
	width: 100%;
	padding: 30px;
	background: #2b186b;
	color: white;
	
}
.profileHead a{
	text-decoration: none;
	color: 	#2b186b;
}
.profileHead a > i{
	width: 45px;
	text-align: center;
	font-size: 20px;
	top: 5px;
}
.profileHead h2{
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #2b186b;
}