body {
  font-family: 'Roboto', sans-serif;
  padding: 30px;
  background:#0069a7;
  max-width: 1300px;
  margin:auto;
}

.logo{
  font-size: 32px;
  width: 20%;
  font-weight: bold;
  font-family: Raleway;
  margin-left: 25px;
  color: #f3faff;
}
.logo a{
  color: #f3faff;
}
a{
  color: #1b5d84;
  text-decoration: none;
}
footer a {
  color: #00B7FF;
  text-decoration: none;
}

.container{
  display:flex;
  margin:20px 0 20px 0;
  flex-wrap: wrap;
}

.flex-2{
  flex:2;
  min-width:500px;
  margin:0 0 0 20px;
}
.flex-3{
  flex:3;
  min-width:180px;
  margin:0 0 0 20px;
}
.flex{
  min-width:180px;
  flex:1;
  margin:0 0 0 20px;
}
.flex:last-child{
  margin:0 20px 0 20px;
}
.flex > .text,.flex-3 > .text{
  color:white;
  padding:10px 0 10px 0;
  font-size: 18px;
}

.paper,.paper-s{
  font-size: 18px;
  color:#424242;
  box-sizing: border-box;
  background:white;
  padding:20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);
}
}

.paper>small{
  font-size:12px;
}

.paper p{
  font-size:14px;
  font-weight: 300;
  margin:20px 0 0 0;
}
.mb10{
  margin:0 0 20px 0;
}

.graph{
  height:250px;    
  box-sizing: border-box;
  width:100%;
  align-items: flex-end;
  display:flex;
  font-size: 13px;
  color:#737373;
  position: relative;
  padding-left: 10px;
}
.graph-loc0{
  position: absolute;
  left:0;
  bottom:0;
}
.graph-loc1{
  position: absolute;
  left:0;
  bottom:55%;
}
.graph-loc2{
  position: absolute;
  left:0;
  bottom:100%;
}
.graph .bar{
    background:#F0A5A5; 
    height:109px;
    width:25%;
    margin:0 auto 0 auto;
    box-sizing: border-box;
}
.graph .bar span{
  visibility: hidden;
  position:relative;
  bottom:20px;
}

.graph:hover .bar span{
  visibility: visible;
}
.graph .label{
  width: 17%;
}
.label>div{
  padding-top:5px;
}
h2{
  font-weight: bold;
  font-size: 18px;
  display: inline;
  margin:0;
}
.overview{
  text-align: left;
  font-weight: 300;
  font-size: 18px;
}
.overview .score{
  padding:10px 0 10px 0 ;
  font-family: 'Raleway', sans-serif;
}
.overview .large{
  font-size:86px;
  font-weight: normal;
}
.overview .small{
  font-size:36px;
  display: inline-block;
  position: relative;
  bottom: 10px;
  font-weight: 300;
}
.overview .smallest{
  font-size:30px;
}
.overview .text{
  padding:20px 0 0 0;
  line-height: 1.5;
}
.overview .subtitle{
  font-size: 15px;
  padding:0 0 20px 0;
}
.overview .bold{
  font-weight: bold;
}

.search{
  display:flex;
  flex-wrap:wrap;
}
.searchbar{
  width: calc(60% - 50px);
  display: flex;
}
.search input{
  background: white;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);
  outline: none;
  border: 0;
  width: calc(100% - 40px);
  height: 40px;
  font-size:18px;
  padding:10px;
  box-sizing: border-box;
  color:#4c4c4c;
}
.searchbtn{
  height: 40px;
  width: 40px;
  padding: 5px;
  background: white;
  box-sizing: border-box;
}
.searchbtn:hover svg{
  fill:black;
}

.registerBtn, .loginBtn{
  display: inline-block;
  color:white;
  background:#88B455;
  padding:10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19);
  margin-left: 20px;
  box-sizing: border-box;
}
.loginBtn{
  background:#0069a7;
}
.center{
  text-align: center;
}
.teacher{
  font-size: 16px;
}
.teacher .title{
  color:#0069a7;
}
.teacher .score{
  color:#BCB9B9;
}
.teacher .bar{
  width:100%;
  height:12px;
  margin:10px 0 10px 0;
  display: flex;
}
.teacher .bar>div{
  height:100%;
}
.teacher .bar .a{
  background:#B8E980;
}
.teacher .bar .b{
  background:#7DC0E9;
}
.teacher .bar .c{
  background:#FDF07A;
}
.teacher .bar .d{
  background:#F28D85;
}
.teacher .bar .f{
  background:#C21F9E;
}
.teacher:hover .grade{
  visibility: visible;
}
.teacher .grade{
  visibility: hidden;
  font-size: 12px;
  text-align: center;
  color: #737373;
}
.review{
  min-height: 75px;
  padding:0px 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: #c5c5c524 solid 1px;
}
.review:last-child{
  border: 0;
  padding: 0;
  margin: 0;
}
.review .profile{
  background:#4fbaf3;
  height:75px;
  width:75px;
  margin-right:10px;
  float:left;
}
.review .sub{
  margin-top:5px;
  font-size: 12px;
  color:#BCB9B9;
}
.review p{
  font-size:14px;
  font-weight: 300;
  margin-top:5px;
}

textarea{
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  box-sizing: border-box;
  width:100%;
  outline:none;
  height:100px;
  background: #F8F8F8;
  border: 0;
  resize: none;
}
button{
  background: #0069a7;
  border:0;
  color:white;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}
.register{
  color:#373737;
  font-size:18px;
}
.register button{
  background: #0069a7;
  border:0;
  color:white;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
}
.register .input{
  width:100%;
  height: 30px;
  margin: 5px 0;
  outline:0;
  font-size: 16px;
  padding:5px;
  box-sizing: border-box;
}
footer{
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
}

.input{
  padding:5px;
  margin:5px 0 5px;
  width:100%;
}

@media only screen and (max-width: 750px) {
  .searchbar{
    width: 100%;
  }
  .flex-2,.flex-3,.flex,.flex:last-child{
    width:100%;
    flex:auto;
    margin:0 0 20px 0;
    height:100%;
  }
  .paper{
    height:100%;
  }
  .search div , .search >a{
    width: 100%;
    margin:0;
  }
  .search .logo{
    margin:20px;
    text-align: center;
  }
  button{
    margin:5px;
  }
}
.helpful{
  display:flex;
  margin:20px 0 20px 0;
  flex-wrap: wrap;
}
.helpful div{
  margin:10px;
  text-align: center;
}
.bar .a,.bar .b,.bar .c,.bar .d,.bar .e,.bar .f{
  min-width: 30px;
}