/*
Possible fonts:
http://www.google.com/fonts/specimen/Source+Sans+Pro
Source Sans Pro (
Dosis (700)

NOTES:
- Small devices: iphone is 320px wide, iphone4 is 640px wide

*/

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..600&display=swap");

body {
    background-color: rgb(250,250,250);
    background: transparent url("/-/jaralab/images/bg-white-linen.jpg") repeat top center;
    color: rgb(102,102,102);
    font-size: 15px;
    font-family: "Open sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
/*    color: rgb(92,92,92); */


/* ============================ MAIN LAYOUT ==============================*/
div#top {
    background: transparent url("/-/jaralab/images/bg-blue-linen-gradient.jpg") repeat top center;
    /* background-color: #3B454E; */
    width: 100%;
    position: fixed; /* Keeps the top fixed when scrolling */
    z-index: 4;
}

div#main {
    max-width: 800px;
    background-color: rgba(255,255,255,0.95);
    /* margin: 0 auto; */
    /* padding: 10px 30px; */
    margin: 0 auto;
    padding: 100px 30px 40px;
}

div#bottom {
    background: transparent url("/-/jaralab/images/bg-blue-linen.jpg") repeat top center;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ================================ HEADER ==================================*/

div#header {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 30px;
    overflow: auto;
}

h1 {
    color: rgb(78,78,78);
    font-family: "Source Sans Pro", "Open sans", sans-serif;
    font-size:  320%;
    font-weight: 600;
    margin: 2px 14px 0 0;
    padding: 0;

    display: inline-block;
    width: 22%;
    float: left;

    position:relative
}
h1 span#gradient {
  /* background: url("/-/jaralab/images/bg-blue-linen-gradient.png") repeat-x; */
  /* background-color: red; */
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  margin: 0 0 0 -6px;
}


div#blurb {
    display: inline-block;
    font-size:  93%;
    color: rgb(204,204,204);
    width: 360px;
    clear: both;
    margin: 16px 0 0 0;
}
div#uologo {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
    width: 64px;
    height: 64px;
}
#uologox{
    display: block;
    background: transparent url("/-/jaralab/images/University_of_Oregon_vertical_darkBG.png") no-repeat top center;
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
}

/*
img#uologoimg {
    height: 64px;
    float: right;
}
*/

#labhead {
    color: rgb(224,224,224);
}

span.jara {
    font-family: "Source Sans Pro", "Open sans", sans-serif;
    font-weight: 600;
    /* color: rgb(103, 109, 130); */
    /* color: rgb(51,102,102); */
    /* color: rgb(67,134,134); 258c8e */
    color: #549b9c;
    color: #0b89a3; /* Bright blue of background */
    color: #4d8f8f; /* Aqua */
    color: #52898f; /* Blueish aqua */
}
span.lab {
    font-family: "Source Sans Pro", "Open sans", sans-serif;
    font-weight: 600;
    color: rgb(153, 153, 153);
    /* color: rgb(150, 150, 150); */ /* GOOD without gradient */
}

a.linkondark{
    color: rgb(204,204,204); 
    text-decoration:none;
}

a.linkondark:hover {
    text-decoration:underline;
}

.highlight{
    color: #4d8f8f;
    color: #52898f; /* Blueish aqua */
}


/* ================================ FOOTER ==================================*/

div#footer {
    max-width: 800px;
    margin: 0 auto;
    padding: 12px 30px;
    overflow: auto;
    font-size:  93%;
    color: rgb(204,204,204);
    text-align: center;
}

.foottitle {
     font-size:  18px;
     display: inline-block;
}


/* ======================= SECTIONS AND BODY TEXT =========================*/

div.section{
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 0px;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
}

h2 {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(204, 204, 204);
    line-height: 0.8em;
    margin: 40px 0 20px;
    font-size: 160%;
} 
h2 span {
    background:#fff;
    padding: 0 12px 0 0;
    font-weight: 300;
}

h3 {
    margin: 0;
    padding: 0 0 0 0.5em;
    font-size: 140%;
    font-weight: 300;
} 

span.emph{
 /* font-style:italic; */
 font-weight: bold;
 color: rgb(64,64,64);
}

a.software {
    color: #3B454E;
    font-weight: bold;
}

a {
    color: #3B454E;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

ul {
    padding: 0;
    margin: 10px 24px;
    list-style: disc;
}

li {
    padding: 3px 0;
}

li.question {
    padding: 0;
}

/*
ul li:before {
   content: "\2022";
   font-size: 170%;
   padding-right: 5px;
}
*/

/* ============================= MEMBERS PICS ===============================*/

.member{
    padding: 0 12px;
    display: table-cell;
    width: 240px;
}
/*
    display: table-cell;
    display: inline-block;
    padding: 0 40px;
    margin: 0 20px;
    text-align:center;
*/

.photocontainer {
    height: 135px;
    -webkit-box-shadow: 0px 0px 10px #4d4d4d;
    -moz-box-shadow: 0px 0px 10px #4d4d4d;
    box-shadow: 4px 4px 10px #4d4d4d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    border:solid white 0px;
    overflow: hidden;
    padding: 0;
    display: inline-block;
}
/*    width: 180px; */


div.personphoto {
    background: #fafafa;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img.personphoto {
    height: 100%;
}
/*
    width: 100%;
    height: 100%;
*/

.personinfo {
    padding: 5px 8px;
    font-size:  80%;
    max-width: 200px;
}

a.personname {
    font-weight: bold;
    color: rgb(64,64,64);
    text-decoration:none;
}

a.personname:hover {
    text-decoration:underline;
}

/* ================================ SLIDES ==================================*/

#description{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 60%;
    float: left;
}

#slidespace{
    margin: 40px 16px 0 0;
    padding: 0 0 0 0;
    display: inline-block;
    width: 280px;
    height: 210px;
    float: right;
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    line-height:0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px #4d4d4d;
    -moz-box-shadow: 0px 0px 10px #4d4d4d;
    box-shadow: 4px 4px 10px #4d4d4d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    border:solid white 0px;
    padding: 0px;
    margin: 0px;
}

.slidescontainer_OBSOLETE {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px #4d4d4d;
    -moz-box-shadow: 0px 0px 10px #4d4d4d;
    box-shadow: 4px 4px 10px #4d4d4d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    border:solid white 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    display: block;
}


/*
div.slidephoto {
    background: red;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;  
    border-radius: 8px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

img.slide {
    width: 100%;
    height: 100%;
}
*/


.banner {
    position: relative;
    overflow: auto;
}
.banner ul {
    padding: 0;
    margin: 0;
}
.banner li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner ul li {
    float: left;
    padding: 0;
    margin: 0;
}

.fadein {
    position:relative;
}
.fadein img {
    position:absolute;
    left:0;
    top:0;
    border: none;
    height: 210px;
}
/*

img.oneslide{
    padding: 0px;
    margin: 0;
}
*/

/* ================================ Collapsible list ==================================*/
ul.expandablelist{
    margin: 0;
    padding: 0;
}
li.showlink{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a.showlink{
    font-weight: bold;
    font-size: 80%;
}

/* ================================ For small devices ==================================*/


@media screen and (max-width: 800px) {
body{
    font-size: 11px;
}
div#top{
    position: inherit;
}
div#main {
    padding: 10px 10px;
}
h1 {
    display: block;
}
div#blurb {
    display: block;
}
div#uologo {
    display: none;
}

#description{
    width: 100%;
    float: none;
}

#slidespace{
    display: block;
    float: none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 20px;
}

.member{
    margin: 0px 10px;
    padding: 0 0px;
    /*display: inline-block;*/
    display: block;
    padding-bottom: 20px;
}

.photocontainer{
    /*float: left;*/
}
.personinfo {
    /*margin-top: 10px; */
    /*float: right;*/
    margin-left: 10px;
    /*font-size:  100%;*/
}

} /* Close @media */
