body {
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navigation-default .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #8DC63F;
}

#navigation-default .nav-link.active {
    color: #92278F;
}

#logo {
    height: 90px;
}

.section-wrap {
    padding: 130px 0 100px 0;
}

section h2 {
    margin-bottom: 30px;
    color: #842474;
    text-transform: uppercase;
    font-weight: 600;
}

section:nth-child(2n) h2 {
    color: #8DC63F;
}

section, #partners {
    color: #842474;
    background-color: initial;
    position: relative;
}

.backgroundLogo {
    display: block;
}

section:nth-child(2n) {
    background-color: #842474;
    color: white
}

section:nth-child(2n):not(#partners):after {
    content: "";
    background:  #8DC63F;
    position: absolute;
    width: 100px;
    height: 200px;
    bottom: -100px;
    right: 0;
    z-index: 5;
}

#hero {
    background-image: url(../images/hero.jpg);
    background-size: cover;
}

#hero img {
    width: 100%;
}

#about {

}

#map-wrapper {
    height: 600px;
}

#partners {
    text-align: center;
}

#partners img {
    margin: 0px 40px 40px;
    width: 130px;
    vertical-align: middle;
}

footer {
    background-color: #2b2b2b;
    color: #ddd;
    padding: 20px 0;
}

footer p {
    margin: 0;
}

.btn-primary {
    color: #fff;
    background-color: #8DC63F;
    border-color: #8DC63F;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #7FB239;
    border-color: #6D9930;
}


.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.speaker-info-image.float-left  {
    width: 20%;
    text-align: center;
    object-fit: cover;
    height: 140px;
    object-position: top;
}
.modal-body{
    overflow: auto;
    max-height: 80vh;
}

ul.speaker-info-notes.float-left {
    width: 80%;
}

.speakers-info > li {
    height: 140px;
    margin-top: 2ex;
}

ul.speakers-info {
    list-style-type: none;
}

span.speaker-name {
    padding-left: 1.25em;
}

.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@keyframes scaleChange {
    0% { opacity: 1;}
    100% {  opacity: 0.1; }
  } 


  .g1 > * {
    animation: scaleChange 2s ease 0.5s infinite;
    transform-origin: left top;
  }

  .g2 > * {
    animation: scaleChange 2s ease 1s infinite;
    transform-origin: left bottom;
  }

  .g3 > * {
    animation: scaleChange 2s ease infinite;
    transform-origin: left right;
  }

  .g4 > * {
    animation: scaleChange 2s ease 1.5s infinite;
    transform-origin: left left;
  }

  .bg_video {
    position: absolute;
    width: 200px;
    top: 0;
  }

@media only screen and (max-width: 768px) {
    .bg_video {
        height: 120px;
        overflow: hidden;
    }
}