@import url("global.css");

header {
    float: left;
    width: 100%;
    color: var(--light-color);
    position: relative;
    padding-bottom: 24px;
    background: rgba(var(--primary-color-one-rgb), 1);
    transition: all .4s linear;
    border-bottom: solid 2px var(--light-color);
}

header.fixed {
    top: 0;
    position: fixed;
    z-index: 9999;
    background: rgba(var(--primary-color-one-rgb), 0.9);
}

.nav-section-right {
    margin: 24px 32px 0 0;
}

.home-intro-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 80px;
    opacity: 0.4;
}

#background-video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom-right-radius: 80px;
}

.latest-media-inner {
    background: var(--primary-color-one);
    background: linear-gradient(to right, var(--primary-color-two) 50%, var(--primary-color-one) 100%);
    color: var(--light-color);
    background-size: 200% 200%;
    -webkit-animation: animate-gradient-bg 10s ease infinite;
    animation: animate-gradient-bg 10s ease infinite;
    display: flex;
    flex-wrap: wrap;
}

.latest-media-left._35 {
    width: 35%;
    flex-basis: 35%;
}

.latest-media-right._65 {
    width: 65%;
    flex-basis: 65%;
}

.latest-media-left {
    position: relative;
}

.latest-media-left h1,
.latest-media-left h2,
.latest-media-left h3,
.latest-media-left h4,
.latest-media-left h5,
.latest-media-left h6 {
    color: var(--light-color);
}

.latest-media-left-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 32px;
}

.latest-media-left .media-title {
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--secondary-color-one);
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 18px 0 12px 0;
}

/*------------------------------------*\
	EVENT CAROUSEL
\*------------------------------------*/
#our-events-wrapper {
    background: var(--primary-color-one);
    background: linear-gradient(to bottom, var(--primary-color-two) 50%, var(--primary-color-one) 100%);
    color: var(--light-color);
    padding: 24px 0;
}

.event {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0;
}

.event-left._35 {
    width: 35%;
    flex-basis: 35%;
}

.event-left._35 img {
  border: solid 2px var(--secondary-color-one);
}

.event-right._65 {
    width: 61%;
    flex-basis: 61%;
    margin-left: 4%;
}

.event-right._65 h1,
.event-right._65 h2,
.event-right._65 h3,
.event-right._65 h4,
.event-right._65 h6 {
  color: var(--secondary-color-one);
}

.event-date-venue {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 2.2rem;
}

.event-lp-wrapper.grey {
    background: var(--grey-color);
}

.event-lp {
    float: left;
    width: 100%;
}

.event-lp-column {
  position: relative;
}

.event-lp-column._35 {
  width: 35%;
  float: left;
  padding-bottom: 58px;
}

.event-lp-column._35.right {
  text-align: right;
}

.event-lp-image {
  margin-top: 18px;
}

.event-lp-image img {
  border: solid 2px var(--secondary-color-one);
}

.event-lp-hi-lights {
  margin: 12px 0;
}

.event-lp-hi-lights span {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 1.8rem;
  margin-left: 8px;
}

.event-lp-column._35 .event-lp-ctas {
  width: 100%;
  float: left;
  margin-top: 12px;
}

.event-lp-column._35 .event-lp-ctas a.button {
  margin-right: 15px;
}

.event-lp-column._35.right .event-lp-ctas a.button {
  margin-right: 0;
  margin-left: 15px;
}

.event-lp-column._65 {
    width: 61%;
    float: left;
    margin-right: 4%;
}

.event-lp-column._65.right {
  width: 61%;
  margin-right: 0;
  margin-left: 4%;
  float: right;
}

.event-lp-column .event-date-venue {
    color: var(--primary-color-two);
}

/*------------------------------------*\
	STAT WALL STYLING
\*------------------------------------*/
.event-lp-stats {
  width: 100%;
  float: left;
  margin: 24px 0;
}

.stat {
  width: 33.33%;
  float: left;
  color: var(--light-color);
  font-family: var(--title-font);
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.stat span.info {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.stat.purple {
  background: var(--primary-color-two);
  background: linear-gradient(to bottom, var(--primary-color-two) 30%, var(--primary-color-one) 100%);
}

.stat.orange {
  background: var(--secondary-color-one);
  background: linear-gradient(to bottom, var(--secondary-color-one) 30%, var(--secondary-color-two) 100%);
}

.stat-info {
  text-align: center;
  padding: 12% 0;
}

/*------------------------------------*\
	SPONSOR WALL STYLING
\*------------------------------------*/

.sponsors-inner {
  width: 100%;
  float: left;
  margin: 24px 0;
}

.sponsor {
  float: left;
  line-height: 120px;
  text-align: center;
}

.sponsor img {
  max-width: 80%;
}

@media only screen and (max-width: 1199px) {

.nav-section-right .ctas a.button {
    margin: 18px 62px 0 0;
}

.ctas a.text {
    display: none;
}

.mobile-navigation-show-wrapper {
    top: 32px;
}

}

@media only screen and (max-width:1023px) {

.latest-media-left._35,
.latest-media-right._65 {
    width: 100%;
    flex-basis: 100%;
}

.latest-media-left-content {
    position: inherit;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    padding: 42px 32px;
}

.event-left._35,
.event-right._65 {
    width: 100%;
    flex-basis: 100%;
}

.event-right._65 {
    margin: 0;
}

.stat {
  width: 50%;
}

.stat.one,
.stat.four {
  background: var(--primary-color-two);
  background: linear-gradient(to bottom, var(--primary-color-two) 30%, var(--primary-color-one) 100%);
}

.stat.two,
.stat.three {
  background: var(--secondary-color-one);
  background: linear-gradient(to bottom, var(--secondary-color-one) 30%, var(--secondary-color-two) 100%);
}

.event-lp-stats .stat {
  width: 100%;
}

.event-lp-stats .stat.one,
.event-lp-stats .stat.three {
  background: var(--primary-color-two);
  background: linear-gradient(to bottom, var(--primary-color-two) 30%, var(--primary-color-one) 100%);
}

.event-lp-stats .stat.two,
.event-lp-stats .stat.four {
  background: var(--secondary-color-one);
  background: linear-gradient(to bottom, var(--secondary-color-one) 30%, var(--secondary-color-two) 100%);
}

.sponsor._20 {
  width: 25%;
  flex-basis: 25%;
}

}

@media only screen and (max-width:767px) {

.event-lp-column._65,
.event-lp-column._65.right {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

.event-lp-column._35,
.event-lp-column._35.right {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.sponsor._20 {
  width: 33.33%;
  flex-basis: 33.33%;
}

}

@media only screen and (max-width: 599px) {

.nav-section-right {
    display: none;
}

.stat {
  width: 100%;
}

.stat.one,
.stat.three {
  background: var(--primary-color-two);
  background: linear-gradient(to bottom, var(--primary-color-two) 30%, var(--primary-color-one) 100%);
}

.stat.two,
.stat.four {
  background: var(--secondary-color-one);
  background: linear-gradient(to bottom, var(--secondary-color-one) 30%, var(--secondary-color-two) 100%);
}

.sponsor._20 {
  width: 50%;
  flex-basis: 50%;
}

}
