/* 
   Colors:
     Green: #7ed6cd
     Teal: #6dbfd6
     Blue: #5597d7
     Dark Purple: #7e6ed6
     Light Purple: #a679d6
   Fonts:
     Broadway:
       h1 (Dark Purple)
     Brittanic Bold:
       h2-6 (Light Purple)
     Bahnschrift Light:
       body (Black)
     Bahnschrift Condensed:
       nav (Teal),
       footer (Teal),
       order now,
       menu aside
*/

/* Structural Elements */
body {
    width: 1200px;
    margin: 0 auto;
    font-family: "Bahnschrift Light", sans-serif;
    background-image: url(images/glacier-extended.png);
}
header {
    position: fixed;
    top: 0;
}
nav {
    font-family: "Bahnschrift Condensed", sans-serif;
    height: 140px;
    overflow: hidden;
    background-color: #a679d6;
}
nav ul {
    display: inline;
    width: 950px;
    float: left;
    padding: 0;
    margin-top: 60px;
}
nav ul li {
    display: inline;
    font-size: 25px;
    padding: 55px;
}
a:link, 
a:visited, 
a:hover, 
a:active {
    text-decoration: none;
    color: #ffffff;
}
nav img {
    width: 250px;
    float: left;
}
main {
    margin-top: 140px;
}
footer {
    font-family: "Bahnschrift Condensed", sans-serif;
    text-align: center;
    background-color: #a679d6;
    color: #ffffff;
    font-size: 16px;
    padding: 1px;
}



/* Global Styling */
h1 {
    font-family: "Broadway", sans-serif;
}
h2 {
    font-family: "Broadway", sans-serif;
    color: #000000;
    font-size: 30px;
    text-align: center;
}
#title-banner {
    text-align: center;
    background-color: #ffffff;
    color: #a679d6;
    font-size: 18px;
}
#title-banner h1 {
    padding: 20px;
    text-shadow: 0px 2px 1px #505050;
}
#order-banner {
    clear: both;
    text-align: center;
    background-image: url(images/small-creatures-in-bowl.jpg);
    height: 175px;
    font-family: "Bahnschrift Condensed", sans-serif;
    font-size: 50px;
    margin-bottom: 25px;
    text-shadow: 0px 3px 3px #000000;
}
#order-banner div {
    padding: 50px 0;
}
#big-h2 {
    clear: both;
    text-align: center;
    color: #000000;
    padding: 30px;
    margin: 0;
}


/* Index */
#index-banner {
    height: 400px;
    margin: 25px 0;
}
.index-column {
    width: 600px;
    height: 250px;
    display: block;
    float: left;
    color: #ffffff;
    margin-bottom: 25px;
}
.index-column img {
    width: 600px;
    height: 250px;
}
.index-column p {
    width: 550px;
    padding: 0px 30px;
    font-size: 18px;
}
.index-column h3 {
    padding: 10px 30px 0 30px;
}
#disclaimer {
    padding-top: 15px;
    font-size: 10px;
}
.c0 {background-color: #7ed6cd;}
.c1 {background-color: #6dbfd6;}
.c2 {background-color: #5597d7;}
.c3 {background-color: #7e6ed6;}



/* Menu */
#menu-main {
    width: 1000px;
    float: left;
}
#title-banner-menu {
    text-align: center;
    background-color: #ffffff;
    color: #a679d6;
    font-size: 18px;
    margin-top: -24px;
}
#title-banner-menu h1 {
    padding: 20px;
    text-shadow: 0px 2px 1px #505050;
}
.menu-heading {
    clear: both;
    text-align: center;
}
.menu-heading h2 {
    color: #ffffff;
    padding: 18px 0;
    margin-top: 20px;
    text-shadow: 0px 2px 1px #505050;
}
.menu-item {
    height: 250px;
    width: 480px;
    margin: -10px 10px 30px 10px;
    float: left;
    color: #ffffff;
}
.menu-item h3 {
    padding: 0 15px 0 265px;
    margin-bottom: -7px;
}

.menu-item p {
    padding: 0 15px 0 265px;
}
.menu-item img {
    float: left;
    height: 250px;
}
aside {
    float: left;
    width: 190px;
    height: 100%;
    background-color: #ffffff;
    font-size: 25px;
    font-family: "Bahnschrift Condensed", sans-serif;
    margin-left: 10px;
    margin-top: 140px;
    text-align: right;
    position: fixed;
    right: calc(calc(100% - 1200px)/2);
}
aside li {
    display: inline;
    margin-right: 20px;
}
aside a:link, 
aside a:visited {
    color: #a679d6;
}
aside a:hover, 
aside a:active {
    color: #7e6ed6;
}
#order-banner-menu {
    clear: both;
    text-align: center;
    background-image: url(images/small-creatures-in-bowl.jpg);
    height: 175px;
    font-family: "Bahnschrift Condensed", sans-serif;
    font-size: 50px;
    margin-bottom: 25px;
    width: 1000px;
    text-shadow: 0px 3px 3px #000000;
}
#order-banner-menu div {
    padding: 50px 0;
}
#menu-footer {
    width: 1000px;
}


/* Locations */
#big-map {
    width: 1200px;
    height: 350px;
    border-radius: 50px;
}
#storefront {
    margin: 15px 0 20px 10px;
    width: 460px;
    height: 250px;
    float: right;
}
#storefront-disclaimer {
    font-weight: bold;
    font-size: 12px;
    margin: -10px 20px 0 20px;
    text-align: center;
    width: 420px;
    float: right;
}
.location {
    margin: 15px 0 20px 0;
    width: 240px;
    height: 287.5px;
    float: left;
    color: #ffffff;
}
.location h3 {
    padding: 0 15px;
    margin-bottom: -10px;
} 
.location p {
    padding: 0 15px;
}


/* Our Story */
#big-image {
    width: 600px;
    height: 500px;
    float: left;
}
#big-text {
    width: 550px;
    float: left;
    text-align: center;
    padding: 0 25px;
}
#big-text p {
    text-align: center;
    font-size: 18px;
}
.founder-column {
    width: 360px;
    margin: 0 20px;
    float: left;
}
.founder-column img {
    width: 360px;
    border-radius: 50px;
}


/* Careers */
.employees {
    width: 1200px;
    height: 400px;
    margin-top: -5px;
}
.job-opening {
    width: 580px;
    float: left;
    margin: 10px;
    color: #ffffff;
    border-radius: 10px;
}
.job-opening h3, 
.job-opening p {
    padding: 0 15px 0 15px;
}
#last-job {
    margin-bottom: 20px;
}
