/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.navbarNavDropdown{
		margin-bottom: 10px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
}
.Top-Banner, .Mid-Banner, .Bottom-Banner{
	padding: 0px;
	
}
.Top-Banner > img{
	height: 500px;
}
.Mid-Banner > img, .Bottom-Banner > img{
	height: 315px;
}

.Title-front{
	font-family: 'Playfair Display', serif;
	color: white;
}
.Text{	
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}
.Bold-Text{	
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
}
.Small-Bold-Text{	
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	font-size: 20px;
}
.no-padding{
	padding: 0px!important;
}

footer{
	background: linear-gradient(to bottom, #B6FAEC 26%, #a0e6a1 50%);
}

.Main-Container {
  margin-top: 75px;
}
