@import "navbar.css";
@import "helper-classes.css";

@font-face {
    font-family: 'CustomHelvetica';
    src: url('../fonts/CustomHelvetica.dfont') format("dfont");
}

body {
	font-family: CustomHelvetica;
	overflow-y: scroll;
	color: black;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
	color: black;
}

a:hover {
	color: black;
}

p {
	 margin: 0;
}

.container {
	min-height: 100%;
    margin: 0 auto -66px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 66px;
}

.content {
	text-align: center;
}

.text-center {
	text-align: center;
}

.footer {
	height: 56px;
	margin-top: 10px;
	
	line-height: normal;
	text-align: center;
	background-color: rgba(245, 244, 244, 0.55);
	box-shadow: inset 0 1px 0 0 black;
}

.footer-item-container {
	height: 56px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.footer > div > a.active > div > p {
	box-shadow: inset 0 -1px 0 0 black;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.text-overlay {
	background-color: rgba(245, 244, 244, 0.55);
	box-shadow: 5px 5px 20px #888888;
	padding: 15px;
	margin-top: 20px;
	display: inline-block;
}

.flex-container {
	padding: .5vw;
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: column;
	-webkit-flex-flow: row wrap; 
	flex-flow: row wrap; 
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-container {
	margin: 10px;
	border: solid;
	border-color: grey;
	max-width: 30%;
	
	flex: auto; 
	width: 230px;  
}

.image-container:hover {
	cursor: pointer;
}

.flex-image {
	width: 100%; 
	height: auto; 
	
	display: inline-block;
    vertical-align: middle;
}

@media(max-width:767px){
	
	h1 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	/* Responsive Footer */
	.container {
		margin: 0 auto -54px;
		padding-bottom: 54px;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.footer {
		height: 44px;
	}
	
	.footer-item-container {
		height: 44px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	/* --- Responsive Footer --- */
	
	.text-overlay {
	    padding: 5px;
		margin-top: 5px;
	}
	
	img.image {
		max-height: 40%;
		max-width: 40%
	}
	
	.image-container {
		max-width: 50%;
	}
}

@media(min-width:768px){
	
	h1 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 19px;
	}
	
	/* Responsive Footer */
	.container {
		margin: 0 auto -56px;
		padding-bottom: 56px;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.footer {
		height: 46px;
	}
	
	.footer-item-container {
		height: 46px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/* --- Responsive Footer --- */
	
	.text-overlay {
	    padding: 10px;
		margin-top: 10px;
	}
	
	img.image {
		max-height: 60%;
		max-width: 60%
	}
	
	.image-container {
		max-width: 45%;
	}
}

@media(min-width:992px){
	
	h1 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	/* Responsive Footer */
	.container {
		margin: 0 auto -58px;
		padding-bottom: 58px;
		padding-left: 6%;
		padding-right: 6%;
	}
	
	.footer {
		height: 48px;
	}
	
	.footer-item-container {
		height: 48px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	/* --- Responsive Footer --- */
	
	.text-overlay {
	    padding: 15px;
		margin-top: 15px;
	}
	
	img.image {
		max-height: 80%;
		max-width: 80%
	}
	
	.image-container {
		max-width: 40%;
	}
}

@media(min-width:1200px){
	
	h1 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 22px;
	}

	/* Responsive Footer */
	.container {
		margin: 0 auto -62px;
		padding-bottom: 62px;
		padding-left: 8%;
		padding-right: 8%;
	}
	
	.footer {
		height: 52px;
	}
	
	.footer-item-container {
		height: 52px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	/* --- Responsive Footer --- */
	
	.text-overlay {
		margin-top: 20px;
	}
	
	.image-container {
		max-width: 35%;
	}
}





