.wideMe{
    padding-left:0px;
    padding-right:0px;
    width:100%;
}
#bootExampleNav{
    padding:1px 1px 1px 1px;
}
.navbrand1{
    font-size: large;
    font-weight: bold;
}
.contentDiv{
    height:900px;
}
#firstContentDiv{
    
    background-image: url("../img/5053029888_314dfbd578_b.jpg");
    background-size: cover;
    background-position:center;
    
}
#contentContainer1{
    padding-left:0px;
    padding-right:0px;
}
.marginTopMore{
    margin-top: 75px;
}
.marginTop{
    margin-top:25px;
}
.overlayText{
    background:rgba(100,100,100, 0.75);
    border-radius: 4px;
    padding:5px;
}
.boldThis{
    font-weight: bold;
    font-size: 125%;
}
.center{
    text-align: center;
}
.title1{
    margin-top:100px;
    font-size:300%;
}
#contentDiv2Row1{
    margin-top: 100px;
    text-align: center;

}
.footer {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.bootform1 {
    width: 150px;
}
.whiteFont{
    color: #d6d6d6;
}
#weatherResult{
    display:none;
}
a {
    color: rgba(0, 0, 255, 1);
}