@font-face {
    font-family: "Brandon";
    src: url(assets/fonts/Brandon_reg.otf);
}
@font-face {
    font-family: "Alternate";
    src: url(assets/fonts/AlternateGothicNo1D.otf);
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Brandon', sans-serif;
  color:black;

  max-width: 100%;
  padding : 10%;
  background-color: #FFF;
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: left;
}



/*
 * HEADER
 */

.header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

h1 {
    font-family: 'Alternate', sans-serif;
    font-size: 4em;
    margin: 0;
}

h2 {
    font-size: 1.5em;
    margin-top: 0px;
}

h3 {
    font-family: 'Alternate', sans-serif;
    font-size: 2em;
    margin-top: 0px;
    margin: 0;
}


h4 {
    font-size: 1em;
    margin-top: 0px;
}

p {
    margin: 0;
}



/*
 * VIDEO
 */


.videoWrapperOuter {
    ​width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    ​width: 100%;
    margin: 0 auto;
}

.videoWrapper  video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper #vimeoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 * DESCRIPTION
 */

.description {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.description .info:nth-child(1) {
   flex: 1;
}
.description .info:nth-child(2) {
   flex: 1;
}
.description .info:nth-child(3) {
   flex: 3;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}


.description .info {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description .info img {
    width: 100%;
}

.description .info h3 {
    text-transform: uppercase;
}

.description .info ul {
    list-style: none;
}

.small-title {
    font-family: 'Alternate', sans-serif;
    font-size: 1.5em;
}

.back {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    border-top: 1px #dcdcdc solid;
}

/*
 * FOOTER
 */

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 30px 0;
    padding: 30px 10px;
}
