body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #efefef; }

p {
  color: #b3b3b3;
  font-weight: 300;
  font-size: 16px;
  font-size: 4vw;
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
  font-family: "consolas";}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.divp {
  color: #ffffff;
  font-family: "consolas";
  position:relative;
  padding: 2%;
  background-color: #757576;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

th {
    text-align:center;
    color: white;
}

/* footer {
  color: #ffffff;
  font-family: "consolas";
  flex-shrink: 0;
  background-color: #757576;
} */



.form-control:active, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.center {
  display: block;
  margin: auto;
}

.navigation-bar {
  width: 100%;  /* i'm assuming full width */
  height: 80px; /* change it to desired width */
  background-color: #757576; /* change to desired color */
}
.logo {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-top: 15px;    /* if you want it vertically middle of the navbar. */
}
.navigation-bar > a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  height: 80px;        /* if you want it to take the full height of the bar */
  line-height: 80px; 
  text-decoration: none;
  color: white;   /* if you want it vertically middle of the navbar */
}



#calendar {
  max-width: 900px;
  margin: 0 auto; }
  #calendar .fc-view-container {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); }


