#event-video-container {
    width:100%;
    text-align: center;
    margin:150px 0;

}

#event-video {
        background-image:url(../gfx/videoshapes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:80%;
    margin:0 auto;
    padding:100px;
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
#event-video-container {
    margin:50px 0;

}

#event-video {
        background-image:url(../gfx/videoshapes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:80%;
    margin:0 auto;
    padding:100px;
}
}

@media only screen and (max-width: 767px) {
    
    #event-video-container {
    margin:50px 0;

}
    
    #event-video {
        box-sizing: border-box;
        background-image:url(../gfx/videoshapes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    margin:0 auto;
    padding:30px;
        
}
}


/*********************************
STUDENT PAGE: WORK
*********************************/

.student-project-header {
    width:100%;
    height:100vh;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.event-header {
    background-image: url(../event/event-media/event-header.jpg);
}


.student-project-text {
    text-align: center;
    margin-top:75px;
    margin-bottom:75px;
}

.student-project-text h1 {
     font: bold 1.6rem/2rem "proxima-nova","Arial",sans-serif;
}
.student-project-text p {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    font-weight: lighter;
    color: #474747;
    padding: 5px 0;
    width:70%;
    margin: 0 auto;
    margin-bottom: 10px;
}


@media only screen and (min-width: 768px) and (max-width: 1281px){
    .student-project-header {
        height:500px;
    }
    
}
@media only screen and (max-width: 767px) {
      .student-project-header {
        height:250px;
    }
    
    .student-project-text {
    text-align: left;
        width:90%;
        margin:0 auto;
    margin-top:40px;
    margin-bottom:40px;
}

.student-project-text h1 {
     font: bold 1.6rem/2rem "proxima-nova","Arial",sans-serif;
    margin-bottom:5px;
}
.student-project-text p {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0.025rem;
    font-weight: normal;
    color: #474747;
    padding: 5px 0;
    width:100%;
    margin: 0 0;
    margin-bottom: 10px;
}

    
}


.student-project-flex {
    display:flex;
    position: relative;
    justify-content: center;
    z-index: 1;
}

.student-project-half {
    margin:0 15px;
  height:560px;
    width:560px;
        z-index: 1;
}

.student-project-text a:link,.student-project-text a:visited {
    text-decoration: none;
    color:#03A9F4;
}

.student-project-text a:hover,.student-project-text a:active {
    text-decoration: underline;
    
}

.student-project-half img {
    height:560px;
    width:560px;
        z-index: 1;
   
}

.student-project-full {
    width:1160px;
    height:560px;
     margin:0 auto;
}

.student-project-full img {
     width:1160px;
    height:560px;
   
}

.student-project-small {
    width:440px;
    height:560px;
    margin:0;
    margin-right:15px;
}

.student-project-small img {
     width:440px;
    height:560px;
    
   
}

.student-project-third {
    width:680px;
    height:560px;
}

.student-project-third img {
    width:680px;
    height:560px;
   
}

#projecttwo {
    margin-top:100px;
}

#projectthree {
    margin-top:100px;
}

@media only screen and (min-width: 768px) and (max-width: 1160px){
.student-project-half img {
    height:auto;
    width:100%;
   
}
    
.student-project-full {
 height:auto;
    width:100%;
     margin:0 auto;
}

    
}
@media only screen and (max-width: 767px) {
    
    .student-project-flex {
    display:flex;
    position: relative;
    justify-content: center;
        flex-direction: column;
    flex-wrap: wrap;
}
    
    
.student-project-half {
     margin:0 auto;
    margin-bottom:20px;
     height:auto;
    width:100%;
    
}

.student-project-half img {
    height:auto;
    width:100%;
   
}
    
.student-project-full {
 height:auto;
    width:100%;
     margin:0 auto;
}

.student-project-full img {
  height:auto;
    width:100%;
}
    
    .student-project-small {
        width:100%;
        height:auto;
        margin-bottom:15px;
}

.student-project-small img {
     width:100%;
     height:auto;
   
}

.student-project-third {
    width:100%;
    height:auto;
}

.student-project-third img {
    width:100%;
    height:auto;
   
}

    
}

/**********************
EVENT STATS BLOCk
**********************/

#event-page-stats-bg {
    text-align: center;
    background-color: #FFC107;
  position: relative;
    z-index: 0;
    
    
}

#event-page-stats-bg:before, #event-page-stats-bg:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
#event-page-stats-bg:before {
  top: 0;
  -webkit-transform: skewY(4.5deg);
          transform: skewY(4.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
#event-page-stats-bg:after {
  bottom: 0;
  -webkit-transform: skewY(-4.5deg);
          transform: skewY(-4.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}

.event-project-text {
    height:500px;
    background-image: url(../event/event-media/bg-shapes.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.event-stats-container {
    display:flex;
    justify-content: center;
    height:100%;
    flex-wrap: wrap;
}

.event-stats-container h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    margin:0;
        text-align: center;
}

.event-stats-flex {
    width:33%;
    text-align: center;
    
}

.event-stats-container h3 {
     font: bold 1.6rem/2rem "proxima-nova","Arial",sans-serif;
    color:#fff;
    letter-spacing: .08rem;
}

.event-stats-flex h2 {
     font: bold 1.3rem/2rem "proxima-nova","Arial",sans-serif;
    font-weight: lighter;
    color:#fff;

}

.event-stats-flex p.number {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 4rem;
    line-height: 2rem;
    letter-spacing: 0.025rem;
    font-weight: bolder;
    color: #fff;
    padding: 5px 0;
    width:100%;
    margin: 0 auto;
    margin-bottom: 10px;

}


@media only screen and (min-width: 768px) and (max-width: 1281px) {
}

    @media only screen and (max-width: 767px) {
        
        
#event-page-stats-bg {
   margin-bottom:70px;
    margin-top:15px;
    
}
        
        #event-page-stats-bg:before {
  top: 0;
  -webkit-transform: skewY(6.5deg);
          transform: skewY(6.5deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
#event-page-stats-bg:after {
  bottom: 0;
  -webkit-transform: skewY(-6.5deg);
          transform: skewY(-6.5deg);
  -webkit-transform-origin: 100%;
          transform-origin: 100%;
}
        .event-project-text {
            height:600px;
            background-image:none;
        }
        
        .event-stats-container {
    display:flex;
    flex-direction: column;
            justify-content: center;
            align-items: center;
}
        
        .event-stats-flex {
    width: 100%;
            margin:15px 0;
    
}
        
        .event-stats-flex h2 {
     font: bold 1.3rem/2rem "proxima-nova","Arial",sans-serif;
    font-weight: bold;
    color:#fff;
}

.event-stats-flex p.number {
     font-family: "proxima-nova", "Arial", sans-serif;
    font-size: 4rem;

}
        
    }

/**********************
EVENT CTA
**********************/

#event-work-cta {
    width:100%;
    margin-top:50px;
    text-align: center;
    height:500px;
    display: flex;
    justify-content: center;
    align-items:center;
    background-image: url(../event/event-media/bg-shapes2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom:-200px;
    padding-bottom:50px;
    z-index: -1;
}

#event-work-cta h1 {
         font: bold 1.6rem/2rem "proxima-nova","Arial",sans-serif;
    color:#000;
    letter-spacing: .08rem;
}

#event-work-cta a:link,
#event-work-cta a:visited {
      font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 25px;
    border: 2px solid #f44336;
    border-radius: 5px;
    background-color: #F44336;
    transition: all 0.2s ease-in-out;
    margin-top:15px;
}

#event-work-cta a:hover,
#event-work-cta a:active {
  font-family: "proxima-nova", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: none;
    background: #ed382a;
    color:#fff;
    border: 2px solid #ed382a;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {}


    @media only screen and (max-width: 767px) {
        
        #event-work-cta {
    width:100%;
    margin-top:10px;
    text-align: center;
    height:300px;
    display: flex;
    justify-content: center;
    align-items:center;
    background-image: url(event-media/bg-shapes2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:500px 500px;
    z-index: -1;
}
    }



