

body {
  background-color: blue;
  background-image: url("http://i.imgur.com/k2VBDxT.jpg"); 
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  color: black;
  font-family: "Times New Roman";
  text-align: center;
  background-attachment: scroll;

}

h1 {
  margin-top: 30px;
  font-size: 6rem;
  font-family: "Times New Roman"; 
  color: black;
  
}

ul {

    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px black solid;
}

li {
    float: right;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 1px 20px;
    text-decoration: none;
    font-size: 3rem;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: white;
}


.top { text-align: center;
  color: antiquewhite;

}

.text{ color: white;
  text-align: center; 
  font-size: 4rem; 
 
}

.text4{ color: white;
  text-align: center; 
  font-size: 2rem; 
 
}

.textback{
  background-color: rgba(0, 0, 0, 0.5);
}

.visiontextback{
  background-color: rgba(0, 0, 0, 0.7);
}
.textback2{  
  list-style-type: 
  background-color: rgba(255, 255, 255, 0.5);

}
.textsecond{ color: black;
  text-align: left; 
  font-size: 4rem; 
 
}

.text2 {
  color: antiquewhite;
  text-align: center; 
  font-size: 2rem; 
 }

.photo {margin: 20px; 
   
  
}
.photobox {
  background-color: rgba(255, 255, 255, 0.4);
  margin-left: 350px;
  margin-right: 350px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: 2px black solid;
}

p > a { color: white; 
  text-decoration: underline;
  font-size: 3rem; 
  background-color: rgba(0, 0, 0, 0.4);
  }



  #navbar {
    background-color: black;
    text-align: right;
    font-size: 3rem;
    font-color: antiquewhite; 
    font-family: "Times New Roman";
    padding: 4px;
    border: 4px black solid;
    margin-top: 0px;
    margin-left:0px;
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .titlebox {
  
     background-color: rgba(255, 255, 255, 0.6);
  background-repeat: repeat-x;
  background-position: left center;
  border: 1px black solid;

  }

  .titlebox > p{
    
    font-size: 6rem;
    color: rgba(0, 0, 0, 1.0);
    font-weight: bold;

  }

 .titleback {

  background-image: url(http://i.imgur.com/8IlrVod.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  border-bottom: 1px white solid;
 }

 .visionbottomtextbox {
  background-color: rgba(0, 0, 0, 0.4);
 }

 .text3 {
    color: white;
    font-size: 4rem;
 }

 .visiontext {
    color: white;
  text-align: left; 
  font-size: 3rem; 
  padding: 15px;
  margin: 60px;
 

 }