

#promo {
  text-align:center;
  padding:40px;
  background:url(../img/wmcc.jpg) no-repeat;
  background-size:cover;
  background-position:center;
}

#promo .jumbotron {
  border-radius:40px;
  padding:40px;
  background-color:rgba(255,255,255,0.75);
  max-width:800px;
  margin:0 auto;
}

@media (max-width: 991px) {
  #promo .jumbotron {
    padding:40px;
  }
}

@media (max-width: 767px) {
  #promo {
    padding:40px;
  }
}

.container.site-section {
  text-align:left;
  padding:20px;
}

.site-section h1 {
  font-weight:normal;
  margin-bottom:30px;
}

#welcome {
  max-width:800px;
}

#activities {
  max-width:800px;
}

#donate {
  max-width:800px;
}

#prayer-times {
  max-width:800px;
}

#map {
  width:100%;
  height:400px;
  background-color:grey;
}

#contact-us {
  max-width:800px;
}

#ramadan {
    max-width:800px;
}

body {
  background-color:#ffffff;
}

.navbar-default {
  background-color:green;
  border-color:#121212;
  margin-bottom: 0px !important;
  min-width: 375px !important;
}



.salah-time-block {
    background: none repeat scroll 0 0 #95112D;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    padding: 15px;
    width: 970px;
    color: #ffffff;
}

.salah-block-content {
    color: #ffffff;
}
.salah-time-row {
    clear: both;
    float: left;
    margin: 1px 0;
    line-height: 15px;
    width: 545px;
    position: relative;
}

.main-col {
  border-top-style: solid; 
  border-bottom-width: 1px; 
  padding-left: 4px; 
  padding-right: 4px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  background-color:#008000
}


.author_bio_toggle_wrapper    
{
        
}

#author_bio_wrap 
{
    margin-top: 0px;
    background: #ffffffb5;
    width: auto;
    min-height: 5px;
    height: auto;
    position: absolute;
    flex-direction: column;
    align-items: center;
}



#timetable{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 767px) {
   .mobileCalendarDisplay{  
      display: flex;
      align-items: flex-start;
      padding-right: 10px;
      padding-top: 50px;
   }
   .desktopCalendarDisplay{
    display: none;
   }

  #author_bio_wrap_toggle_mobile
  {
      display: block;
    text-align: right;
    margin-top: -20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
  }

  #author_bio_wrap_toggle_mobile:hover 
  {
    display: block;
    text-align: right;
    margin-top: -20px;
    font-weight: bold;
    text-decoration: none;
    color: #d6d6d6;
  }
}

@media only screen and (min-width: 768px) {
   .mobileCalendarDisplay{
    display: none;
   }
   .desktopCalendarDisplay{
      display: flex;
      align-items: center;
   }

  #author_bio_wrap_toggle_desktop
  {
      display: block;
      width: 100%;
      text-align: center;
      color: white;
      font-weight: bold;
      text-decoration: none;
  }

  #author_bio_wrap_toggle_desktop:hover 
  {
      display: block;
      width: 100%;
      height: 35px;
      text-align: center;
      font-weight: bold;
      color: #d6d6d6;
  }
}


@media only screen and (max-width: 1342px) {
  .mainSection{
    flex-flow: wrap-reverse;
    display: flex; 
    justify-content: flex-end;
  }
}


@media only screen and (min-width: 1343px) {
  .mainSection{
    display: flex; 
    justify-content: flex-end;
  }
}

.sectionA{
    display: flex; 
    justify-content: flex-end;
}


@media only screen and (max-width: 760px) {
  .display_calendar_icon{
    display: none;
  }
}


@media only screen and (min-width: 761px) {
  .display_calendar_icon{
  }
}