body{
  height: 100%;
  width: auto;
  font-family: 'Lato', sans-serif;
  background-image: url("resources/img/dark_rain.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

a{
  color: #64D964;
}

section.meta h1{
  margin-bottom: 40px;
  line-height: 750px;
  font-style: italic;
  font-weight: 600;
  font-size: 96px;
  font-family: 'Share Tech Mono', monospace;
  text-transform: capitalize;
  text-shadow: 300px;
  color: rgba(100, 217, 100, 0.5) ;
}

section.meta{
  font-size: 16px;
  font-weight: 300;
}

section.meta.content{
    padding: 40px 0;
    background-color: #1c1615;
}

section.meta p{
  margin-bottom: 35px;
  font-size: 18px;
  color: white;
}

section.meta h2{
  font-size: 40px;
  color: white;
  text-align: center;
}

section.meta.parallax{
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-1{
  background-image: url("resources/img/dark_rain.gif");
}

.parallax-2{
  background-image: url("resources/img/fujisan.jpg");
}

.parallax-3{
  background-image: url("resources/img/house.jpg");
}

.parallax-4{
  background-image: url("resources/img/purp.jpg");
}


section.meta.parallax{
  font-size: 48px;
  text-align: center;
  font-weight: 700px;
  color: rgba(200,200,200,.5);
  text-shadow: rgba(200, 100, 100, 0.5);
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-start{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 50px;
}

.porthole{
  border-radius: 50%;
  border-width: thick;
  border-color: rgba(0, 0, 0, 0.5);
  /*border-color: rgba(255, 255, 255, 0.5);*/
  /* border-style: solid; */
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-heading{
  text-align: center;
  font-size: 40px;
  /*font-family: 'Noto Serif', serif;*/
  text-transform: full-width;
  font-weight: bolder;
}

.container-neo{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid{
  padding-left: 5px;
}

.helper{
  margin-left: 0px;
  margin-right: 0px;
}

.centre{
  text-align: center;
  margin-left: 25%;
}

.hamburger{
  font-size: 2em;
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #034E6C;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  color: #64D964;
}

.popup h2 {
  margin-top: 0;
  color: #64D964;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popup .content a{
  max-height: 50%;
  overflow: auto;
}

.navbar{
  background: 
}

.nav>li>a:focus, .nav>li>a:hover{
  /*background-color: #23527c;*/
  opacity: 0.5;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  border-color: #23527c;
  opacity: 0.5;
}
.navbar-nav li .dropdown-menu{
  text-align: center;
  margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color:#034E6C;
}

.dropdown-menu li a{
  color: #64D964;
}

.welcome:hover{
	font-size: 1.5em;
  color: #64D964;
}

.primary:a{
  color: #64D964;
}
