/* Document */
    * {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
    }

    html {
        min-height: 100%;
    }

    body {
        min-height: 100%;
        background-color: #424242;
    }

    #wrapper {
        width: 960px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
       
    }

/* header */
    header {
        width: 910px;
        height: 340px;
        margin-left: auto;
        margin-right: auto; 
    }
    
    header a:link {
        text-decoration: none;
    }

    header a:visited {
        color: #fff;
    }

    header a:hover {
        color: #01913D;
    }

    header a:active {
        color: #01913d;
    }

    nav {
        font-size: 1.2em;
    }

    #left-nav, #right-nav {
        width: 350px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin-top: 160px;
        float: left;
    }

    #header-img {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    #story-nav{
        width: 100px;
        float: left;
        margin-left: 35px;
    }

    #henna-nav{
        width: 140px;
        float: left;
        margin-left: 25px;
    }

    #designs-nav{
        width: 200px;
        float: left;
        margin-left: 15px;
    }

    #contact-nav {
        width: 100px;
        float: left;
        margin-left: 20px;
    }

    #header-heart {
        display: block;
        float: left;
    }
    #body-contact nav .contact-nav a, #body-shop nav .shop-nav a, #body-gallery nav .gallery-nav a, #body-story nav .story-nav a{
        color: #01913D;
    }

/* Main content */
    main {
        width: 100%;
    }

/* Main home page */
    #main-home h1, #main-home p  {
        margin-left: 10px;
        margin-right: 10px;
    }

    #main-home h1 {
        font-size: 1.2em;
    }

/* Main story page */
    #main-story h1, #main-story p {
        margin-left: 30px;
        margin-right: 30px;
        text-align: center;
        line-height: 130%;
    }

    #main-story h1 {
        font-size: 1.2em;
    }
    #main-story img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #deconstruction {
        width: 100%;
        height: 600px;
    }

    #raidho, #dagaz, #sowilo {
        float: left;
        width: 33.33%;
        margin-top: 40px;
    }

    .descriptor {
        text-align: center;
        font-size: .85em;
    }

    .descriptor p, .descriptor h3 {
        margin: 0;
    }

    .smaller {
        font-size: .9em;
        font-style: italic;
        padding-bottom: 4px;
    }

    #raidho-position {
        position: relative;
        bottom: 50px;
        right: 23px;
    }
    
    #dagaz-position {
        position: relative;
        bottom: 50px;
        right: 22px;
    }

    #sowilo-position {
        position: relative;
        bottom: 52px;
        left: 1px;
    }

/* Main Henna Gallery page */
    #main-gallery h3 {
        text-align: center;
        font-size: 1em;
    }
    #demo1 {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;  
    }

/* Main Shop/store page */
    #main-shop h3 {
        text-align: center;
    }

    #namaste1 {
        background-image: url("../img/gg-namaste-8x10_01.png");
    }
    #namaste2 {
        background-image: url("../img/gg-namaste-8x10_02.png");
        }
    #namaste3 {
        background-image: url("../img/gg-namaste-8x10_03.png");
        }
    #namaste4 {
        background-image: url("../img/gg-namaste-8x10_04.png");
        }
    #namaste5 {
        background-image: url("../img/gg-namaste-8x10_05.png");
        }
    #namaste6 {
        background-image: url("../img/gg-namaste-8x10_06.png");
        }
    #namaste7 {
        background-image: url("../img/gg-namaste-8x10_07.png");
        }
    #namaste8 {
        background-image: url("../img/gg-namaste-8x10_08.png");
        }
    #namaste9 {
        background-image: url("../img/gg-namaste-8x10_09.png");
        }
    #namaste10 {
        background-image: url("../img/gg-namaste-8x10_10.png");
        }
    #namaste11 {
        background-image: url("http://placekitten.com/248/200");
        }
    #namaste12 {
        background-image: url("http://placekitten.com/248/200");
        }

    #namaste1, #namaste2, #namaste3, #namaste4, #namaste5,           #namaste6, #namaste7, #namaste8, #namaste9, #namaste10,           #namaste11, #namaste12 {
        width: 248px;
        height: 250px;
        background-repeat: no-repeat;
        float: left;
        margin: 30px;
    }

    #button1, #button2, #button3, #button4, #button5, #button6,       #button7, #button8, #button9, #button10, #button11, #button12 {
        display: block;
        width: 110px;
        height: 30px;
        line-height: 30px;
        text-decoration: none;
        text-align: center;
        /*background: linear-gradient (#7d7d7d, #474747);*/
        background-color: #7d7d7d;
        border-bottom: 3px solid #2b2b2b;
        border-radius: 8px;
        position: relative;
        top: 200px;
        left: 65px;
        margin-top: 10px;
        
    }

    #button1:hover, #button2:hover, #button3:hover, #button4:hover, #button5:hover, #button6:hover, #button7:hover, #button8:hover, #button9:hover, #button10:hover, #button11:hover, #button12:hover {
        font-weight: bold;
    }
/* main-contact page */
    #contact {
        width: 40%;
        margin-left: 50px;
        font-family: 'Open Sans', sans-serif;
        float: left;
    }

    #connect {
        width: 30%;
        float: left;
        margin-left: 170px;
    }

    #contact h3, #connect h3 {
        font-size: 1.3em;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    #connect h3, #connect h4, #connect a, #connect i {
        margin: 0;
        padding: 0;
    }

    #connect h4 {
        font-weight: bold;
        margin-top: 8px;
        font-size: .8em;
    }

    #connect a {
        font-size: .8em;
    }
    
    #connect a:hover, #connect i:hover {
        color: #01913D;
    }

    #connect i {
        font-size: 1.9em;
        margin-top: 5px;
        margin-right: 5px;
    }
    #contact p, #connect p {
        font-size: .8em;
        margin-top: 8px;
    }
    label {
        float: left;
        width: 145px;
        margin: 10px 0px 10px 0px;
        font-size: .8em;
    }

    input {
        float: left;
        margin: 10px 0px 10px 0px;
        width: 200px;
        background-color: #808080;
        border: none;
        font-size: .9em;
    }

    textarea {
        margin-top: 10px;
        clear:both;
        width: 200px;
        height: 150px;
        background-color: #808080;
        border: none;
        font-size: .9em;
    }

    button {
        clear: both;
        float: right;
        margin: 10px 35px 0px 0px;
        padding: 4px 10px 4px 10px;
        background-color: #7d7d7d;
        border: none;
        border-bottom: 3px solid #2b2b2b;
        border-radius: 8px;
    }
/* footer */
    footer {
        text-align: center;
        font-size: .7em;
        padding-top: 20px;
        clear: both;
    }

/* responsive stuff */

@media screen and (max-width: 600px) {
    #wrapper {
        width: 90%;
    }
    
    body {
        font-size: 80%;
    }
     #header-img {
         display: none;
     }
    header {
        height: 240px;
        width: 100%;
        background-image: url(../img/white-heart-whole.png);
        background-repeat: no-repeat;
        background-position: top center;
        font-size: 110%;
    }
    
    #left-nav{
        width: 95%;
        clear:both;
        border: none;
        position: absolute;

    }
    
    #right-nav {
        width: 95%;
        clear: both;
        border: none;
        position: absolute;
        top: 50px;
        margin-bottom: 30px;
        
    }
    
    #story-nav, #henna-nav, #designs-nav, #contact-nav {
        margin: 0;
        position: relative;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        text-align: center;
    }
    
    #story-nav {
        margin-left: 30px;
    }
    
    #raidho, #dagaz, #sowilo {
        width: 90%;
    }
    
    #contact  {
        width: 90%;
        margin-top: 30px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4em;
    }
    label, input, textarea {
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    button {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    #connect {
        width: 90%;
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
        font-size: 1.4em;
    }
    
    footer {
        width: 100%;
    }
}