body, html {
  height: 100%;
  margin: 0;
}

section {
  padding: 25px 0 35px;
  background: #fff;
}

.parallax-container {
  height: 500px;
  width: 100%;
}

.heading {
  text-align: center;
  color: #2d557e;
  font-family: 'Tangerine', serif;
  font-size: 48px;
  font-weight: bold;
}

#navbar {
  background-color: transparent;
  position: fixed;
  z-index: 1000;  
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #2d557e;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-family: 'Verdana', sans-serif;
  font-size: 20px;
}

#navbar a:hover {
  background-color: #2d557e;
  color: #fff;
}

.index {
  text-align: left;
  color: #2d557e;
  font-family: 'Tangerine', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 100px;  
}

.index a {
  text-decoration: none;
  color: #2d557e;
}

.index a:hover {
  text-decoration: none;
  color: #408bbf;
}

span {
  font-size: 48px;
}

.bodytext {
  text-align: center;
  color: #2d557e;
  font-family: 'Tangerine', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

.bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;  
}

.bgimg-3 {
  background-image: url("./../../img/author.jpg");
}

.bgimg-2 {
  text-align:center;
}

.bgimg-2 a {
  text-decoration: none;
  color: #2d557e;
}

.bgimg-2 a:hover {
  text-decoration: none;
  color: #408bbf;
}

h3 {
  letter-spacing: 5px;
  text-align: center;
  color: #2d557e;
  font-family: 'Tangerine', serif;
  font-size: 60px;
  font-weight: bold;
}

.line {
  width: 30%;
  height: 2px;
  background-color: #408bbf;
  margin: 0 auto;
}

@media screen and (max-height: 450px) {
	h3 {font-size: 32px;}
	.heading {font-size: 24px;}
	.bodytext {font-size: 18px;}	
	.index {font-size: 18px;}
	#navbar a {font-size: 18px;}
	span {font-size: 24px;}
	
}	
	
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-3 {
    background-attachment: scroll;
  }
}