/*<style>*/

#title {
  color:white;
  font-size: 5vw;/**/
  font-family: 'Cormorant Garamond', sans-serif;/**/
  text-transform: uppercase;/**/      
  /*background-color: #334EFF;/**/     
  /*background-image: linear-gradient(to right, #5d4037 0%, #186a3b 100%);/**/
  /*background-size: 100%;/**/
  /*-webkit-background-clip: text;/**/
  /*-moz-background-clip: text;/**/
  /*-webkit-text-fill-color: transparent;/**/
  /*-moz-text-fill-color: transparent;/**/
}

body {
  /*background-color:#669999;/**/
}

.title-background {
  background-color:#0b5345;/**/
  margin-left: 2px !important;
}

.datepicker table tr td, .datepicker table tr th{
    text-align:center;
    /*width:30px;/**/
    height:30px;
    border-radius:4px;
    border:none
}
.datepicker table tr td.year,.datepicker table tr th.year{
    width:90px;
}
.datepicker table tr td.month,.datepicker table tr th.month{
    width:60px;
}
.datepicker table tr td.day,.datepicker table tr th.day{
    width:30px;
}
