/* 
    Document   : style
    Created on : 16-Oct-2013, 14:31:49
    Author     : snorx
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
    font-family: 'Raleway', serif;
}

root { 
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

body, html {
    margin: 0 auto;
    width: 100%;
    height: 160%;
    text-align: center;
    margin-top: 85px;
}

section, header, footer {
    display: block;
}

header {
    background-color: #63beb8;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 5;
}

section h1 {
    font-family: 'Raleway', serif;
}

section#welcome {
    max-width: 900px;
    margin: 0 auto;
    height: 150px;
    padding-top: 20px;
}

section#welcome nav {
    float: left;
    margin-top: 30px;
    margin-left: 50px;
}

section#welcome nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding-bottom: 5px;
}

section#welcome nav a.selected, section#welcome nav a:hover {
    border-bottom: 5px solid #FFF;
    color: #FFF !important;
}

section#welcome nav a:not(:last-child) {
    margin-right: 20px;
}

section#welcome div#logo {
    float: left;
    display: block;
}

section#home, section#photos {
    background-color: #1a1a1a;
}

section#home img {
    width: 100%;
    max-width: 900px;
}

section#home div#mainImage {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    position: relative;
    z-index: 90;
}

section#download {
    z-index: 110;
    position: relative;
    width: 900px;
    margin: 0 auto;
}

section#download div#pdf {
    margin-top: -30px;
    position: absolute;
    left: 30%;
    width: 300px;
    padding: 10px 20px 10px 20px;
    background-color: #63beb8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150%;
}

section#download div#pdf a {
    text-decoration: none;
    color: #FFF;
}

body, section#about, section#contact {
    background-color: #f2f2f2;
}

section#about {
    padding-bottom: 20px;
    padding-top: 50px;
    width: 100%;
}

section#about h1 {
    font-family: 'Raleway', serif;
    font-size: 250%;
    max-width: 900px;
    margin: 0 auto;
}

section#about section#infoAbout {
    padding-top: 30px;
    margin: 0 auto;
    width: 900px;
}

section#about section#leftAbout {
    float:left;
    text-align: left;
    width: 430px;
}

section#about section#leftAbout p {
    margin-bottom: 10px;
}

section#about section#leftAbout ul {
    list-style: none;
}

section#about section#leftAbout li { 
    /*    padding-left: 1em; */
    padding-top: 1em;
    text-indent: -.7em;
    font-size: 130%;
    font-weight: bolder;
    font-family: 'Raleway', serif;
}

section#about section#leftAbout li:before {
    content: "• ";
    font-size: 180%;
    color: #63beb8;
}

section#about section#location {
    text-align: left;
    float: left;
    /* need to make media query for this */
    width: 400px;
    margin-left: 50px;
    margin-top: -10px;
}

section#about section#location h1 {
    font-size: 200%;
}

section#about section#location div#map {
    height: 350px;
    width: 350px;
    z-index: -5;
}

section#about section#location div#map #map-canvas {
    width: 350px;
    height: 350px;
}

section#photos {
    padding-bottom: 30px;
}

section#photos section#photo {
    margin: 0 auto;
    width: 900px;
}

section#photos section#photo section#gallery {
    float: left;
    width: 450px;
}

section#photos section#photo h1 {
    color: #FFF;
    font-size: 200%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

section#photos section#photo section#gallery div#galleryboxes img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}



section#photos section#photo section#plan {
    float: left;
    width: 450px;
}

section#photos section#photo section#plan img {
    margin-left: -40px;
}

section#photos section#photo section#plan p {
    color: #FFF;
    font-weight: bold;
    font-size:130%;
    text-align: left;
}

section#photos section#photo section#plan p a {
    color: #63beb8;
    text-transform: uppercase;
    text-decoration: none;
}

section#contact section#contactInfo {
    margin: 0 auto;
    width: 900px;
    text-align: left;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

section#contact section#contactInfo h1 {
    font-size: 200%;
    text-align: left;
    padding-bottom: 20px;
}

section#contact section#contactInfo span.emph {
    color: #63beb8;
}

section#contact section#contactInfo div#generalInfo {
    float: left;
    display: block;
}

section#contact section#contactInfo div#bottomLogo {
    float:left;
    display:block;
    margin-left: 3em;
    padding-bottom: 2em;
}

section#contact section#contactInfo form {
    margin-left: -90px;
    /*margin-top: 100px;*/
}

span#appNum {
    font-weight: bold;
    font-size: 200%;
}

/** CORNER RIBBON **/
.ribbon-wrapper-green {
    width: 170px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 28px Sans-Serif;
    /*color: #333*/
    text-align: center;
    /*text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;*/
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -35px;
    top: 35px;
    width: 290px;
    background-color: #C06066;
    /* #C06066 - #BFDC7A to #8EBF45 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C06066), to(#C06066)); 
    background-image: -webkit-linear-gradient(top, #C06066, #C06066); 
    background-image:    -moz-linear-gradient(top, #C06066, #C06066); 
    background-image:     -ms-linear-gradient(top, #C06066, #C06066); 
    background-image:      -o-linear-gradient(top, #C06066, #C06066); 
    color: #FFFFFF; /*#6a6340;*/
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top:   3px solid #6e8900;   
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}
/** END OF CORNER RIBBON **/

/** bootstrap color change **/
.btn-primary {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #35D4C9;
    *background-color: #35D4C9;
    background-image: -moz-linear-gradient(top, #63BEB8, #35D4C9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#63BEB8), to(#35D4C9));
    background-image: -webkit-linear-gradient(top, #63BEB8, #35D4C9);
    background-image: -o-linear-gradient(top, #63BEB8, #35D4C9);
    background-image: linear-gradient(to bottom, #63BEB8, #35D4C9);
    background-repeat: repeat-x;
    border-color: #35D4C9;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63BEB8', endColorstr='#35D4C9', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #FFFFFF;
    background-color: #35D4C9;
    *background-color: #003bb3;
}

/** end of bootstrap buttons **/

/** MEDIA QUERIES **/
@media (max-width: 890px) {
    body, html {
        margin-top: 100px;
    }
    
    header {
        height: 200px;
    }
}

/** END OF MEDIA QUERIES **/