body {
    color: #777;
    font: 400 15px/1.8 Lato, sans-serif;
}

.buttonX {
    margin-bottom: 10px;
}

.surround {
    border: 1px solid white;
    
}

.boxed {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
    text-align: justify;
}

/* Circles */
.circles .image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 2em;
}

.circles h2 {
    text-align: center;
}

.circles .row {
    margin: 2em;
}

.circles .row a {
    text-decoration: none;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* logo */
.logo {
    max-height: 70px;
}

#logos {
    margin: 0;
    text-align: center;
}

.logo1,
.logo2 {
    position: relative;
    display: inline;
    margin: 2em auto;
}

.vertical-center {
    margin: 0;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* Footer */
.navbar,
footer {
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
}

footer {
    bottom: 0;
    color: ghostwhite;
    font-size: 12px;
    height: 80px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}


/* Carousel */
.carousel-inner img {
    margin: auto;
    min-height: 200px;
    width: 100%;
}

/* Google Calendar */
.responsiveCal {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.responsiveCal iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.space {
    padding-bottom: 102px;
}

.indented font-weight:bold {
    margin-left: 30px;
}

/* Google Map */
#googleMap {
    height: 400px;
    /* Set the height to 400 pixels */
    width: 100%;
    /* Span the entire width of the screen */
}

/* Media Queries */
@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }

}

@media screen and (max-width: 400px) {
    #paypal-button-container {
        width: 100%;
    }

}

@media screen and (min-width: 400px) {
    #paypal-button-container {
        width: 250px;
    }
}

@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


.navbar-header #fade-in {
  animation: fadeIn ease 50s;
  -webkit-animation: fadeIn ease 50s;
  -moz-animation: fadeIn ease 50s;
  -o-animation: fadeIn ease 50s;
  -ms-animation: fadeIn ease 50s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
.small {
    font-size: 1rem;
}

/* Table */
table {
    border: 1px solid grey;
    margin: 1em;
    width: 100%;
}

table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 5px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

table td {
    padding-bottom: 10px;
}

.container h2 {
    margin-left: 1em;
}

.column .events {
    display: inline-block;
    height: auto;
    padding: 5px;
    max-width: 100%;
}

.row .events::after {
    clear: both;
    display: table;
    content: "";
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

/* The dropdown container */
ul.submenu li {
    list-style-type: none;
    color: ghostwhite;
    opacity: 1;
}

ul.submenu li a {
    color: #9d9d9d;
    opacity: 1;
}

ul.submenu l1 a:hover {
    color: ghostwhite;
    opacity: 1;
    list-style: none;
}

.table1 td,
tr,
th {
    border: 0;
    cellspacing: 0;
    border-collapse: collapse;
}