/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
*/

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arimo&display=swap');

body {
	padding-top: 56px;
	margin-bottom: 110px; /* Margin bottom by footer height */
	font-family: 'PT Serif', sans-serif;
}

html {
	position: relative;
	min-height: 100%;
}

nav {
	font-family: 'Rubik', sans-serif;
}

footer div p {
	font-size: 11pt;
	font-family: 'Libre Baskerville', sans-serif;
}

.logo {
	font-family: 'Playfair Display', serif;
	font-size: 16.5pt;
}

.sublogo {
	margin-top: -5px;
	font-size: 11.5pt;
}

.navbar {
	min-height: 90px;
}

h2, h3 {
	font-family: 'Libre Baskerville', sans-serif;
}

p {
	text-align: justify;
	text-justify: inter-word;
	font-size: 13pt;
}

.carousel-item {
	height: 65vh;
	min-height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px; /* Set the fixed height of the footer here */
}

.email {
	margin-top: -30px;
}

@media (max-width: 767px) {
	.footer {
		height: 170px; /* Set the fixed height of the footer here */
	}

	body {
		margin-bottom: 170px; /* Margin bottom by footer height */
	}
}