.text-glow {
     text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

.yellowtail {
  font-family: "Yellowtail","sans-serif";
}

.opaque {
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(231, 188, 137, 0.5);
  }


body {
    width: 100%;
    height: 100%; 
    color: white;
    font-family: "Raleway", "sans-serif";

}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 5px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
         background: #595552;
         color: white;
        
    }

    .top-nav-collapse {
        padding: 0;
    }
}


.intro-section {
    height: 100%;
    padding-top: 150px;
    text-align: center;
    background: url(../images/NYCAerial.jpg) no-repeat center center fixed; 
     -webkit-background-size: cover;
    -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     
 }

.intro-section p {
    font-weight: none;
    text-decoration: none;
    font-size: 16px;
             
}


.intro-section img {

    width: 30%;
    border-radius: 30px;
    position: relative;
    left: -10px;
}

.about-section {
    height:70%;
    padding: 10px;
    text-align: center;
    background: #595552;
    
}

.about-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-section li {
   display: inline-block;
   width: 10%;
 }

 .about-section img {
  width: 100%;

 }

.projects-section {
    height: 1000px;
    padding-top: 150px;
    text-align: center;
background: url(../images/NYCAerial2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   
}

.contact-section {
    height: 70%;
    padding-top: 80px;
    text-align: center;
    background: #595552;
    
}

span.hoverText {
     background: rgba(231, 188, 137, 0.5);
     color: black;
    cursor: pointer;
    display: table;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 500px;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
span.hoverText span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.project-container li {
    display: inline-block;
    height: 300px;
    margin: 0 1em 1em 0;
    position: relative;
    width: 500px;
}

ul.project-container li:hover span.hoverText {
    opacity: 1;
}

a {
  color:white;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: black;
}