
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?sx7aj3');
  src: url('../fonts/icomoon.eot?sx7aj3#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sx7aj3') format('truetype'),
    url('../fonts/icomoon.woff?sx7aj3') format('woff'),
    url('../fonts/icomoon.svg?sx7aj3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-list:before {
  content: "\e900";
}
.icon-options:before {
  content: "\e900";
}
.icon-lines:before {
  content: "\e900";
}
.icon-hamburger:before {
  content: "\e900";
}


.footer {
 color: white;
 background-color: #2f3841;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}

.footer a {
  color: #03A9F4;
  margin: 5px;
}

.footer img {
  vertical-align: middle;
  padding-left: 5px;
}

.social_link.facebook {
  background-image: url(../facebook_logo.png);
}

.social_link.youtube {
  background-image: url(../yt_logo_2.png);
}

.social_link.instagram {
  background-image: url(../pngfind.com-instagram-frame-png-2436165.png);
}

.social_link.twitter {
  background-image: url(../Logo-Twitter.png);
}

.social_link {
  display: inline-block;
  width: 49px;
  height: 50px;
  margin: 0 9px;
  background-size: 50px 50px;
}

.form_email h3 {
  font-family: 'Source Sans Pro', sans-serif;
}

.contact {
  background-color: #1b2127;
  color: white;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event img {
  width: 480px;
  height: 200px;
  object-fit: cover;
}

.event_url {
  color: #056fff;
  border: 1px solid #056fff;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.event_description {
  text-align: left;
}

.event_detail {
  margin: 20px 40px;
  margin-top: -40px;
  background-color: white;
  position: relative;
  padding: 20px;
  text-align: center;
}

.event {
 margin: 3%;
 width: 43.5%;
 background-color: #ef380d;
 border-radius: 10px;
 overflow: hidden;
 flex-shrink: 0; 
}

.event_list {
  display: flex;
  flex-wrap: wrap;
}

.event_list_title {
  margin-left: 20px;
}

.flexible_video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: transparent;
  position: relative;
}

.youtube_video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: 2;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  font-family: 'Fjalla One', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 39.5px;
  line-height: 1.5;
  letter-spacing: -.2px;
  color: white;
  margin: 0px;
  text-shadow: 1px 2px 2px #000;
}

h1 strong {
  color:#ef380d;
}

h2 {
  color:#1b2127;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 34px;
}

.project {
 border-radius: 10px;
 margin-bottom: 10px;
 padding: 10px;
 background: #fafafa;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}

.project_description {
  font-size: 18px;
  text-align: justify;
}

.project strong {
  font-family: 'Fjalla One', sans-serif;
}

.project_title {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
}

.project_details {
  width: 100%;
}

.portfolio {
  background: #fafafa;
  padding: 20px;
}

ol,
ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo img {
  padding-top: .2em;
}

.header a {
  color: white;
  text-decoration: none;
  height: inherit;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.header ol li {
  height: inherit;
}

.header ol {
  display: flex;
  height: inherit;
}

.menu {
  height: inherit;
}

figure {
  margin: 0;
}

.container {
  max-width: 1100px;
  flex: 1;
  margin: 0 auto;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
  height: inherit;
  flex-wrap: inherit;
}

.header {
  background-color: #ef380d;
  color: white;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  flex-wrap: wrap;
}

.burger-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.8);
  display: none;
  line-height: 40px;
  text-align: center;
  position: fixed;
  z-index: 4;
  left: 5px;
  top: 5px;
  color: white;
}

@media screen and (max-width:1023px){
  h1 {
    background: rgba(0,0,0,.5);
    text-shadow: 1px 2px 2px #000;
  }
  .event_list_title {
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .portfolio {
    padding: 0;
  }
  .container {
    padding: 0 1em;
  }
  h1 {
    font-size: 2em;
    z-index: 2;
  }
}

@media screen and (max-width:767px){
  .burger-button {
    display: block;
  }
  .logo img {
    padding-top: .23em;
  }
  h1 {
    background: rgba(0,0,0,.5);
    text-shadow: 1px 2px 2px #000;
  }
  h2 {
    margin-top: 1.1em;
    margin-bottom: 1em;
    background-color: #fafafa;
  }
  .header {
    display: block;
    height: auto;
  }
  .header ol {
    display: block;
  }
  .header ol li {
    height: 50px;
  }
  .header a {
    justify-content: center;
    height: 40px;
    font-size: 2em;
    margin-bottom: .5em;
    border: 2px solid white;
  }
  .header .logo {
    text-align: center;
  }
  .menu {
    position: fixed;
    background: rgba(57, 68, 83, 0.85);
    z-index: 3;
    top: 0;
    left: -100vw;
    width: 100vw;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
  }
  .menu.is-active {
    left: 0;
  }
  .project {
    display: block;
  }
  .project_details {
    width: auto;
  }
  .project_title {
    font-size: 1.5em;
    margin-bottom: .3em;
  }
  .project_description {
    font-size: 1em;
  }
  .event {
    width: 100%;
    flex-shrink: initial;
  }
  .event img {
    width: 100%;
    object-position: 0% 40%;
  }
}

@media screen and (max-width:640px){
  h1 {
    background: rgba(0,0,0,.5);
    text-shadow: 1px 2px 2px #000;
  }
  .contact {
    height: auto;
    padding: 1.1em 0;
    text-align: center;
    display: block;
  }
  .form_email {
    margin-bottom: 26px;
    margin-left: 0;
  }
  .form_email h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .form_email input {
    width: 55%;
    margin-top: 6px;
  }
  .footer {
    display: block;
    text-align: center;
    border: 1px solid transparent;
  }
}

@media screen and (max-width:480px){
  h1 {
    font-size: 1.5em;
    background: rgba(0,0,0,.5);
    text-shadow: 1px 2px 2px #000;
  }
  .project_details {
    width: auto;
    font-size: 14px;
  }
  .event_detail {
    margin: -2em .5em .5em;
    padding: 1em;
  }
  .contact {
    height: auto;
    padding: 1.1em 0;
    text-align: center;
    display: block;
  }
  .form_email {
    margin-bottom: 26px;
  }
  .form_email h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .form_email input {
    width: 60%;
    margin-top: 6px;
  }
  .footer {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    font-size: 19px;
  }
}

@media screen and (max-width:400px){
  .footer {
    font-size: 20px;
  }
}

@media screen and (max-width:320px){
  h1 {
    font-size: 1.2em;
    background: rgba(0,0,0,.5);
    text-shadow: 1px 2px 2px #000;
  }
  .form_email {
    margin-bottom: 20px;
  }
  .form_email h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .form_email input {
    width: 60%;
  }
  .menu {
    font-size: 14px;
  }
  .footer {
    font-size: 20px;
  }
}
