    @import url(https://fonts.googleapis.com/css?family=Ubuntu);
body {
  
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

::-webkit-scrollbar{
    width:0px;
}

h2{
	font-size: 35px;
}
h5{
	font-size: 28px;
}
li {
	/*font-size: 25px;*/
	text-align: justify;
}
@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}


ul li{
 /*font-size:20px;*/
}

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 20;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 25px;
  margin-left: 50px;
}

.openbtn {
  /*font-size: 20px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding: 10px 15px;
      border:5px solid red;
  border-radius: 0px 20px 20px 0px;
  font-family: 'Quantify Bold'*/
    background: red;
      border:5px solid red;
      position: relative;
    color: #fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 red  inset;
   border-radius: 0px 20px 20px 0px; 
  font-family: 'Quantify Bold';
  width:7.5%;
  /*padding: 10px 25px;*/
  cursor: pointer;
  height:50px;
  z-index:1;
}
@media screen and (min-width:1300px){
    .openbtn{
        /*padding:10px;*/
        width:7.5%;
    }
}
@media screen and (min-width:1400px){
    .openbtn{
        width:7.5%;
    }
}


@media (min-width:765px) and (max-width:900px){
 .openbtn{
     width:80px;
 }   
}
@media (min-width:500px) and (max-width:765px){
    .openbtn{
        width:130px;
    }
}

@media screen and (max-width:500px){
    .openbtn{
        width:100px;
    }
}
.openbtn:hover {/*
  background-color: white;
  color: red;
      border:5px solid red;*/

        
    box-shadow:0 0 0 25px white  inset;
    -webkit-transform: scale(1);
    color: red;
}
#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media(min-width: 900px)
{
.button-menu-mobile
{
display:none;
}
  .openbtn{position: fixed;}

}



.question_names a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.question_names a.active {
  background-color: #4CAF50;
  color: white;
}

.question_names a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/*
@media screen and (max-width: 700px) {
  .question_names {
    width: 100%;
    height: auto;
    position: relative;
  }
  .question_names a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .question_names a {
    text-align: center;
    float: none;
  }
}
*/




.content{
  font-family: 'Ubuntu';
  font-size: 20px;
}

.content .heading{
  font-size: 40px;
  font-family: 'Quantify Bold'
}


.content .subheading{
  font-family: 'Quantify Bold';
  font-size: 30px;
}

.content .matter{
  font-family: 'Ubuntu';
  font-size: 30px;
}


.content{
  font-size: 20px;
  font-family: 'Ubuntu';
}
