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

*{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.valign-wrapper {flex-wrap: wrap;}

.naviBar {
	background-image: url("images/navigationBackground.png");
	background-position: top left;
	background-size: auto 100%;
	margin-top: 20px;
	padding-top: 5px;
}
.naviFooter {
	margin-top: 100px;
}
h6 {
	text-shadow: 1px 1px 3px #000;
}
.bannerImages {
	margin-top: 100px;
	margin-bottom: 100px;
}
.divider {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tabActive {
	border: medium solid white;
}
.fontSl {
    font-size: 30px;
}
.fontSs {
	font-size: 15px;
}
.fontSm {
	font-size: 20px;
}


/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 900px) {
  .fontSl {
    font-size: 18px;
  }
  .fontSs {
    font-size: 10px;
  }
  .fontSm {
    font-size: 18px;
  }
}