
body {
    font-family: baumans;
}

#mainMenu {
    float:right;
    width: 400px;
}

header {
    background-color: rgb(128, 128, 128);
    min-height: 280px;
}

#title {
    position: absolute;
    margin: 0;
    top: 5px;
}

#content{
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

#navbar {
    background-color: rgb(56, 45, 67);
    font-family: baumans;
}

.btn:hover {
    background-color: rgb(255, 191, 223);
    color: rgb(56, 45, 67);
}

.btn {
    background-color: rgb(128, 128, 128);
    border-color: rgb(56, 45, 67);
    font-size: 1.2em;
}

.btn:active {
    background-color: rgb(128, 128, 128);
}

button a {
    text-decoration: none;
    color: inherit;
}

button a:hover {
    text-decoration: none;
    color: inherit;
}

.slogan {
    color: white;
    font-style: oblique;
    position: relative;
    left: 10px;
    top: 5px;
    font-size: 1.1em;
}

#billboard {
    display: none;
}

#mainwindow {
    overflow: hidden;
    min-height: 300px;
}

#backpic {
    position: absolute;
    overflow: hidden;
    left: 250px;
    opacity: .5;
}

#openpic {
    height: 300px;
    width: 497px;
}

.features {
    border-radius: 20px;
    color: rgb(255, 255, 255);
    margin-top: 3px;
    margin-bottom: 5px;
}

.features li {
    font-size: 1em;
}

.features ul {
    padding-bottom: 5px;
}

.features h4 {
    padding-left: 15px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    padding-top: 4px;
    font-family: arial;
}

#f2 {
    background-color: rgb(128, 128, 128);
    box-shadow: 0 0 10px #777777;
    margin: auto;
    position: relative;
    top: 80px;
    right: 120px;
}

#f1 {
    background-color: rgb(255, 191, 223);
    box-shadow: 0 0 10px #777777;
    color: rgb(56, 45, 67);
    max-width: 300px;
    margin: auto;
    position: relative;
    top: 10px;
}

#flower {
    top: -50px;
    opacity: .5;
    overflow: hidden;
}

/* Gallery */

#gallery {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 600px;
}

.rowback {
    background-color: rgb(245, 240, 240);
}

#gallery a {
    margin-top: 20px;
    padding: 10px;
}

#gallery img {
    padding: 5px;
    margin-top: 5px;
    box-shadow: 0 0 10px #777777;
}


/* Contact */

#barn {
    line-height: .8em;
    background-color: rgb(255, 191, 223);
    border-radius: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 10px;
    font-style: italic;
    text-align: center;
    border: 2px solid rgb(128, 128, 128);
    font-size: 1.1em;
}

#barn p {
    padding-left: 10px;
}

/* Floor Plans */

.unit {
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    overflow: scroll;
}

#unit2, #unit1, #unit3 {
    margin-right: auto;
    margin-left: auto;
    display: block;
}


footer {
    background-color: rgb(56, 45, 67);
    font-family: baumans;
    color: white;
    border-bottom: 20px solid rgb(255, 191, 223);
}

@media (max-width: 720px) {
    #title {
        position: relative;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 478px;
    }

   #headpic { 
        display: none;
   }
   
   #openpic {
        display: none;
   }
   
   #backpic {
        display: none;
   }

   #mainMenu {
        float: left;
        padding-bottom: 10px;
   }
   
   #gallery {
        width: 400px;
   }
}

@media (max-width: 720px) {
   #f2 {
    right: 0px;
    top: 0px;
   }
   
   #f1 {
    top: 0px;
   }  
}

@media (max-width: 500px) {
    #title {
        top: 50px;
    }
    
    #billboard {
        text-align: center;
    }
}