.page-section .container h1 {
  color: rgba(255, 255, 255, 0.75);
}

.page-section .container h2 {
  color: rgba(255, 255, 255, 0.75);
}

.page-section .container h2 a {
  color: rgba(255, 255, 255, 0.9);
}

.page-section .container h2 a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

.page-section .container h3 {
  color: rgba(255, 255, 255, 0.9);
}

.page-section .container h4 {
  color: rgba(255, 255, 255, 0.5);
}

.page-section .container h5 {
  color: rgba(255, 255, 255, 0.5);
}

.page-section .container h6 {
  color: rgba(255, 255, 255, 0.75);
}

.page-section .container p {
  color: #ffffff;
}

.page-section .container table {
  margin-bottom: 20px;
}

.page-section .container table thead tr {
  color: rgba(255, 255, 255, 0.75);
}

.page-section .container table tbody tr {
  color: #ffffff;
}

.page-section .container table th, td {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.page-section .container table th {
  background-color: #1B7340;
  color: white;
}

.page-section .container table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02);
}

.page-section .container table tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-section .container table thead tr:first-child th:first-child, 
.page-section .container table table tr:first-child td:first-child,
.page-section .container table tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.page-section .container table thead tr:first-child th:last-child, 
.page-section .container table table tr:first-child td:last-child,
.page-section .container table tbody tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.page-section .container table tbody tr:last-child td:first-child, 
.page-section .container table table tr:last-child td:first-child,
.page-section .container table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.page-section .container table tbody tr:last-child td:last-child, 
.page-section .container table table tr:last-child td:last-child,
.page-section .container table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}

.page-section .container ol li,
.page-section .container ul li {
  color: rgba(255, 255, 255, 0.8);
}

.text-right ul {
  direction:rtl;
}

.podcastaudio {
  max-width: 600px !important;
}

.podcastaudio-image {
  height: 300px !important;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

#map.page-section {
  background: url("/user/uploads/img/map.png") no-repeat center center fixed;
  background-size: cover;
}

.input-error {
  animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  color:black!important;
}

@media (min-width: 576px) {
  .page-section#map .container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .page-section#map .container {
    padding-left: 55px;
    padding-right: 55px;
    max-width: none;
  }
}

#mainNav.navbar *,
#mainNav.navbar::before,
#mainNav.navbar::after {
  box-sizing: content-box;
}

#mainNav.navbar .dropdown-item {
  box-sizing: border-box;
}

#mainNav.navbar .container{
  max-width: 1200px;
}

@media (max-width: 1199px) {
 
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem!important;
} 

.container{
  padding-right: 2px; 
  padding-left: 2px;
}

}

@media (min-width: 992px) {
 
#main_text{
  margin-top:-2.7rem!important;
}

#main_divider{
  margin-top:-0.1rem!important;
}

#main_logo{
  margin-top:-1rem!important;
}

}

@media (max-width: 991px) {
 
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem!important;
} 

#main_logo{
  padding-bottom: 1rem!important;
  margin-top: -2rem!important;
}

.container{
  padding-right: 15px!important!;
  padding-left: 15px!important;
}

#mainNav .navbar-nav .nav-item .dropdown-menu {
  margin-left: 0.5rem!important;
  margin-right: 0.5rem!important;
}
#mainNav .navbar-nav .nav-item .nav-link:focus {
  color: #1DA64A!important;
}
}
#mainNav.navbar .nav-item a[href^="http://"]:not([href*="filmmakersforfuture.org"]):after,
#mainNav.navbar .nav-item a[href^="https://"]:not([href*="filmmakersforfuture.org"]):after {
  content: "\2197\0020";
  padding-left: 3px;
  color:gray;
  white-space: nowrap;
}

#calendar .container {
  max-width: 4000px;
}
.calendarItem {
  padding-bottom: 12px;
  padding-top: 10px;
}
.calendarItem hr {
  border-top: 1px solid gray;
  margin:0px;
}

.calendarItem .image img {
  border-radius: 20px;
}

.calendarItem .summary a:hover {
  color: white;
}
.calendarItem .summary .date {
  font-size: 15px;
  font-weight: bold;
}
.calendarItem .calendarTag {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: rgba(220, 220, 220, 0.2);
  border-radius: 3px;
  border: solid 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: capitalize;
}

#LanguagePicker {
  margin-top: 20px;
}
#LanguagePicker a {
  color: gray;
}

.border {
  border-radius: 5px;
}