@import url(https://fonts.googleapis.com/css?family=Asap:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,600,700);

body {
    min-height: 75rem; 
    padding-top: 4.5rem;
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    }

.dvl_logo {
    height: 35px;
    }

.card-guide {
    background-color: dvl-beige;
    border-width: 2px;
    border-color: dvl-red;
    color: #42464f;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-style: italic;
  }

.calendar {
    width: 98%;
    margin: auto;
    font-size: 13px;
  }
  
  .calendar tr, .calendar td {
    border: 1px solid black;
  }
  
  .calendar th {
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }
  
  .calendar td {
    width: 200px;
    height: 120px;
    padding: 20px 0px 0px 5px;
  }
  
  
  .calendar_list a.active {
    color: #2470dc;
  }

  .month {
    font-size: 25px;
  }
  
  .date {
    font-size: 16px;
  }
  
  ul {
    height: 100%;
    padding: 0px 5px 0px 20px;
  }
  
  .left {
    float: left;
  }
  
  .right {
    float: right;
  }
  
  .btn-calendar {
    outline: none;
    color: black;
    background-color: transparent;
    box-shadow: 0 0 0 0;
  }
  
  .btn-hike-calendar {
    outline: none;
    color: black;
    background-color: transparent;
    border-width: 1px;
    box-shadow: 0 0 0 0;
  }

  .calendar_link {
    /* color: black; */
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none
  }

.clearfix {
  margin: 15px;  
}
