@import url('https://fonts.googleapis.com/css?family=Lato');

body{
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #B0C4DE !important;
}

#navlogo{
    height: 60px;
    width: 200px;
}

.navbar{
	width: auto;
	width: -200px;
}

.navbar.navbar-light{
	background-color: #3778C2 !important;
}

.nav-item{
    margin: auto 50px auto 50px;
}

.nav-link{
	font-size: 20px;
	color: black !important;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.nav-link:hover{
	color: white !important;
}

.active .nav-link{
	color: white !important;
}

.cafe-info-top{
	text-align: center;
	margin-top: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.cafe-info-top p{
	margin: 0 auto;
}

.carousel{
	width: 85%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.container{
	text-align: center;
}

footer{
	background-color: #3778C2 !important;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: black;
}

.footer-links a{
	color: black;
	text-decoration: none;
}

.footer-links a:hover{
	color: white !important;
	text-decoration: none;
}

.cafe-phone{
	color: black !important;
}

.cafe-phone:hover{
	color: white !important;
}

.cafe-gmap{
	color: black !important;
}

.cafe-gmap:hover{
	color: white !important;
}

.review-btn{
	background-color: #B0C4DE !important;
	color: black !important;
	font-weight: bold !important;
	border-color: black !important;
}

.review-btn:hover{
	background-color: black !important;
	color: #B0C4DE !important;
	border-color: #B0C4DE !important;
}

.social *{
	text-align: center;
	color: black !important;
}

.social *:hover{
	color: white !important;
}

.footer-line{
	margin: 10% 15% 5%;
}

@media (min-width: 576px) {
	.about-us-text p{
		width: 70%;
		margin: 40px auto;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		text-align: justify;
	}

	.map{
		width: 500px;
		height: 300px;
		margin: 0 auto 0 auto;
		background-color: grey;
	}

	#owners{
		border-radius: 50%;
		margin: 0 auto;
		margin-top: 50px;
		width: 45%;
		height: 45%;
	}

	.thank-you{
		margin: 200px auto;
	}
	
	#thanks-message{
		font-size: 60px;
	}
	
	#get-back{
		font-size: 30px;
	}
	
	.thank-you .row *{
		width: 80%;
		margin: 30px auto;
		font-family: 'Lato', sans-serif;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.about-us-text p{
		width: 80%;
		margin: 40px auto;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		text-align: justify;
	}

	.map{
		width: 300px;
		height: 250px;
		margin: 0 auto 0 auto;
		background-color: grey;
	}

	#owners{
		border-radius: 50%;
		margin: 0 auto;
		margin-top: 50px;
		width: 70%;
		height: 70%;
	}

	.thank-you{
		margin: 200px auto;
	}
	
	#thanks-message{
		font-size: 36px;
	}
	
	#get-back{
		font-size: 18px;
	}
	
	.thank-you .row *{
		width: 80%;
		margin: 30px auto;
		font-family: 'Lato', sans-serif;
		text-align: center;
	}
}

.nowrap{
	white-space: nowrap;
}

#contact-form{
	margin: auto;
	width: 80%;
}

.contact-btn{
	background-color: #3778C2 !important;
	color: white !important;
	font-weight: bold !important;
}

.contact-btn:hover{
	background-color: #B0C4DE !important;
	color: #3778C2 !important;
	border-color: #3778C2 !important;
}

#sections input{
	background-color: #3778C2;
	border-color: black;
	font-size: 20px;
	border-radius: 4px;
	color: black;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif;
	margin-top: 2%;
	margin-left: 1%;
	margin-right: 1%;
	padding: auto 10px;
}

#selected{
	background-color: #B0C4DE !important;
	outline: none !important;
}

#sections input:hover{
	background-color: #B0C4DE;
}

#sections input:focus{
	outline: none;
}

.filter-button{
	background-color: 	#00BFFF;
	border-color: black;
	font-size: 15px;
	border-radius: 4px;
	color: black;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif;
	margin-top: 2%;
	margin-left: 1%;
	margin-right: 1%;
	padding: auto 10px;
}

.filter-button:focus{
	outline: none;
}

.filter-button:hover{
	background-color: #B0C4DE;
}

#menu{
	margin-left: 5%;
	margin-right: 5%;
}