Difference between revisions of "Team:Oxford/Assets/Style.css"

 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* wiki width fixing */
 
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
 
     display:none;
 
     display:none;
Line 12: Line 11:
 
}
 
}
  
 +
body {
 +
    position: relative;
 +
}
  
 
.row {
 
.row {
Line 27: Line 29:
 
     font-family: "Avenir",sans-serif;
 
     font-family: "Avenir",sans-serif;
 
     color: #cccccc;
 
     color: #cccccc;
    font-weight: bolder;
 
    padding-right: 0;
 
 
}
 
}
  
 +
.navbar-nav > li > a {
 +
    padding-left: 5px;
 +
    padding-right: 5px;
 +
}
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {
 
     background-color: #fff;
 
     background-color: #fff;
     color:#777;
+
     color:#4776E6;
    border-bottom: 1px solid #fa2963;
+
}
+
 
+
.navbar-default .navbar-nav a{
+
    padding-left: 0;
+
    padding-right: 10px;
+
    margin-left: 15px;
+
    padding-bottom: 3px;
+
    border-bottom: 1px solid #cccccc;
+
 
}
 
}
  
Line 49: Line 44:
  
 
}
 
}
 +
 +
.navbar-brand {
 +
    font-weight: bold;
 +
    color: #4776E6;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
}
 +
  
 
#main-container {
 
#main-container {
Line 54: Line 58:
 
     left:0;
 
     left:0;
 
     right:0;
 
     right:0;
     margin:50px 0 0 0;
+
     margin:51.3px 0 0 0;
 
     padding:0;
 
     padding:0;
 
     background-color:#fff;
 
     background-color:#fff;
Line 61: Line 65:
 
}
 
}
  
 +
#sidebar.affix {
 +
    top: 80px;
 +
}
  
.title> .row {
+
.contents-sidebar {
     background-image: url(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
+
     padding-left: 20px;
     background-size: 3px 21px;
+
    margin-top: 20px;
     background-repeat: repeat;
+
     margin-bottom: 20px;
 +
     background-color: white;
 
}
 
}
  
.title img {
+
.contents-sidebar .nav>li>a {
     width:80%;
+
     color: #999;
     margin-left: 10%;
+
     padding: 4px 20px;
     padding-top: 5%;
+
     font-size: 0.9em;
     padding-bottom: 10%;
+
     font-weight: 400;
 
}
 
}
  
#project-byline {
+
.contents-sidebar .nav .nav>li>a {
     margin-top: -45px;
+
     padding-top: 1px;
     background-color: #fff;
+
     padding-bottom: 1px;
     padding: 15px 30px;
+
     padding-left: 20px;
    border: 15px solid #fa2963;
+
     font-size: 0.8em;
    border-bottom: none;
+
     text-align: center;
+
 
}
 
}
  
h3 {
+
.contents-sidebar .nav>.active>a {
     color: #2d2c35;
+
     color: #4776E6;
     font-size: 60px;
+
     background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
    font-family: "Merriweather",serif;
+
     -webkit-background-clip: text;
     font-weight: bold;
+
     -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
+
    padding-top: 5px;
+
     margin-top: 0;
+
 
}
 
}
  
#project-byline h3 {
+
.contents-sidebar .nav>li>a {
     border-bottom: 1px dotted #cccccc;
+
     border-left: 2px solid transparent;
 +
}
 +
.contents-sidebar .nav>.active>a,
 +
.contents-sidebar .nav>li>a:hover,
 +
.contents-sidebar .nav>li>a:focus {
 +
    color: #4776E6;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
    text-decoration: none;
 +
    background-color: transparent;
 +
    border-left: 2px solid #4776E6;
 +
    font-weight: 700;
 
}
 
}
  
#get {
+
.contents-sidebar .nav .nav>.active>a,
    border: 15px solid #fa2963;
+
.contents-sidebar .nav .nav>li>a:hover,
    border-top: none;
+
.contents-sidebar .nav .nav>li>a:focus {
     border-bottom: none;
+
     font-weight: 500;
    margin: 0;
+
}
  
 +
.contents-sidebar .nav ul.nav {
 +
    display: none;
 
}
 
}
  
#get h3 {
+
.contents-sidebar .nav>.active>ul.nav {
     font-size: 32px
+
     display: block;
 
}
 
}
  
#davis-quote {
+
#sidebar {
     background-color: #fa2963;
+
     background-color: white;
 +
}
 +
 
 +
#title {
 +
    width: 100%;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
 +
    background:    -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
 +
    background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
 +
    background:        linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
 +
    border-radius: 0;
 +
    margin-top: -10px;
 +
}
 +
 
 +
#title div {
 +
    width: 100%;
 +
}
 +
 
 +
#solution {
 +
    padding-top: 4em;
 +
    padding-bottom: 4em;
 +
}
 +
 
 +
#solution-byline {
 +
    margin: auto;
 +
}
 +
 
 +
#solution-byline h3 {
 +
    vertical-align: bottom;
 +
}
 +
 
 +
#title img {
 +
    width:80%;
 +
    display: block;
 +
    margin: auto auto;
 +
    max-width: 800px;
 +
}
 +
 
 +
#title p {
 +
    margin: 0;
 +
}
 +
 
 +
#logo img {
 +
    margin:auto;
 +
    width: 6em;
 +
}
 +
 
 +
#title h3 {
 
     color: #fff;
 
     color: #fff;
     margin:0;
+
    text-align: center;
 +
    font-family: "Avenir", sans-serif;
 +
    font-weight: lighter;
 +
    font-size: 1em;
 +
    margin-bottom: 1em;
 +
    margin-right: auto;
 +
     margin-left: auto;
 
}
 
}
  
#davis-quote h3 {
+
#title a {
 
     color: #fff;
 
     color: #fff;
     font-size: 24px;
+
     padding: 0.2em;
     padding-left: 5%;
+
     border: 3px solid white;
    padding-right: 10%;
+
}
     padding-top: 25px;
+
 
     padding-bottom: 50px;
+
#title a:hover {
     font-weight: normal;
+
     background-color: white;
 +
     color: #8E54E9;
 +
     text-decoration: none;
 
}
 
}
  
.quote-name-box {
+
.page-content {
    border: 15px solid  #fa2963;
+
 
     background-color: #fff;
 
     background-color: #fff;
     margin-top: -35px;
+
     z-index: 10;
    color: #2d2c35;
+
    margin-right: 15px;
+
 
}
 
}
  
 +
.quote {
 +
    font-family: "Avenir", sans-serif;
 +
    color: #4776E6;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
    margin: 1em;
 +
}
  
.sponsors {
+
.quote-right, .quote-left {
     background-color: #fff;
+
     max-width: 350px;
 
}
 
}
  
.sponsors img {
+
.quote p {
     max-width: 100px;
+
     text-align: justify;
     padding-bottom: 15px;
+
     text-transform: uppercase;
     padding-top: 15px;
+
    font-size: 1em;
     display: block;
+
    font-weight: lighter;
 +
    margin-bottom: 0;
 +
}
 +
 
 +
.quote h3 {
 +
     text-align: right;
 +
    font-size: 1em;
 +
    text-transform: uppercase;
 +
    margin-top: 0;
 +
}
 +
 
 +
.quote-full {
 +
     width: 85%;
 
     margin-left: auto;
 
     margin-left: auto;
 
     margin-right: auto;
 
     margin-right: auto;
 +
    clear: both;
 +
    padding: 15px 0;
 +
    max-width: 810px;
 
}
 
}
  
#footer-links {
+
.quote-right {
     padding-left:0;
+
    width: 50%;
     padding-right:0;
+
    font-size: 1em;
    margin-left: -15px;
+
    float: right;
     margin-right:-15px;
+
     padding-left: 15px;
     background-color: #fff;
+
     padding-right: 0;
 +
}
 +
 
 +
.quote-left {
 +
    width:50%;
 +
    font-size: 1em;
 +
     float: left;
 +
    padding-right: 15px;
 +
    padding-left: 0;
 +
}
 +
 
 +
#foot {
 +
     background-color: #4776E6;
 +
    color: white;
 +
    font-family: "Avenir",sans-serif;
 +
    text-align: center;
 +
    padding-top: 1em;
 +
    z-index: -10;
 +
    text-transform: uppercase;
 +
    vertical-align: middle;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
 +
    background:    -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
 +
    background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
 +
    background:        linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
 +
}
 +
 
 +
h2 {
 +
    font-size: 3em;
 
     font-family: "Avenir", sans-serif;
 
     font-family: "Avenir", sans-serif;
     margin-bottom: 10px;
+
     text-transform: uppercase;
     border-top: 1px dotted #cccccc;
+
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
     border: none;
 +
    clear: both;
 +
    margin-bottom: 0em;
 
}
 
}
  
#footer-links a {
+
 
 +
 
 +
p {
 +
    text-align: justify;
 +
    font-family: "Avenir", sans-serif;
 +
}
 +
 
 +
 
 +
h3 {
 +
    clear: both;
 +
    font-weight: lighter;
 +
    font-family: "Avenir", sans-serif;
 +
    color: #777;
 +
    text-transform: uppercase;
 +
    font-size: 1.5em;
 +
}
 +
 
 +
h2, h3 {
 +
    padding-top: 80px;
 +
    margin-top: -50px;
 +
}
 +
 
 +
ol {
 +
    list-style-type: none;
 +
    padding-top: 15px;
 +
    margin-top: 30px;
 +
    margin-bottom: 30px;
 +
    border-top: 1px solid #cccccc;
 +
    border-bottom: 1px solid #cccccc;
 +
    padding-left: 15px;
 +
}
 +
 
 +
ol li {
 +
    counter-increment: step-counter;
 +
    margin-bottom: 20px;
 +
    font-family: "Avenir", sans-serif;
 +
    vertical-align: middle;
 +
    color: #777;
 +
}
 +
 
 +
ol li::before {
 +
    content: counter(step-counter);
 +
    font-size: 1.5em;
 +
    font-family: "Avenir",sans-serif;
 +
    font-weight: lighter;
 +
    margin-right: 15px;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
    float: left;
 +
}
 +
 
 +
ol li p{
 +
    overflow: hidden;
 +
}
 +
 
 +
.slim {
 +
    max-width: 720px;
 
     margin-left: auto;
 
     margin-left: auto;
 
     margin-right: auto;
 
     margin-right: auto;
 +
    padding-left: 15px;
 +
    padding-right: 15px;
 
}
 
}
  
#footer-links h2 {
+
.section {
     margin-top:0;
+
    clear: both;
     border-bottom: 0;
+
}
     font-weight: bold;
+
 
 +
.section h2 {
 +
     margin-bottom: 0;
 +
}
 +
 
 +
.image-full img {
 +
     margin-left: -15px;
 +
    margin-right: -15px;
 +
    width: 100%;
 +
}
 +
 
 +
.image p {
 +
    text-align: center;
 +
     font-weight: lighter;
 +
    font-family: "Avenir",sans-serif;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    -webkit-background-clip: text;
 +
    -webkit-text-fill-color: transparent;
 +
    text-transform: uppercase;
 +
}
 +
 
 +
.image-right {
 +
    width: 40%;
 +
    float: right;
 +
    padding-left: 15px;
 +
    padding-right: 0;
 +
    margin-right:0;
 +
}
 +
 
 +
.image-right img {
 +
    width: 100%;
 +
}
 +
 
 +
.image-left {
 +
    width:40%;
 +
    float: left;
 +
    padding-right: 15px;
 +
    padding-left: 0;
 +
    margin-left: 0;
 +
}
 +
 
 +
.image-left img {
 +
    width: 100%;
 +
}
 +
 
 +
#foot {
 +
    margin-top: -10px;
 
}
 
}
  
#footer-links ul {
+
#foot ul {
 
     list-style-type: none;
 
     list-style-type: none;
 
     list-style-image: none;
 
     list-style-image: none;
Line 176: Line 406:
 
}
 
}
  
#footer-links li {
+
#foot li {
 
     display: inline;
 
     display: inline;
     color:#000;
+
     text-align: center;
    width:25%
+
 
}
 
}
  
#footer-links a {
+
#foot a {
     color: #000;
+
     color: white;
 +
    font-size: 1em;
 +
    padding-right: 0px;
 
}
 
}
  
#footer-links .footer-section-line {
+
#foot a[href ^="https://"] {
     height: 15px;
+
    padding-right: 5px;
     background-image: url(https://static.igem.org/mediawiki/2015/8/89/Ox_bluedots.jpg);
+
    padding-left: 5px;
     background-size: 3px 21px;
+
}
     background-repeat: repeat;
+
 
 +
#foot p {
 +
    font-size: 0.5em;
 +
    text-align: center;
 +
}
 +
 
 +
 
 +
.page-heading {
 +
     width: 100%;
 +
     background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
 +
    background:    -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
 +
    background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
 +
     background:        linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
 +
    text-align: center;
 +
    margin-top: -10px;
 +
}
 +
 
 +
.page-heading h3 {
 +
    color: white;
 +
    font-size: 10vw;
 +
     font-weight: bolder;
 +
    font-family: "Avenir",sans-serif;
 +
    margin: 0;
 +
    padding-top: 50px;
 +
    padding-bottom: 50px;
 +
}
 +
 
 +
.page-heading h3::before {
 +
    content: "[";
 +
    font-size: 15vw;
 +
}
 +
 
 +
.page-heading h3::after {
 +
    content: "]";
 +
    font-size: 15vw;
 +
}
 +
 
 +
.team-member {
 +
    border-bottom: 1px solid #cccccc;
 +
    margin-bottom: 15px;
 +
    text-align: center;
 
     margin-top: 5px;
 
     margin-top: 5px;
 +
}
 +
 +
.team-member img {
 +
    width:100%;
 +
    max-width: 250px;
 +
    margin-left: auto;
 +
    margin-right:auto;
 +
    display: block;
  
 
}
 
}
  
#made-with-love {
+
.team-member h2{
     margin-left: 0px;
+
    font-size: 1.5em;
     margin-right: 0px;
+
    margin-bottom: 0;
     padding-right: 30px;
+
}
     background-color: #fa2963;
+
 
     color: #fff;
+
 
 +
#bodyContent .team-member h2 , #bodyContent .advisor:nth-child(1) {
 +
     margin-bottom: 0;
 +
    padding-bottom: 0;
 +
}
 +
 
 +
 
 +
#bodyContent .advisor h2 {
 +
     margin-top: 0;
 +
     padding-top: 0;
 +
}
 +
 
 +
.team-member h3 {
 +
     font-size: 1em;
 +
     margin-top: 0;
 +
    padding-top: 5px;
 +
}
 +
 
 +
#bodyContent h2 {
 +
    margin-bottom: 0;
 +
}
 +
 
 +
#support {
 
     text-align: center;
 
     text-align: center;
    font-size: 10px;
 
    vertical-align: middle;
 
 
}
 
}
  
#made-with-love a , #made-with-love p {
+
.sponsor-logo img{
     color:#fff;
+
    width: 100%;
     padding: auto 0;
+
    max-width: 200px;
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    border-bottom: 1px solid #cccccc;
 +
    padding: 0;
 +
}
 +
 
 +
.sponsor-logo img:hover{
 +
    border-bottom: 1px solid #4776E6;
 +
}
 +
 
 +
.section-spacer {
 +
    width: 100vw;
 +
    margin-left: -15px;
 +
    margin-right: -15px;
 +
    display: block;
 +
    height: 75px;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
 +
    background:    -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
 +
    background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
 +
    background:        linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
 +
    margin-top: 30px;
 +
    display: none;
 +
}
 +
 
 +
#references {
 +
     border-top: 1px solid #cccccc;
 +
    font-size: 0.8em;
 +
}
 +
 
 +
.references {
 +
     padding-left: 0px;
 +
    border: none;
 +
    margin-top: 15px;
 +
}
 +
 
 +
@media (max-width: 768px) {
 +
    .quote-left, .quote-right {
 +
        width: 85%;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
        clear: both;
 +
        padding: 15px 0;
 +
        float: none;
 +
        border: none;
 +
    }
 +
    .image-left, .image-right {
 +
        margin-left: -15px;
 +
        margin-right: -15px;
 +
        width: 100%;
 +
        width: calc(100% + 30px);
 +
        float:none;
 +
    }
 +
 
 +
    h2 {
 +
        font-size: 2em;
 +
    }
 +
}
 +
 
 +
@media (max-width: 992px) {
 +
    .contents-sidebar {
 +
        display: none;
 +
    }
 +
}
 +
 
 +
@media (min-width: 1225px) {
 +
    .quote-full {
 +
        width: 920px;
 +
        max-width:none;
 +
        margin-left: -100px;
 +
        margin-right: -100px;
 +
    }
 +
 
 +
    .image-left, .quote-left {
 +
        width: 33vw;
 +
        margin-left: -100px;
 +
    }
 +
    .image-right, .quote-right {
 +
        width: 33vw;
 +
        margin-right: -100px;
 +
    }
 +
    .image.image-right.lightbox, .image.image-left.lightbox {
 +
        margin: 0;
 +
    }
 +
}
 +
 
 +
@media (min-width: 1500px) {
 +
    .image-left, .quote-left {
 +
        margin-left: -200px;
 +
    }
 +
    .image-right, .quote-right {
 +
        margin-right: -200px;
 +
    }
 +
    .image.image-right.lightbox, .image.image-left.lightbox {
 +
        margin: 0;
 +
    }
 +
}
 +
 
 +
.algorithm>ol {
 +
    border: none;
 +
    padding-top: 15px;
 +
    margin-top: 10px;
 +
    margin-bottom: 15px;
 +
}
 +
 
 +
.algorithm>h3 {
 +
    text-align: center;
 +
    padding-top: 0px;
 +
    margin-top: 15px;
 +
}
 +
 
 +
.algorithm {
 +
    border-top: 1px solid #cccccc;
 +
    border-bottom: 1px solid #cccccc;
 +
    margin-top: 30px;
 +
    margin-bottom: 30px;
 +
}
 +
 
 +
.image.lightbox {
 +
    position: fixed;
 +
    top: 66px;
 +
    bottom: 0px;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    background: #000;
 +
    background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
 +
    background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
 +
    background:    -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
 +
    background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
 +
    background:        linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
 +
    z-index: 10000000;
 +
    float: none;
 +
}
 +
 
 +
.image.lightbox>img {
 +
    width: auto;
 +
    max-height: 60%;
 +
    max-width: 90%;
 +
    opacity: 1;
 +
    margin: auto;
 +
    display: block;
 +
    margin-top: 15px;
 
}
 
}

Latest revision as of 08:14, 12 August 2015

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
   display:none;

}

  1. top-section {
   border: none;
   height: 0px;

}

  1. content {
   width:100%;

}

body {

   position: relative;

}

.row {

   background-color: #fff;

} .navbar {

   margin-top: 16px;
   position: fixed;
   font-size: 13px;
   background-color: #fff;
   margin-bottom: 0;

}

.navbar-right li {

   font-family: "Avenir",sans-serif;
   color: #cccccc;

}

.navbar-nav > li > a {

   padding-left: 5px;
   padding-right: 5px;

} .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav> .active > a:hover {

   background-color: #fff;
   color:#4776E6;

}

.navbar-default .navbar-nav > .active {

   background-color: #fff;

}

.navbar-brand {

   font-weight: bold;
   color: #4776E6;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}


  1. main-container {
   top:0;
   left:0;
   right:0;
   margin:51.3px 0 0 0;
   padding:0;
   background-color:#fff;
   overflow:scroll;
   position:absolute;

}

  1. sidebar.affix {
   top: 80px;

}

.contents-sidebar {

   padding-left: 20px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: white;

}

.contents-sidebar .nav>li>a {

   color: #999;
   padding: 4px 20px;
   font-size: 0.9em;
   font-weight: 400;

}

.contents-sidebar .nav .nav>li>a {

   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 20px;
   font-size: 0.8em;

}

.contents-sidebar .nav>.active>a {

   color: #4776E6;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}

.contents-sidebar .nav>li>a {

   border-left: 2px solid transparent;

} .contents-sidebar .nav>.active>a, .contents-sidebar .nav>li>a:hover, .contents-sidebar .nav>li>a:focus {

   color: #4776E6;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-decoration: none;
   background-color: transparent;
   border-left: 2px solid #4776E6;
   font-weight: 700;

}

.contents-sidebar .nav .nav>.active>a, .contents-sidebar .nav .nav>li>a:hover, .contents-sidebar .nav .nav>li>a:focus {

   font-weight: 500;

}

.contents-sidebar .nav ul.nav {

   display: none;

}

.contents-sidebar .nav>.active>ul.nav {

   display: block;

}

  1. sidebar {
   background-color: white;

}

  1. title {
   width: 100%;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
   border-radius: 0;
   margin-top: -10px;

}

  1. title div {
   width: 100%;

}

  1. solution {
   padding-top: 4em;
   padding-bottom: 4em;

}

  1. solution-byline {
   margin: auto;

}

  1. solution-byline h3 {
   vertical-align: bottom;

}

  1. title img {
   width:80%;
   display: block;
   margin: auto auto;
   max-width: 800px;

}

  1. title p {
   margin: 0;

}

  1. logo img {
   margin:auto;
   width: 6em;

}

  1. title h3 {
   color: #fff;
   text-align: center;
   font-family: "Avenir", sans-serif;
   font-weight: lighter;
   font-size: 1em;
   margin-bottom: 1em;
   margin-right: auto;
   margin-left: auto;

}

  1. title a {
   color: #fff;
   padding: 0.2em;
   border: 3px solid white;

}

  1. title a:hover {
   background-color: white;
   color: #8E54E9;
   text-decoration: none;

}

.page-content {

   background-color: #fff;
   z-index: 10;

}

.quote {

   font-family: "Avenir", sans-serif;
   color: #4776E6;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin: 1em;

}

.quote-right, .quote-left {

   max-width: 350px;

}

.quote p {

   text-align: justify;
   text-transform: uppercase;
   font-size: 1em;
   font-weight: lighter;
   margin-bottom: 0;

}

.quote h3 {

   text-align: right;
   font-size: 1em;
   text-transform: uppercase;
   margin-top: 0;

}

.quote-full {

   width: 85%;
   margin-left: auto;
   margin-right: auto;
   clear: both;
   padding: 15px 0;
   max-width: 810px;

}

.quote-right {

   width: 50%;
   font-size: 1em;
   float: right;
   padding-left: 15px;
   padding-right: 0;

}

.quote-left {

   width:50%;
   font-size: 1em;
   float: left;
   padding-right: 15px;
   padding-left: 0;

}

  1. foot {
   background-color: #4776E6;
   color: white;
   font-family: "Avenir",sans-serif;
   text-align: center;
   padding-top: 1em;
   z-index: -10;
   text-transform: uppercase;
   vertical-align: middle;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */

}

h2 {

   font-size: 3em;
   font-family: "Avenir", sans-serif;
   text-transform: uppercase;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   border: none;
   clear: both;
   margin-bottom: 0em;

}


p {

   text-align: justify;
   font-family: "Avenir", sans-serif;

}


h3 {

   clear: both;
   font-weight: lighter;
   font-family: "Avenir", sans-serif;
   color: #777;
   text-transform: uppercase;
   font-size: 1.5em;

}

h2, h3 {

   padding-top: 80px;
   margin-top: -50px;

}

ol {

   list-style-type: none;
   padding-top: 15px;
   margin-top: 30px;
   margin-bottom: 30px;
   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   padding-left: 15px;

}

ol li {

   counter-increment: step-counter;
   margin-bottom: 20px;
   font-family: "Avenir", sans-serif;
   vertical-align: middle;
   color: #777;

}

ol li::before {

   content: counter(step-counter);
   font-size: 1.5em;
   font-family: "Avenir",sans-serif;
   font-weight: lighter;
   margin-right: 15px;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   float: left;

}

ol li p{

   overflow: hidden;

}

.slim {

   max-width: 720px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;

}

.section {

   clear: both;

}

.section h2 {

   margin-bottom: 0;

}

.image-full img {

   margin-left: -15px;
   margin-right: -15px;
   width: 100%;

}

.image p {

   text-align: center;
   font-weight: lighter;
   font-family: "Avenir",sans-serif;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   text-transform: uppercase;

}

.image-right {

   width: 40%;
   float: right;
   padding-left: 15px;
   padding-right: 0;
   margin-right:0;

}

.image-right img {

   width: 100%;

}

.image-left {

   width:40%;
   float: left;
   padding-right: 15px;
   padding-left: 0;
   margin-left: 0;

}

.image-left img {

   width: 100%;

}

  1. foot {
   margin-top: -10px;

}

  1. foot ul {
   list-style-type: none;
   list-style-image: none;
   margin-left: 0;

}

  1. foot li {
   display: inline;
   text-align: center;

}

  1. foot a {
   color: white;
   font-size: 1em;
   padding-right: 0px;

}

  1. foot a[href ^="https://"] {
   padding-right: 5px;
   padding-left: 5px;

}

  1. foot p {
   font-size: 0.5em;
   text-align: center;

}


.page-heading {

   width: 100%;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
   text-align: center;
   margin-top: -10px;

}

.page-heading h3 {

   color: white;
   font-size: 10vw;
   font-weight: bolder;
   font-family: "Avenir",sans-serif;
   margin: 0;
   padding-top: 50px;
   padding-bottom: 50px;

}

.page-heading h3::before {

   content: "[";
   font-size: 15vw;

}

.page-heading h3::after {

   content: "]";
   font-size: 15vw;

}

.team-member {

   border-bottom: 1px solid #cccccc;
   margin-bottom: 15px;
   text-align: center;
   margin-top: 5px;

}

.team-member img {

   width:100%;
   max-width: 250px;
   margin-left: auto;
   margin-right:auto;
   display: block;

}

.team-member h2{

   font-size: 1.5em;
   margin-bottom: 0;

}


  1. bodyContent .team-member h2 , #bodyContent .advisor:nth-child(1) {
   margin-bottom: 0;
   padding-bottom: 0;

}


  1. bodyContent .advisor h2 {
   margin-top: 0;
   padding-top: 0;

}

.team-member h3 {

   font-size: 1em;
   margin-top: 0;
   padding-top: 5px;

}

  1. bodyContent h2 {
   margin-bottom: 0;

}

  1. support {
   text-align: center;

}

.sponsor-logo img{

   width: 100%;
   max-width: 200px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   border-bottom: 1px solid #cccccc;
   padding: 0;

}

.sponsor-logo img:hover{

   border-bottom: 1px solid #4776E6;

}

.section-spacer {

   width: 100vw;
   margin-left: -15px;
   margin-right: -15px;
   display: block;
   height: 75px;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
   margin-top: 30px;
   display: none;

}

  1. references {
   border-top: 1px solid #cccccc;
   font-size: 0.8em;

}

.references {

   padding-left: 0px;
   border: none;
   margin-top: 15px;

}

@media (max-width: 768px) {

   .quote-left, .quote-right {
       width: 85%;
       margin-left: auto;
       margin-right: auto;
       clear: both;
       padding: 15px 0;
       float: none;
       border: none;
   }
   .image-left, .image-right {
       margin-left: -15px;
       margin-right: -15px;
       width: 100%;
       width: calc(100% + 30px);
       float:none;
   }
   h2 {
       font-size: 2em;
   }

}

@media (max-width: 992px) {

   .contents-sidebar {
       display: none;
   }

}

@media (min-width: 1225px) {

   .quote-full {
       width: 920px;
       max-width:none;
       margin-left: -100px;
       margin-right: -100px;
   }
   .image-left, .quote-left {
       width: 33vw;
       margin-left: -100px;
   }
   .image-right, .quote-right {
       width: 33vw;
       margin-right: -100px;
   }
   .image.image-right.lightbox, .image.image-left.lightbox {
       margin: 0;
   }

}

@media (min-width: 1500px) {

   .image-left, .quote-left {
       margin-left: -200px;
   }
   .image-right, .quote-right {
       margin-right: -200px;
   }
   .image.image-right.lightbox, .image.image-left.lightbox {
       margin: 0;
   }

}

.algorithm>ol {

   border: none;
   padding-top: 15px;
   margin-top: 10px;
   margin-bottom: 15px;

}

.algorithm>h3 {

   text-align: center;
   padding-top: 0px;
   margin-top: 15px;

}

.algorithm {

   border-top: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   margin-top: 30px;
   margin-bottom: 30px;

}

.image.lightbox {

   position: fixed;
   top: 66px;
   bottom: 0px;
   left: 0;
   width: 100%;
   height: 100%;
   background: #000;
   background: -webkit-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Chrome 10+, Saf5.1+ */
   background:    -moz-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* FF3.6+ */
   background:     -ms-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* IE10 */
   background:      -o-linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* Opera 11.10+ */
   background:         linear-gradient(90deg, #4776E6 10%, #8E54E9 90%); /* W3C */
   z-index: 10000000;
   float: none;

}

.image.lightbox>img {

   width: auto;
   max-height: 60%;
   max-width: 90%;
   opacity: 1;
   margin: auto;
   display: block;
   margin-top: 15px;

}