body{
    font-family: Arial, Helvetica, sans-serif;
}
.disclaimer{
    font-size: 0.5em;
}
a:hover {
 cursor:pointer;
}
#navbar{
  margin: 0px;
  border-radius: 0px;
  font-size: 1.5em;
  
}
.navbar-brand,
.navbar-nav li a {
    line-height: 100px;
    height: 100px;
    padding-top: 0;
}
.navbar-brand{
    padding: 0px;
}

#logo{
 height: 100%;
 
}
#logo2{
height: 100%;
display: none;
}
.affix{
   width: 100%;
   z-index: 100 !important;  
}
#wordLogo{
    max-width: 300px;
}
#footer{
    background-color: lightgray;
    border-style: solid none;
    color: black;
    
}
@media only screen and (max-width: 768px) {
    .wideWriting{
        visibility: hidden;
    }
    body{
        font-size: 2em;
    }
    h1{
     text-align: center;
     padding: 100px 0px;
     font-size: 50px;
 }
}
@media only screen and (min-width: 768px) {
#widePicture{
    background-image: url("img/81oncorlettBackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 400px 20px;
    text-align: right;
}
.wideWriting{
    font-size: 100px;
    font-family: sans-serif;
    color: lightgrey;
}
.wideWordWhite{
    color: white;
}
.shopImg, .responsive {
    margin: 20px;
}
#wordLogo{
    max-width: 300px;
}
#footer{
    background-color: lightgray;
    border-style: solid none;
    color: black;
    
}

.section{
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
   color: white;
}
 #apartments{
   
   background-image: url("img/exterior6.jpg"); 
   font-size: 3em;
   
 }
 #prices{
    
   background-image: url("img/interior2.jpg"); 
   font-size: 3em;
 }
 #contact{
   
     background-image: url("galleryPics/81Corlette Dining Room 001.jpg"); 
   font-size: 3em;
 }
 #shops{
     background-image: url("img/exterior5.jpg");
 }
 h1{
     text-align: center;
     padding: 200px 0px;
     font-size: 100px;
 }
 .panel, .jumbotron{
     color: black;
 }
 .space{
     line-height: 300px;
 }
 .jumbotron{
     font-size: 30px;
 }
 h2{
     text-align: center;
     padding: 100px 0px;
     font-size: 50px;
 }
  .modal-dialog {width:85%;}
.thumbnail {margin-bottom:6px;}
}

