/*-----------------------------*\

Author: Kierstin Gray Consulting
Copyright: 2014
contact: www.kmgpmp.com
last updated: 1/17/2015

\*-----------------------------*/


/*----------------------------*\
    GLOBAL ATTRIBUTE STYLES         
\*----------------------------*/

body {
    font-family: 'Marvel', sans-serif;
    background-color: #e2c493;
    padding: 0px;
    margin: 0 0 45px; /* bottom = footer height */
}

footer {
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 55px;
    position: relative;
    bottom: -45px; 
    left: 0; 
    z-index: 900;
/* gradient for footer */
    background: rgb(125,117,7); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkNzUwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDg0MzZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(125,117,7,1) 0%, rgba(8,67,109,1) 0%, rgba(0,138,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,117,7,1)), color-stop(0%,rgba(8,67,109,1)), color-stop(100%,rgba(0,138,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(125,117,7,1) 0%,rgba(8,67,109,1) 0%,rgba(0,138,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(125,117,7,1) 0%,rgba(8,67,109,1) 0%,rgba(0,138,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(125,117,7,1) 0%,rgba(8,67,109,1) 0%,rgba(0,138,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(125,117,7,1) 0%,rgba(8,67,109,1) 0%,rgba(0,138,244,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7507', endColorstr='#008af4',GradientType=0 ); /* IE6-8 */
}

nav {
    position: absolute;
    display: inline-block;
    right: 0px;
    padding-right: 25px;
    top: 0px;
    font-size: 30px;
    font-family: 'Homenaje', sans-serif;
    font-weight: 900;
}

nav a {
    color: #00160A;
    text-decoration: none;
    border: none;
}

nav a:hover {
    color: #1e86c6;
    border: none;
}

nav a:visited {
    color: #8436d;
    text-decoration:none;
    border: none;
} 

p {
    text-align: center;
    font-size: 1.5em;
}

p a {
    color: #00160A;
    text-decoration: none;
    border-bottom: 1px dotted #282a2b;
}

p a:hover {
    color: #1e86c6;
    border: none;
}

p a:visited {
    color: #8436d;
    text-decoration: none;
    border: none;
} 

article {
    height: 100%;
    padding: 0 0 0 0;
    font-size: 16px;
    position: relative;
 }

h2 {
    font-family: 'Convergence', sans-serif;
    font-weight: 700;
    color: rgba(9,96,136,1);
    font-size: 30px;
    text-align: center;
}
h3 {
    font-family: 'Convergence', sans-serif;
    font-weight: 700;
    color: rgba(0,0,0,.8);
    font-size: 18px;
    text-align: center;
}
strong {
    
}

ul {
    padding: 5px;
    }

li {
    display:inline;
    padding: 0px 25px 0px 25px;
    font-family: 'Homenaje', sans-serif;
    font-weight: 900;
}

td {
    font-size: 1.05em;
    vertical-align: text-top;
    border-spacing: 5px;
}

/*----------------------------*\
    CONTENT IDS & CLASSES         
\*----------------------------*/

/* GLOBAL */
#logo {
    position: relative;
    /* actual dimentions for img are: height: 114px; width: 347px; */
    top: 15px;
    left: 10px;
}

#logo a, a:link, a:hover, a:visited {
    text-decoration: none;
}

.nav {
    padding: 5px 25px 5px 25px;
}

.head {
    background-color: #588AD3;
    border: 0px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.45);
    /* gradient for header */
    background: rgb(246,230,180); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTZiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Yzc4NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2Q3NTA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(246,230,180,1) 0%, rgba(124,120,68,1) 100%, rgba(125,117,7,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,230,180,1)), color-stop(100%,rgba(124,120,68,1)), color-stop(100%,rgba(125,117,7,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(124,120,68,1) 100%,rgba(125,117,7,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(124,120,68,1) 100%,rgba(125,117,7,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,230,180,1) 0%,rgba(124,120,68,1) 100%,rgba(125,117,7,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,230,180,1) 0%,rgba(124,120,68,1) 100%,rgba(125,117,7,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#7d7507',GradientType=0 ); /* IE6-8 */
}


.fnav {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-family: 'Homenaje', sans-serif;
    font-weight: 900;
    top: 5px;
}

.fnav a {
    color: #00160A;
    text-decoration: none;
    border: none;
}

.fnav a:hover {
    color: #1e86c6;
    border: none;
}

.fnav a:visited {
    color: #8436d;
    text-decoration:none;
    border: none;
} 


.link a {
    color: #00160A;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style:dotted;
    border-color: #282a2b;
}

.link a:hover {
    color: #1e86c6;
    border: none;
}

.link a:visited {
    color: #8436d;
    text-decoration:none;
    border: none;
} 


.webmiss {
    position:relative;
    font-family: "Convergence", sans-serif;
    font-size: 9px;
    text-align:center;
    color: #ccc;
    top: -2px;
}

.box {
    position: relative;
    /* background-color: rgba(5,86,7,.6); */
    height: auto;
    top: 100px;
    padding: 0 10% 0 10%;
    left: 0;
    bottom: 0;
/* gradient for main content area background */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1NTYwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(5,86,7,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,86,7,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(5,86,7,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(5,86,7,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(5,86,7,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(5,86,7,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055607', endColorstr='#007db9e8',GradientType=0 ); /* IE6-8 */
  }

.content {
    background-color: rgba(226, 196, 147, 1);
    padding: 1% 3% 5% 3%;
    border-top: 10px solid rgba(226, 196, 147, 1);
    border-bottom: 10px solid rgba(226, 196, 147, 1);
    box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 0px 10px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 0px 10px -7px rgba(0,0,0,0.5);
    -webkit-box-shadow: 10px 0px 10px -7px rgba(0,0,0,0.5), -10px 0px 10px -7px rgba(0,0,0,0.5);
 }

.select {
    background: rgba(16,191,16,.2);
    width: auto;
    height: auto;
    color: rgba(0,0,0,.5);
}

#error404 {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     transform:rotateY(180deg);
     unicode-bidi:bidi-override;
     direction:rtl;
     font-size: 90px;
     text-align: center;
}

/* HOMEPAGE: DESKTOP */

#grok {
    position:relative;
    font-family: 'gentium-book-basic', serif;
    display:inline-block;
    text-align:left;
    border: 2px double #000;
    padding: 0 35px 0 35px;
        }
#gword {
    font-size: 74px;
    line-height: 45px;
    margin-bottom: 0px;
        }
#gdef {
    font-size: 35px;
    line-height: 45px;
    margin-top: 25px;
    display: inline-block;
    text-align: left;
    }
.gintro {
    font-family: "Marvel", sans-serif;
    text-align:justify;
    font-size: 24px;
}

/* PROCESS: DESKTOP */

.column {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    text-align: left;
    line-height: 1.25em;
}

.br {
    margin-bottom: 2px;
    line-height: 1em;
    text-align: left;
}

/* DATA: DESKTOP */

#data {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.chart {
    position: relative;
    text-align: center;
    margin: 0 auto;
    border: 1px solid black; 
}

/*----------------------------*\
    SECTION: Projects         
\*----------------------------*/

/*******************
slide 1 styling
*******************/

#slide1 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    background-image: url(../img/ricepaper_v3.png);
    padding: 5px 15px 5px 15px;
}

#experiment1 {
    position: relative;
    width: 800px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    border: 1px solid black;
    text-align: left;
}

/*******************
slide 2 styling
*******************/

#slide2 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    background-image: url(../img/ricepaper_v3.png);
    padding: 5px 0px;
}

#experiment2 {
    position: relative;
    width: 800px;
    height: auto;
    margin: 10px auto;
    border: 1px solid black;
    text-align: left;
}

/*******************
slide 3 styling
*******************/

#slide3 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    background-image: url(../img/ricepaper_v3.png);
    padding: 5px 0px;
}

#experiment3 {
    position: relative;
    width: 800px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    border: 1px solid black;
    text-align: left;
}

/*******************
slide 4 styling
*******************/

#slide4 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    background-image: url(../img/ricepaper_v3.png);
    padding: 5px 0px;
}
#experiment4 {
    position: relative;
    width: 800px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    border: 1px solid black;
    text-align: left;
}

/*******************
slide 5 styling
*******************/

#slide5 {
    position: relative;
    margin: 0 auto;
    width: 800px;
    height: auto;
    background-image: url(../img/ricepaper_v3.png);
    padding: 5px 0px;
}
#experiment5 {
    position: relative;
    width: 800px;
    height: auto;
    margin: 10px auto;
    padding: 0;
    border: 1px solid black;
    text-align: left;
}

/* ------------- *\
  section content
\* ------------- */
.setup {
    margin: 0 auto;
    height: auto;
}

.question {
    position: relative;
    width: 235px;
    height: 220px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
    background-color: yellow;
    border: 0px solid red;
    vertical-align: text-top;
    font-family: 'Architects Daughter', cursive;
    font-size: 27px;
    line-height: 25px;
    text-decoration: none;
    background-color: yellow;
    text-align: center;
    box-shadow: 0 0 3px 1px #888;
    -webkit-box-shadow: 0 0 3px 1px #888;
    -moz-box-shadow: 0 0 3px 1px #888;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg); 
    z-index: 100;
}

span.micro {
    font-size: 18px;
    text-decoration: none;
    line-height: 5px;
}

#facts {
    position: static;
    width: 240px;
    height: 260px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    border: 0px solid orange;
}

.science {
    font-family: 'Architects Daughter', cursive;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
}

.study {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 27px;
    font-weight: 500;
}

.sponsors {
    position: static;
    width: 33%;
    height: 190px;
    margin-left: 10px;
    padding: 0;
    border: 0px solid purple;
    vertical-align: top;
}

.detail {
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 66.66%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0px solid green;
}

.description {
    position: relative;
    top: 0px;
    width: 100%;
    height: 650px;
    margin: 0;
    padding: 0;
    border: 0px solid yellow;
    font-size: 12px;
    text-align: left;
    overflow: scroll;
}

.gallery {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0px solid blue;
    float: left;
    margin: 10px;
}

/* Contact us */

#webfonts {
    font-size: 30px; 
    text-align: center; 
    margin: 0 auto;
    text-decoration: none;
}

/*----------------------------*\
    MEDIA TYPE: TABLET         
\*----------------------------*/

/* GLOBAL */

/* Notes for @media types:
 first breakpoint (tablet) 880 width
 second breakpoint (mobile) 480?

 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
    -- styles for mobile --
 }

 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {    
    -- styles for tablet --
 } 
  */