
body {
  height:100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #000 !important;
  line-height: 27px !important;
      background-image: url('/images/background.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
      height:100%;
      width: 100%;
      background-color: #000;
      background-attachment: fixed;
}

.content {
  flex: 1;
}

html {
    position: relative;
    min-height: 100%;
}

.container-custom{
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/*.view_parent_image1{
    background-image: url('/images/background.jpg');
    background-size: cover;
    padding-bottom: 1.25rem;
}*/

.height{
  height: 5.35rem;
}

/*.img{
  height:200px;
  width: 100px;
}*/

/*.background{
  background-image: url("/images/background.png"); 
}*/

.container{
	position: relative;
}

.bold{
	font-weight: bold;
}

.side{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/*.padding-top{
  padding-top: 10px;
}
*/
.row-margin{
	margin-bottom: 1.35rem;
}

.margin-top{
  margin-top: 1.25rem;
}

.image-margin{
	margin-bottom: 25px;
  margin-top: 1.25rem;
	width: 100%;
}

.card{
	min-height: 200px;
	background-color: #fff;
}

.row-height{
	height:200px;
}

.card-padding{
	padding: 10px;
}

.event-card{
	border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;	
}

.event-card-padding{
	padding-left: 20px;
}

.text-margin{
	margin-left: 10px;
	margin-top: 10px;
}

.facebook-padding{
	padding-left:1.25rem;
}

/*.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 60px;
    background-color: black;
}*/

/*.footer{
	position: absolute;
	clear: both;
	background-color: black;
	bottom: -7px;
	left:0px;
	width: 100%;
	height:150px;
}*/

.footer {
    height: auto;
    max-height:200px;
    background-color: #000;
    z-index:1;
} 

/*footer {
	background-color: black;
	bottom:0px;
    position: relative;
    left: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
}*/


footer p {
	color: white;
}

footer h3 {
	color: white;
}

.carousel {
  width:auto;
  height:auto;
  /*margin-bottom: 50px; */
}

.carousel-inner > .item > img {
  width:600px;
  height:400px;
}

.carousel-margin{
  margin-top: 1.25rem;
  margin-bottom: 5rem;
}

.margin-left-right{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/*.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 0;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}*/