body{
 background-color: #FFD6AF;
}

a {
 color:#1E7586;
 text-decoration:none;
}

a:hover {
 text-decoration:underline;
}

.mainContent{
 padding: 10px;
 border: 1px solid #754313;
 background-color: #FFFFFF;
}

.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
 width: 50%;
 text-align: center;
}

.main_navbar {
 background: transparent!important;
 margin-bottom: 0;
}

.navbar-nav > li.active > a {
  font-weight: bold;
  background: transparent!important;
}

@media(min-width: 768px) {
 .navbar .navbar-nav {
  display: inline-block;
  float: none;
 }
 .navbar .navbar-collapse {
  text-align: center;
 }
 .main_navbar {
  /*background-color: transparent;*/
  border: 0;
 }
}

.material-switch>input[type=checkbox]:checked+label::after {
 background-color: #d34514!important;
}
@media (max-width: 768px) {
 .content_options {
  padding-top: 10px;
  position: relative;
  color: black;
  text-align: left;
 }
}
@media (min-width: 768px) {
    .content_options {
        position: absolute;
        top: 10px;
        right: 0;
        width: 130px;
        color: black;
        text-align: left;
    }
}