@charset "utf-8";
.banner {
    color: #ffcc00;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    background-size: 60em auto;
    background-repeat: no-repeat;
    background-color: #51C9FC;
}
.banner h1 {
	font-size: 20px;
}

nav {
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	display: inline-block;
	text-align: center;
}

.nav {
	background-color: blue;
}

.topnav {
  background-color: #51C9FC;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #A5C7FC;
  color: black;
}

.topnav a.active {
  background-color: #5193FC;
  color: white;
}

.topnav .icon {
  display: none;
}


nav li {
	display: inline-block;
	padding-left: 70px;
}

nav li a {
	color: white;
}

li {
	padding-left: 10px;
	padding-right: 10px;
}

a:hover {
	color: #8B29FE;
}

.dropdown {
    display: none;
}
.parallax {
  background-image: url("images/img1.jpg");
  min-height: 80%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallax2 {
  background-image: url("images/img1.jpg");
  min-height: 100px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 sans-serif;
  color: #777;
}


.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: white;
}

.caption span.border {
  background-color: blue;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 5px;
}

.caption span.border2 {
	background-color: white;
  	color: black;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 7px;
	margin: 200px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px Arial;
  color: #111;
  text-align: center;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

footer p {
	text-align: center;
}

.h3caption {
	color: #777;
	background-color:white;
	padding:50px 80px;
	text-align: justify;
}

/* Parallax scrolling removed for tablets and mobile devices */
@media only screen and (max-width: 1024px) {
  .parallax, .parallax2 {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

main {
	display: grid;
}

@media screen and (max-width: 480px) {
	nav {
        display: none;
            }
	.dropdown {
        display: inline;
        }
    .dropup .dropdown-menu {
    top: auto;
    bottom: 35% !important;
    margin-left: 15px;
    margin-bottom: 1px;
        }
	.parallax {
		min-height: 100%;
	}

}