@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
body {
  background-color: #f1f1f1;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
.navbar-default {
  z-index: 9999;
  border: none;
}
.logo {
  margin-top: -20px;
}
.parallax-window-1 {
  min-height: 900px;
  /* background: transparent; */
  background: url('../images/banner.jpg') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-window-2 {
  min-height: 300px;
  /* background: transparent; */
  background: url('../images/par2.jpg') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
}
.pic {
  border: solid 1px black;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
hr {
  border-color: #000000;
}
.center-text {
  text-align: center;
}
.welcome {
  text-align: center;
}
.frame1 {
  background-color: #ffffff;
}
.topbox {
  border: solid 1px black;
  background-color: #f1f1f1;
  color: #000000;
  padding: 20px;
  max-width: 500px;
  margin-left: auto;
  position: relative;
  top: 200px;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.topbox h1 {
  margin: 0px;
  text-align: center;
}
:target:before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}
.arrow {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 200px;
}
.arrow p {
  font-size: 100px;
  text-align: center;
  color: #2d4b7c;
}
.box {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.box h3 {
  margin: 0px;
}
.foot {
  text-align: center;
}



@media (max-width: 1024px) {
  .parallax-window-1 {
    background-attachment: scroll;
  }

  .parallax-window-2 {
    background-attachment: scroll;

  }
}