body {

    position: relative;
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 110px;*/
    padding-top: 80px;
    width: 90%;
    margin: 0px auto;
}

@media (max-width: 400px) {
  body{
position:relative;
  }}

.navbar {

    padding: 15px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13%;
  height: 100%;
  margin: auto 40px;
}
@media (max-width: 480px) {
    .navbar-header {
        position: relative; /** we have to assign position relative for parent block tag **/
    }
    .navbar img {
        /** the following centers the brand image vertically and horizontally when the device size is less than 400px **/
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20%;
    }
    .row
    {
      margin-top: 0px;
      margin-bottom: 0px;
    }

}
/*@screen-xs* @screen-sm */

.navbar-inverse .navbar-nav>li>a {
    color: #FF4500;
}

.title-row
{
    padding-bottom: 30px;
    padding-top: 30px;
}

.img-circle
{

    margin: 0px auto;
    border-color: black;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
}
.cbp-af-header-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0.9;
}

.fill-screen {

    background-size: cover;
    background-position: center;

}
.profile-name{
  text-align: center;
  margin: 60px 20px;
}

.fixed-attachment {
    background-attachment: fixed;
}
@media (max-width: 1024px){
    .fixed-attachment {
        background-size:cover;
        background-position: center;
    }
}

h2 {
  font-size: 3.0vh;
 text-align: center;
}

 p {
    font-size: 2.5vmin;
    text-indent: 20px;
    letter-spacing: 1px;

}
h2.usher
{
  text-align: center;
  color: #f44336;
}

ul.usher
{
  color: #f44336;
}


  ul {
    font-size: 2.0vmin;
    letter-spacing: 1px;
    padding-left: 2rem;
    list-style-type: none;
  }

  .well ul li {
    padding-left: 1.8rem;
    font-size: 3.0vmin;
    background-image: url("images/arrow.png");
    background-position: 0 0;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    list-style-type: none;
    list-style-position:inside;
    list-style:none;
  }

.well p
{
  font-size: 2.5vmin;
  text-indent: 20px;
  letter-spacing: 1px;
}
p.service-content {

  margin-left: 40px;
  color: #FF4500;
}
p.verses {

  margin-left: 40px;
  color: #FF4500;
  font-size: 3.0vmin;
}

  .hotels a, .hotels a {
    background-color: #f44336;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }

p.zoom {
  text-align: center;
  }
  .leaders-img {
    width: 45%;
    float: left;
  }
  .leaders-name {
    width: 45%;
    float: right;
  }
.img-zoom img{

  background-position: center;
    }

    .contacts img
    {

      margin: 0px auto;
    }
    .contacts a  {
      text-align: center;
      }
      .contacts h3
      {
        text-align: center;
        }




span.names
{
  color: #FF4500;
  font-size: 3vmin;
}
h2.footer-content
{
  color: #FF4500;
  font-size: 3vmin;
}

.activity-element {
    text-align: center;
}
.activity-element img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


h1
{
    font-family: Lobster;
    font-size: 5.9vw;
    text-align: center;
}
#contactme
{
    color: coral;
    text-align: center;
    font-size: 5.0vh;
}



footer {
    background-color: #333;
    color: #ddd;
    padding: 20px;
    text-align: center;
    margin-top:20px;
}


.mySlides {
  display: none;
}
.numbertext img {
  vertical-align:middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  max-height: 600px;
  position: relative;
  margin: auto;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(250, 245, 245);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 5px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #f9f8f8f9;
}

/* Caption text */
.text {
  color: black;
  font-size: 48px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.event-desc
{
  color: red;
  font-size: 18px;

  }
.responsive img
{
  width: auto;
  height: auto;

}



/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fader {
  animation-name: fader;
  animation-duration: 1.5s;
}

@keyframes fader {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* The following code is used to create same-sized columns
   in a multi-column layout.
   Code from:
   http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
*/
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}


@media (max-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }

    .leaders-name {
      width:auto;
      height: auto;
      font-size: 3.0vh;
    }
    .leaders-name .names {
      font-size: 3.0vh;
    }
    .leaders-img {
      width: auto;
      height: auto;
    }

    .fixed-attachment {
        background-attachment:scroll;
        background-size: cover;
        background-repeat: no-repeat;
    }

}
@media (max-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
    .leaders-img {
      width: auto;
      height: auto;
      float: left;
    }
    .leaders-name {
      width: auto;
      height: auto;
      float: right;
      font-size: 3.0vh;
    }
    .leaders-name .names {
      font-size: 3.0vh;
    }

    .fixed-attachment {
        background-attachment:scroll;
        width: auto;
        height: auto;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
    .leaders-img {
      max-width: 100%;
      display: block;
    }
}
.leaders-img {
  max-width: 100%;
  display:block;
}

@media (max-width: 400px) {

.leaders-name {
  width: auto;
  height: auto;
  font-size: 1.0vh;
}


.contacts img
{
    position: relative;
    background-position: center;

}

.leaders-name .names {
  font-size: 1.0vh;
}
h2.footer-content
{
  color: #FF4500;
  font-size: 2.0vmin;
}
.leaders-img {
  width: auto;
  height: auto;
}

.fixed-attachment {
    background-attachment: scroll;
    display: none;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
}
}
