html, body{
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    height:100%;
}

.main-container{
    margin: 0;
    width: 100%;
    background: url('/static/assets/background2_blue2.jpg');
      background-repeat: no-repeat;
      background-size: cover;
    background-position: center center;
    color: white;
    min-height: 100vh;
    box-sizing: border-box;
    background-attachment: fixed;

}

/* sidenav */

button.menu-hamburger{
    float:right;
    margin-top:12px;
}

button.menu-hamburger md-icon{
    color:white;
}

.md-sidenav-right md-content{
    padding: 0 !important;
    margin: 0;
}

.md-sidenav-right md-content a{
    width: 100%;
    box-sizing:border-box;
    margin:0;
}

md-sidenav {
    position:fixed !important;
    z-index:10000 !important;
}


h1.md-toolbar-tools{
    height:60px;
    max-height:60px;
    background-color: #3F3BFE !important;
    justify-content: space-between;
}

md-backdrop{
    position:fixed !important;
    z-index:9000 !important;
}
/* */

#tool-bar{
    height: 60px;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    background: transparent;
    transition: all 0.4s ease-in-out;
    z-index: 20;
}

#tool-bar .docs,
#tool-bar .learn,
#tool-bar .tests{
    float: right;
    color: white !important;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 0px;
    margin-left: 0px;
}

#tool-bar .toggle-log{
    float: right;
    color: white !important;
    border: 2px solid white;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 5px;
}

#tool-bar .toggle-log.no-border{
    border: 0px;
    font-weight: 600;
}

#tool-bar.fixed{
    background-color: rgba(0,0,50,0.9);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

#tool-bar.fixed #logo2{
    height: 40px !important;
}

#tool-bar #logo2{
   transition: height 0.2s ease-in-out;
}

#tool-bar #logo2.no-transition{
    transition: none;
}


#tool-bar #logo1,
#tool-bar #logo2{
   height: 70px;
   padding-top: 10px;
   padding-left: 10px;
   opacity: 1;
   float: left;
}

#tool-bar #logo-text{
    float:left;
    color: white;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    padding-left: 10px;
    font-size: 22px;
    line-height: 60px;
    font-weight: 300;
}

#tool-bar #logo-text.visible{
    opacity: 1;
}


a.learn, a.tests {
    float: right;
    color: white !important;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 0px;
    margin-left: 0px;
}

a{
    outline: 0;
    text-decoration:none;
}

.main-container #main-title{
    font-size: 70px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top:60px
}

.main-container h2{
    text-align: center;
    font-weight: 300;
    font-size: 22px;
}

.main-container h3{
    font-size: 30px;
    font-weight: 500;
}

#logo{

    position: absolute;
    top: 40px;
    left: 40px;
}

.content-wrapper{
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
    box-sizing:border-box;
}

ul.tos li,
ol.tos li{
    font-weight: 300;
}

.content-wrapper p{
    font-size: 18px;
    font-weight: 300;
}

md-card.article-card md-card-title {
    color: rgba(0, 0, 0, 0.84);
    padding-right: 0;
    padding-left: 0;
    padding-bottom:0;
}

#article-column{
    width: 70%;
    float:left;
}

#article-index-column{
    width: 30%;
    float:left;
}

#article-index-column ul li{
    padding-bottom: 20px;
}

#article-index-column a{
    color: white;

}

md-card.article-card md-card-title  .md-headline{
    font-weight: 600 !important;
    font-size: 26px;
}

.article-card img{
    width: 100%;
}

.article-card{
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom: 40px;
}

.embedly-card-hug{
    background:white;
    padding:25px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.footer-watermark a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 300;
}

.footer-watermark {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: rgba(255,255,255,0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    z-index: 10;
}

footer {
    background-color: rgba(0,0,50,0.5);
    padding-top: 40px;
    padding-bottom: 20px;
    color: white;
    font-size: 20px;
    position: relative;
}

.table-container{
     width: 100%;
    overflow: auto;
}
table.results{
    width: 100%;
    border-collapse: collapse;

}

table.results.squeeze{
    width: 20%;
    float: left;
}

table.results thead td{
    text-align: center;
}

table.results thead td,
table.results tbody tr td:first-child{
    font-weight: 600;
    color: white !important;

}

table.results td{
    border: 1px solid rgba(255,255,255,0.9);
    padding: 5px;
    color: white;
    font-weight: 300;
}

table.results td.red{
    color: rgba(241, 196, 15,1.0);
}

@media (max-width: 800px) {
    #logo{
        top: unset;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-container #main-title{
        font-size: 50px;
    }

    #article-index-column{
        display: none;
    }

    #article-column{
        width: 100%;
    }

    .main-container.main-container-learn{
        padding: 10px;
        padding-top: 40px;
        padding-bottom: 40px;

    }

     #tool-bar #logo1,
    #tool-bar #logo2{

        height: 40px;
    }


   #tool-bar .learn,
    #tool-bar .docs,
    #tool-bar .toggle-log,
    #tool-bar .tests{

        padding-right: 5px;
        padding-left: 5px;
        min-width: auto;
        font-size: 12px;

    }


   #tool-bar .learn span.hide-small{
        display: none;
    }


  #tool-bar #logo-text{
    display: none;
  }
}

@media (max-width: 600px) {
    .footer-watermark span{
        clear: both;
        display: block;
        padding-bottom:10px;
        padding-top:10px;
    }
}
