

/*
#parallaxMain {
  max-width: 100%;

  margin: 0;

  background: white;

  font-size: 20px;

  padding: 20px;
}

#parallaxMain {
  background: url("nightLights.jpg") no-repeat center;

  background-size: cover;

  background-attachment: fixed;
  height: 500px;
  
}

*/

/* MIDDLE Parallax BELOW */

/*#parallaxContainer {
  max-width: 100%;

  margin: 0;

  background: white;

  font-size: 20px;

  padding: 20px;
}

#parallax2 {
  background: url("AustinSummerNights.jpg") no-repeat center;

  background-size: cover;

  background-attachment: fixed;

  height: 400px;
}
*/

/*disable pARALLAX on samll screens bELOW*/




/*@media only screen and (min-width: 480px) {
  .parallax {
    background: url("AustinSummerNights.jpg") no-repeat center;
    
    background-position: center center; 
    background-attachment: inherit;
    background-size: contain;
    height:100%;
    width: 100%;
   
      }
}*/

a:link{
  text-decoration:none;
}

nav{

  font-family: trebuchet ms;
  color:silver;
  
}

.navbar-collapse.collapse.in {
    display: block !important;
  }


header{
  font-size: 25px;
  //font-family:trebuchet ms;
  color: black;
  
}



image{
    position:relative;
    width:100%;
    background-size:100%;
    height: 500px;
    
  }




/*h2{
  position:absolute;
  top:340px;
  left:495px;
  width:100%;
	color:#1E90FF;
}*/

body{
  padding:0;
  margin:0;
  border:0;
  background-color:black;
  color: silver;
  
}

.weather {
  
  font-size: 25px;
  color: AAFF00;
  text-align: center;
  }


#projectDescription{

  padding:20px;

  border:20px;

  background-color:black;
  
  color: silver;

}

#api{
  
  font-size:18px;
  font-family:trebuchet ms;
}

.stock-data{
  color:AAFF00;
  font-size:20px;
  font-family:trebuchet ms;
}


.caption{
	color:silver;
	font-family:trebuchet ms;
	font-size:18px;
}
#contact{
	color:silver;
  font-size: 20px;
}

#current{
  font-family: trebuchet ms;
  color:maroon;
}


