/*This import is required for the google fonts that this site will be using. 
To add a new font simply add the new font name as instructed by google fonts webpage 
to the end of the last font and add a | symbol. Example: |Font+name+here*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Nothing+You+Could+Do|Pontano+Sans|Source+Serif+Pro|Vidaloka|Roboto+Condensed');

/*NOTE: This css has lots of padding and margins customized to each mobile friendly
size. Due to the nature of this, alot of self experimentation will need to be done
to figure out which padding %'s work the best and as such. The rest should be self explanatory
however and can be google searched*/


html,
body {
    height: 100%;
    background-color: #e9e6d5;
    font-family: 'Source Serif Pro', serif;
}

#taycheewei {
    height: 25%;
    width: 25%;
}

.author {
    font-family: 'Source Serif Pro', serif;
}

#everything {
    border-image: url(../imgs/ishtar.png);
    border-image-slice: 25;
    border-image-repeat: fill;
    border-image-width: 10;
    border-style: solid;
}

#hhk12 {
    height: 75%;
    width: 75%;
}

.footer-content {
    margin-top: -20px;
}

/* Footer Styles */

footer {
    margin-top: -20px;
}

.footer {
    padding-top: 5px;
}

.first {
    padding-top: 0px;
}

#footer-special {
    background-color: #c7bda2;
}


.navbar-moved {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    z-index: 2;
}

#title {
    text-align: center;
    font-family: 'Vidaloka', serif;
    margin-top: -22%;
    color: #fff;
}

#message {
    font-style: italic;
    font-size: 500%;
    margin-top: -2%;
    font-family: 'Roboto Condensed', sans-serif;
}

#brand {
    font-size: 350%;
    padding-top: 1.5%;
    font-family: 'Roboto Condensed', sans-serif;
}

#donate-btn {
    padding-bottom: 2.5%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.body-text {
    font-size: 125%;
    padding: 2%;
    background-color: #c7bda2;
}

.quote  {
    background-color: #fff;
    padding: 0;
    /*font-family: 'Nothing You Could Do', cursive;*/
}

.indent {
    float: right;
}


.panel-body {
    border-color: black;
    border-radius: 4px;
    border-style: solid;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#first-quote {
    padding-top: 2%;
}

.navbar-custom-color {
    background-color: #1d5e7b;
}

.blue {
    color: #1d5e7b;
}

#yoga {
    padding-bottom: 1%;
}

.left-footer {
    margin-left: 5%;
}

.right-footer {
    margin-right: 5%;
    float: right;
}

hr {
  clear: both;
  color: #1d5e7b;
  background-color: #1d5e7b;
  height: 4px;
  border-width: 0;
}

.content {
    padding-top: 5%;
}

.bio-pic {
    height: 238px;
    width: 263px;
    border-style: solid;
    border-width: 10px;
    border-color: #c7bda2;
}

.bio-content {
    margin-top: 20px;
}

.bio-title {
    font-size: 125%;
}

.intro-title  {
    font-size: 200%;
    font-family: 'Pontano Sans', sans-serif;
}

#fancy-underline1 {
    margin-left: 0;
    margin-top: -0.5%;
}

#fancy-underline2 {
    margin-left: 40%;

}

.about-specific {
    font-size: 110%;
    margin-right: 5%;
    margin-left: 5%;
}

.bio-specific {
    font-size: 110%;
    width: 75%;
}

.product-pic {
    height: 283px;
    width: 318px
}

.right-corner {
    position: relative;
    float: right;
    padding-right: 10%;
}

.price {
    color: #16a036;
}

.available {
    font-size: 80%;
    font-weight: bold;
    color: #16a036;
}

.unavailable {
    font-size: 80%;
    font-weight: bold;
    color: red;
}

.center-img {
    margin-right: auto;
    margin-left: auto;
}

.subtitle {
    font-size: 175%;
    font-weight: bold;
}

.sub-content {
    padding-top: 5%;
}


.leftside {
    float: left;
}

.rightside {
    float: right; 
}

#header {
    height: 50%;
    width: 100%;
}

/* Responsive Styles */

@media(max-width:1200px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    #message {
        font-size: 350%;
    }

    #brand {
        font-size: 175%;
    }

    #header {
        height: 35%;
        width: 100%;
    }

    #title {
        text-align: center;
        margin-top: -18%;
    }

    .navbar-nav > li{
        margin-left: -20px;
        margin-right: 10px;
    }

    .navbar-moved {
        position: absolute;
        right: 0;
        left: 0;
        top: 35%;
        z-index: 10;
    }

    #fancy-underline2 {
        margin-left: 20%;
    }

    #title h1, h2 {
        font-size: 20px;

    }

    .col-lg-12 {
        padding-top: 0;
    }

    #donate-btn > a {
        font-size: 100%;
    }

    .body-text {
        font-size: 100%;
    }

    footer {
        margin-top: -20px;
    }

    .footer-content {
        margin-top: -40px;
    }
    #everything {
        border-image: url(../imgs/ishtar.png);
        border-image-slice: 25;
        border-image-repeat: fill;
        border-image-width: 5;
        border-style: solid;
    }

    #about-us {
        padding-top: 20%;
    }

    .content {
        padding-top: 10%;
    }

    .right-corner {
        position: relative;
        float: none;
    }

    #fancy-underline1 {
        margin-top: -0.5%;
        width: 88%;
    }
}

@media(max-width:800px) {
    #title {
        margin-top: -25%;
    }

    #message {
        font-size: 250%;
    }

    #brand {
        font-size: 150%;
    }
}

@media(max-width:500px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    #message {
        font-size: 180%;
    }

    #brand {
        font-size: 125%;
    }

    #header {
        height: 25%;
        width: 100%;
    }

    .navbar-nav > li{
        margin-left: -20px;
        margin-right: 10px;
    }

    #title {
        text-align: center;
        margin-top: -30%;
    }

    .navbar-moved {
        position: absolute;
        right: 0;
        left: 0;
        top: 25%;
        z-index: 10;
    }

    #fancy-underline2 {
        margin-left: 20%;
    }

    #title h1, h2 {
        font-size: 20px;

    }

    .col-lg-12 {
        padding-top: 0;
    }

    #donate-btn > a {
        font-size: 100%;
    }

    .body-text {
        font-size: 100%;
    }

    footer {
        margin-top: -20px;
    }

    .footer-content {
        margin-top: -40px;
    }
    #everything {
        border-image: url(../imgs/ishtar.png);
        border-image-slice: 25;
        border-image-repeat: fill;
        border-image-width: 5;
        border-style: solid;
    }

    #about-us {
        padding-top: 20%;
    }

    .content {
        padding-top: 20%;
    }

    .right-corner {
        position: relative;
        float: none;
    }

    #fancy-underline1 {
        margin-top: -0.5%;
        width: 88%;
    }
}



