@charset "utf-8";
/* CSS Document */

.row {
	display: table;/* Make the row element behave like a table */
	width: 100%;/* Set full-width to expand the whole page */
}
.row p{
	border: solid 1px black; padding: 0px 20px; background-color: antiquewhite;
	
}
.row{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.row :hover{
	opacity: 1;
}

#carouselExampleCaptions {
	padding: 0px 20px;
}



.col{
	display: table-cell; /* Make elements inside the row behave like table cells */
	width: auto;
}



























#footer-content {
	width: 960px;margin: 0 auto; display: flex;
}
footer{
	 background-color: #16325a; color: #fff; padding: 20px;
}

#footer-left{
	width: 40%; 
}
#footer-right{
	width: 40%;  margin-left: 300px; text-align: right;
}

#footer-content h3 {
	color: white; text-transform: uppercase; font-size: 16px; margin-bottom: 5px;font-family: 'Goudy Bookletter 1911', serif
}

#footer-content p{
	line-height: 1.5;font-family: 'Lato', sans-serif;
}












@media only screen and (max-width: 1024px) {
	
}
@media only all and (max-width: 480px){
	
	
	
	
	
	
}
