 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      font-size: 1em;
  
    }
    .navbar-nav {
      font-size: 1.1em;
  
    }
    .navbar-brand {
      font-size: 1.2em;
  
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color1: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
    /*  background-color: white !important;*/
     /* color: #555;*/
      padding: 3px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
     
    }
    @media screen and (min-width: 800px) {
        body {font-size: 1.7em;}
    }
    body {
     /*font-family: "Open Sans", Helvetica, Arial, sans-serif;
   /* font-size: 15px;
   color: #444650;font-size: 1.5em;*/

    font-family: Merriweather, Georgia, serif;
 color:rgb(240, 240, 250);
}
h1, h2, h3, h4,h5,h6{
    color1: #b48608;
    color:#f39c12;
}
footer li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.pull-left{
     margin-right: 1.5em;
}
.medal{
text-align:right}
.smallnumber {
    background: #fc6355;
    color: white;
    border: 2px solid white;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    /* opacity: 0.8;
    filter: alpha(opacity=80); */
}

/* Advertise with image full width */
.advertise {
    width: 100%;
    height: 500px;
    margin: 40px 0;
    padding: 0;
    clear: both;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.smallbutton {
    background: #3f51b5;
    color: white;
    line-height: 1;
    border: 2px solid white;
    border-radius: 2px;
    padding: 6px;
    position: absolute;
    top: 25px;
    right: 35px;
    cursor: pointer;
}

.smallbutton:hover {
    background: #324090;
}