@charset "utf-8";

nav {
	font-family: 'Roboto', sans-serif; }

#navbarSupportedContent a:link, a:visited {
	color: black;
	text-decoration: none; }

#navbarSupportedContent a:hover {
	color: #1A6BA7; }

grey {
	color: #D8D8D8; }

#container {
	width: 62.5%;
	margin: 1.25% auto; }

img {
	padding-bottom: 0.3%;
	padding-top: 0.3%; }

body {
	color: #1A6BA7;
	background: #FBE7D4;
	font-family: 'Roboto', sans-serif; }

#myImg1, #myImg2, #myImg3, #myImg4, #myImg5, #myImg6, #myImg7, #myImg8, #myImg9, #myImg10, #myImg11, #myImg12, #myImg13, #myImg14, #myImg15, #myImg16, #myImg17 {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s; }

#myImg1:hover, #myImg2:hover, #myImg3:hover, #myImg4:hover, #myImg5:hover, #myImg6:hover, #myImg7:hover, #myImg8:hover, #myImg9:hover, #myImg10:hover, #myImg11:hover, #myImg12:hover, #myImg13:hover, #myImg14:hover, #myImg15:hover, #myImg16:hover, #myImg17:hover {
	opacity: 0.7;}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9); }

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px; }

#caption1, #caption2, #caption3, #caption4, #caption5, #caption6, #caption7, #caption8, #caption9, #caption10, #caption11, #caption12, #caption13, #caption14, #caption15, #caption16, #caption17 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px; }

.modal-content, #caption1, #caption2, #caption3, #caption4, #caption5, #caption6, #caption7, #caption8, #caption9, #caption10, #caption11, #caption12, #caption13, #caption14, #caption15, #caption16, #caption17 {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s; }

@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)} }

@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)} }

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s; }

.close:hover, .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer; }

@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%; } }

.row {
	margin: 8px -16px; }

.row, .row > .column {
	padding: 8px; }

.column {
	float: left;
	width: 30%; }

.row:after {
	content: "";
	display: table;
	clear: both; }

.content {
	background-color: #CDCDCD;
	padding: 10px 10px 77px 10px; }

@media screen and (max-width: 900px) {
	.column {
		width: 50%; } }

@media screen and (max-width: 600px) {
	.column {
		width: 100%; } }

.button {
	background-color: #1A6BA7;
	border: none;
	color: #FBE7D4;
	padding: 5px 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 2px 0px;
	cursor: pointer;
	border-radius: 15px; }

button:hover {
	color: #0996AF; }

button {
	font-size: 13px; }

.alignright {
	float: right; }

.alignleft {
	float: left; }

footer {
	background: #FFBF6E;
	font-family: 'Roboto', sans-serif; }

.mafoot {
	margin-left: 19%;
	padding-top: 0.5%;
	padding-bottom: 0.5%; }