/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  height: 100%;
  min-height: 100%; }

a {
  color: #ddd;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

.right {
  float: right; }

.left {
  float: left; }

.clear {
  overflow: auto;
  zoom: 1; }

.grid {
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }

@font-face {
  font-family: "vyvn-font";
  src: url("../fonts/vyvn-font.eot");
  src: url("../fonts/vyvn-font.eot?#iefix") format("embedded-opentype"), url("../fonts/vyvn-font.woff") format("woff"), url("../fonts/vyvn-font.ttf") format("truetype"), url("../fonts/vyvn-font.svg#vyvn-font") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "vyvn-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="vyvn-icon-"]:before,
[class*=" vyvn-icon-"]:before {
  font-family: "vyvn-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vyvn-icon-instagram:before {
  content: "\62"; }

.vyvn-icon-facebook:before {
  content: "\63"; }

.vyvn-icon-logo:before {
  content: "\61"; }

.vyvn-icon-soundcloud:before {
  content: "\66"; }

.main-header {
  font-size: 24px;
  margin-bottom: 28px; }
  .main-header.before-text {
    margin-bottom: 22px; }

.sub-header {
  color: #ddd;
  font-size: 20px;
  margin-bottom: 20px; }

.date {
  font-size: 14px; }

.paragraph + .paragraph {
  margin-top: 20px; }

.paragraph + .main-header {
  margin-top: 60px; }

@media screen and (max-width: 540px) {
  .date {
    display: block;
    float: none; } }
.gallery .row {
  margin-left: -10px;
  margin-right: -10px; }
.gallery .col-4 {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  margin: 0 -4px 16px 0;
  width: 33.3333333333%;
  vertical-align: top; }
.gallery .event {
  margin-top: 50px; }
.gallery .gallery-image {
  width: 100%; }
@media screen and (max-width: 768px) {
  .gallery .col-4 {
    width: 50%; } }
@media screen and (max-width: 540px) {
  .gallery .event {
    margin-top: 30px; }
  .gallery .col-4 {
    width: 100%; } }

.events .event {
  color: #fefefe;
  display: block; }
.events .event-wrapper {
  background-color: #000;
  position: relative; }
  .events .event-wrapper.outlined {
    border: 1px solid #444; }
.events .event-image {
  display: block;
  opacity: 0.85;
  width: 100%; }
  .events .event-image.darker {
    opacity: 0.6; }
.events .event-image-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://s3.amazonaws.com/vyvn/images/gallery/vyvn-02-03-18/thumbnails/23.jpg);
  transform: scaleX(-1);
  width: 100%;
  height: 300px; }
.events .event-title {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 54px; }
.events .event-date {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase; }
.events .event-content {
  position: absolute;
  top: 33%;
  left: 6%;
  margin-top: -34px; }

.mailing-list {
  text-align: center; }
  .mailing-list.colored-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mailing-list .email,
  .mailing-list .button {
    border-radius: 3px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 12px; }
  .mailing-list .email {
    margin-right: 10px;
    width: 50%; }
  .mailing-list .button {
    background-color: #1997c6;
    color: #fff;
    letter-spacing: 0.5px; }
    .mailing-list .button:hover {
      background-color: #1682ab;
      cursor: pointer; }

body {
  background-color: #111;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px; }

.logo-icon {
  color: #ccc;
  font-size: 185px;
  margin-right: 50px; }

.flexed {
  display: flex; }

.colored-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .colored-section.gray-1 {
    background-color: #141414; }
  .colored-section.gray-2 {
    background-color: #161616; }
  .colored-section.gray-3 {
    background-color: #191919; }
  .colored-section.gray-4 {
    background-color: #1b1b1b; }

.content-section {
  padding: 0 80px; }

.footer {
  padding-bottom: 30px;
  padding: 30px 80px 20px; }
  .footer .email {
    line-height: 28px; }

.social-media {
  font-size: 30px;
  position: absolute;
  top: 20px;
  right: 20px; }

/**
 * Specific Cases for Tablet and Mobile
 */
@media screen and (max-width: 768px) {
  .logo-icon {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center; }

  .flexed {
    display: block; }

  .content-section {
    padding: 0 50px; } }
@media screen and (max-width: 540px) {
  .colored-section {
    padding-top: 40px;
    padding-bottom: 40px; }

  .content-section {
    padding: 0 30px; }

  .logo-icon {
    padding-top: 10px;
    font-size: 160px; }

  .mailing-list .main-header {
    line-height: 30px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }

  .events .event-content {
    left: 20px;
    bottom: 20px;
    top: auto; }
  .events .event-image-background {
    opacity: 0.6;
    height: 250px; }
  .events .event-date {
    font-size: 18px; }
  .events .event-title {
    font-size: 30px;
    line-height: 30px; } }

/*# sourceMappingURL=main.css.map */
