/*=====================================
    Page style
======================================*/
body {
  background-image: none;
  background-color: #ffffff;
  background-size: 100% 600px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: Arial, Helvetica, sans-serif;
}

/*=====================================
    Events style
======================================*/
.eventBlock{
    width: 800px;
    margin: auto;
    background-color: #e6e6e6;
    text-align: center;
    padding: 10px;

}
.eventDetails{
}
.eventDetails table{
    padding: 10px;
}
.eventMonth {
    background-color: lightgrey;
}
.tableDate{
    text-align: center;
    width: 80px;
    background-color: #f2f2f2;
}
.tableDate2{
    text-align: center;
    width: 400px;
    background-color: #f2f2f2;
}
.tableEvent{
    width: 460px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f2f2f2;
}
.tableVenue{
    width: 200px;
    padding-right: 10px;
    background-color: #f2f2f2;
}

.eventMonth p{
}
.arrowup{
    src: "assets/arrow_down.png"
}
.arrowdown{
    src: "assets/arrow-up.png"
}

.minutesBullet{
    vertical-align: text-top;
    padding-left:10px;
    padding-right: 10px;
    width: 25px;
}

.minutesDetail{
    vertical-align: text-top;
    width: 460px;
    padding-bottom: 15px;
}
/*=====================================
    Contact page
======================================*/
.contact{
    margin: auto;
    text-align: left;
}
.contact td{
    padding-left: 20px;
}
.list{
    position: inherit;
    margin-left: 100px;
}
.list tr{
    padding-left: 30px;
    padding-right: 30px;
}
/*=====================================
    Gallery
======================================*/
.slider {
    position: relative;
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #ddd;
    text-align: center;
 }
 .slide {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
}
.slider-nav {
    text-align: center;
    margin-top: 20px;
}
.activeSlide{
    margin: auto;
    height: 300px;
    display: inline-block;
}
.arrow-prev {
    margin-right: 45px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 9px;
}

.arrow-next {
    margin-left: 45px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 9px;
}

.slider-dots {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}

.slider-dots li {
    color: #bbbcbc;
    display: inline;
    font-size: 30px;
    margin-right: 5px;
}

.slider-dots li.active-dot {
    color: #363636;
}
.slider img{
    height: 300px;
    margin: auto;
    box-shadow: 10px 10px 10px #888888;
}
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*====================================
    News Images
 ====================================*/
#image1 {
    width: 300px;
    display: inline-block;
}
#image2 {
    width: 200px;
    display: inline-block;
}
#image3 {
    width: 250px;
    height: 300px;
    display: inline-block;
}
object {
   border: none;
   outline: white;
   height: 500px;
   width: 370px;
   align: bottom;
}
.middle {
    vertical-align: middle;

/*======================================
    Side Menu
  ====================================*/
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #95D3C6; /* aqua*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #f2f2f2;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ffffff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

