* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Gothic', sans-serif!important;
  color: #000000;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  max-height: 100vh; 
  background: #E5E5E5;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}


b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.nav a{
  color: #000000!important;
  font-weight: 900!important;
  font-family: 'Gothic', sans-serif;
}

.main-red {
    color: #ED302B;
}

.main-black {
    color: #000000;
}

.main-gray {
    color: #D1CFCF;
}

.light-gray {
    color: #E5E5E5;
}

.header h2 {
  font-size: 4.5em!important;
  color: #000000;
  font-family: 'Gothic', sans-serif;
}

.header img {
  width: 100px;
  height: 100px;
}

.add{
 background-color: #000000;
 color: #FFFFFF;
 border-radius: 10px;
 padding: 10px;
 font-weight: 800;
 letter-spacing: 3px;
 margin-left: 10px;
}

.border-body
{
  border: 2px solid black;
  margin-left: 65px;
}

.border-body-sm
{
  border: 1px solid #D1CFCF;
  padding-left: 20px;
}

.row {
  margin: 0 20px;
}
.space-x-8 {
   margin-left: 0px!important;
 }

.social {
  margin-right: 30px;
}

.main-red {
  color:#ED302B!important;
}

.p{
  font-size: 0.9em;
  display: inline-block;
  width: 32%;
  margin: 0;
}

.side-box, .date-picker{
  margin: 30px auto;
}
.side-box h1, .date-picker h1{
  font-weight: 900;
  font-size: 1.3em;
}

.side-box a:hover{
  padding: 5px;
  color: black;
  background: #D1CFCF;
}

.side-box .banner-img{
  width: 100%;
  height: auto;
}

.bg-indigo-50 {
  background-color: #fff;
}
.bg-indigo-50:hover{
  color: #D1CFCF;
}

#social-links ul li {
  display:inline-block;
  padding-left: 20px;
  padding-right: 20px;
}

.post-body{
  font-size: 1.2em!important;
  line-height: 1.3em;;
}

#datetimepicker1 input {
  border: 1px dashed lightgrey;
}

.datepicker table tr td.today{

  background-color: #ED302B!important;
  border-color: #ED302B!important;
}

.datepicker table tr td.active{

  background-color: #D1CFCF!important;
  border-color: #D1CFCF!important;
}
  /* Responsive design */
@media (max-width: 991px)
{

  .header h2 {
    font-size: 3em!important;
  }

  .header img {
    width: 80px;
    height: 80px;
  }
  .border-body
  {
    margin-left: 0px;
  }

  .social {
    display: none;
  }
  #social-links ul {
    position: absolute;
    right: 0;
    padding: 25px;
  }
}
@media (max-width: 640px)
      {
      
        #border-body {
          border: none;
          margin: 0;
          padding: 0;
        }
        .icon-share {
          margin-bottom: 10px;
        }
      }



