body{
	overflow-x: hidden;
}

.center-cropped {
    object-fit: none;
    object-position: center;
    position: relative;
    height: 100%;
    width: 100%;
}

#speakers{
	padding-top: 100px;
	padding-bottom: 100px;
}

.speaker{
	text-align: center;
	margin-top:20px;
}

#about{
	color: black;
}

.team-member {
  margin-bottom: 50px;
  text-align: center; }
  .team-member img {
    width: 225px;
    height: 225px;
    border: 7px solid #fff; }
  .team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none; }
  .team-member p {
    margin-top: 0; }


ul.social-buttons {
  margin-bottom: 0; }
  ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529; }
    ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
      background-color: #fed136; }


.show-large{
  display: none;
}

.section-text{
	padding: 10px 20px 10px 45px;
}

.image-col div{
	max-height: 250px;
}

.primary-text{
	font-size: 120%;
}

.uncropped-image{
	object-fit: fill;
}


@media (min-width: 576px)
{
  .modal-body .split-text img{
    position: relative;
    max-width: 50%;
  }

  .modal-body .split-text .left-text{
    float: right;
    position: relative;
    max-width: 50%;
    padding-left: 20px;
  }
}

@media (max-width: 576px)
{
	#map{
		min-height: 300px;
	}

  .modal-dialog{
    max-width: 95vw;
  }

  .modal-body img{
    width: 100%;
  }
}

@media (min-width: 992px) {
  /* Custom css */
  .hide-large{
    display: none;
  }

  .show-large{
    display: block;
  }

  .image-col div{
	max-height: 400px;
	}

  .center-cropped {
    max-height: 100%;
  }

  .section-text{
  	padding: 45px 20px 100px 40px;
  }
}

@media (min-width: 1200px){
  	.section-text{
		padding: 60px 20px 0px 40px;
	}
}

#contact{
	padding-top: 20px;
}

.sponsor-img{
	position: relative;
	max-height: 150px;
	max-width: 100%;

	display: block;
	margin: 0px auto;
	padding-bottom: 15px;
}

.clickable {
    cursor: pointer;
}


figure{
  margin: 0px;
}

figcaption{
  position: absolute;
  right: 0px;
  bottom: 0px;

  padding: 3px 30px 3px 3px;
  display: block;
}

figcaption.light{
    color: white;
}

figcaption.dark{
    color: black;
}

.bold-text h3, .bold-text p{
  font-weight: bold;
}

.subtitle{
  padding-top: 25px;
}

.image-title{
    position: absolute;
    bottom: 0px;
    background-color: rgba( 100, 100, 100,0.65);
    color: white;
    width: 50%;
    border-radius: 0px 50px 0px 0px;
    padding-left: 20px;
}

.margin-top{
  margin-top: 20px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.down-arrow{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);

  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: black;
}

.down-arrow:hover{
  text-decoration: none;
}

@keyframes bounce {
    0%   {bottom: 30px;}
    30%  {bottom: 40px;}
    70%  {bottom: 25px;}
    90%  {bottom: 30px;}
    100% {bottom: 30px;}
}

.down-arrow-bounce{
  animation-name: bounce;
  animation-duration: 0.8s;
}

.pad-top-sponser{
  padding-top: 30px;
}

.btn-primary{
  margin:15px;
}