* {
    font-family: 'Open Sans', sans-serif;
}


nav li {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.container-fluid {
  padding-left: 5%;
  padding-right: 5%; }

p {
  font-size: 17px; }

.center {
  text-align: center
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center-ul {
    display: inline-block;
    text-align: left;
    padding: 0;
}

.margin-bottom {
  margin-bottom: 25px; }

.text-red {
  color: #ff4c4c; }

@media (max-width: 700px) {
    .this-weeks-message {
        width: 100%;
    }
}

strong {
    font-weight: bold;
}


.carousel {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}

.item {
    max-height: 420px;
}

@media only screen and (max-width: 760px) {
  .item {
    max-height: 300px;
      }
    .carousel {
        width: 100%;
    }
}

.band-music li {
    margin-top: 25px;
}



@media only screen and (max-width: 760px) {
  .h1-title {
    font-size: 1.5em; } }

.h1-title {
  color: white;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 5px;
  text-shadow: 2px 2px 4px black;	
  font-variant: small-caps; }

.h1-main {
  font-variant: small-caps;
  font-weight: bold;
  margin-bottom: 25px; }

.sub-heading {
  color: #ff4c4c;
  font-size: 1.7em;
    font-weight: 300;
    letter-spacing: 1px;
}

.sub-line-lg {
  width: 75px;
  height: 2px;
  background: white;
  margin-top: 25px; }

.red-line {
  width: 100px;
  height: 1px;
  background: #ff4c4c;
  margin-bottom: 25px;
  margin-top: 15px; }

.red-block {
  padding: 3%;
  background: #ff4c4c;
  color: white;
  text-align: center; }

.red-arrow {
  width: 0px;
  height: 0px;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  border-top: solid 15px #ff4c4c; }

.social-red {
  background: #ff4c4c;
  width: 300px;
  padding-top: 2%;
  padding-bottom: 2%;
  display: inline-block;
  color: white;
  margin: 50px;
  margin-bottom: 0px; }

.social-white {
  background: #f5f5f5;
  width: 300px;
  height: 300px;
  padding-top: 25px;
  display: inline-block;
  margin: 50px;
  margin-top: 0px; }

.padpad {
    padding: 50px; }

footer {
    margin-top: 25px;
    margin-bottom: 0px !important;
    background: white !important;
}

.intro {
  width: 50%; }

.height {
    height: 300px; }

.one {
    background-image: url("../website/TSM/website-pics/college%20folk.jpg");
    background-size: cover;
}

.two {
    background-image: url("../website/TSM/website-pics/college.jpg");
    background-size: cover;
}

.map {
    width: 100%; }

.toggle {
    margin-top: 200px;
    color: white;
}

.slide-fix {
    width: 1300px;
    height: 420px !important;
    }

@media only screen and (max-width: 760px) {
    .intro {
        width: 100%; }
    .carousel {
        margin-top: 50px; }
    .toggle {
        margin-top: 175px;
    }
    .slide-fix {
        height: 200px !important;    }}

.carousel-control {
    background: transparent !important;
}


.main-content {
    padding-top: 100px;
}

@keyframes load {
from {opacity: 0;}
to {opacity: 1;}
}

.gray {
    transition: filter 500ms linear;
    -webkit-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
    border-radius: 3px;
}

.gray-0 {
    animation-name: load;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 3s;
    opacity: 0;
}


.gray-1 {
    transition: transform 500ms linear;
    animation-name: load;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 3s;
    opacity: 0;
}

.gray-2 {
    transition: transform 500ms linear;
    animation-name: load;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 3s;
    opacity: 0;
}


.gray:hover {
    filter: opacity(75%);
}

.aa {
    margin-top: 25px;
}

.carousel {
    -webkit-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
box-shadow: 0px 7px 22px -1px rgba(0,0,0,0.33);
}

.navbar-toggle {
    margin-top: 50px;
}

.pseudo h4 {
    margin-top: 50px;
}

.pad-fix {
    padding-top: 50px;
    padding-bottom: 50px;
}

.margin-top {
    margin-top: 25px;
}

.worship-images {
    border-radius: 5px;
    transition: opacity 500ms linear;
}

.worship-images:hover {
    opacity: .75;
}

.choir-iframe {
    width: 100%;
    height: 100vh;
}


.couch {
    color: white;
    text-transform: uppercase;
    font-size: 4em;
    margin-top: 10%;
}


.high-school {
    color: white;
    font-size: 3em;
    letter-spacing: 1px;
}

.cullman-camp {
    width: 100%;
    height: 300px;
}

.staff-pic {
	width: 170px;
	height: 255px;
}

.growth-track {
	width:275px;
	height:150px; 
}

.tsm-hover {
    transition: opacity 200ms linear;
    border-radius: 3px;
}

.tsm-hover:hover {
    opacity: .75;
}

.live-now {
    background: white;
    transition: background 250ms ease-in;
}

.live-now p {
    font-variant: small-caps;
    margin-top: 13px;
    font-size: 1.8em;
    letter-spacing: 2px;
}


.live-now:hover {
    background: #ff4c4c;
    color: white;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #FFFFFF;
  color: #444;
  cursor: pointer;
  padding: 2px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

