/* Fonts */

@font-face {
 font-family: "TiemposHeadline-Light";
 src: url("TiemposHeadline-Light.otf") format("opentype"), url("TiemposHeadline-Light.woff") format("woff");
 font-weight: normal;
 font-style: normal;
}

/* Reset */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  outline: none;
  -moz-osx-font-smoothing: grayscale;   /* Firefox */
  -webkit-font-smoothing:  antialiased; /* WebKit  */
}

body {
  background: #C5C5C5;
  margin: 0px;
}
/* Banner styling */

#stage {
	width: 300px;
	height: 600px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
  background: white;
  font-family: "TiemposHeadline-Light", serif;
}

#stage .inner {
  width: 290px;
  height: 590px;
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
  background: #FED233;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



video {
  position: absolute;
  top: -32px;
  width: 624px;
  opacity: 1;
  left: -162px;
  /*transform: rotate(0.5deg) ;
  -webkit-transform: rotate(0.5deg) ;
  -moz-transform: rotate(0.5deg) ;
  -o-transform: rotate(0.5deg) ;
  -ms-transform: rotate(0.5deg) ;*/
}



.cta-wrapper {
    position: absolute;
    width: 290px;
    bottom: 109px;
    left: 0;
}

.cta {

    height: 38px;
    width: auto;

    line-height: 36px;
    background: #c60074;
    color: white;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    padding: 0 32px 0 22px;
    margin: 0px auto;
    display: table;
}

.arrow {
    position: absolute;
    right: 9px;
    top: 12px;
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
  }

#stage:hover .cta {
  /*background-color: black;*/
}

.logo {
    position: absolute;
    bottom: 25px;
    left: 94px;
    width: 102px;
    height: auto;
}

h1 {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  font-family: "TiemposHeadline-Light", serif;
  font-size: 31px;
  color: black;
  font-weight: normal;
}

h1 div {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}


h2 {
    position: absolute;
    top: 63px;
    width: 100%;
    text-align: center;
  font-family: "TiemposHeadline-Light", serif;
    font-size: 31px;
    color: black;
    font-weight: 400;
}

.text1 {
  width: 100%;
  position: absolute;
  top: 330px;
  left: 0px;
}

.text2 {
  width: 100%;
  position: absolute;
  top: 330px;
  left: 0px;
}

.text3 {
  width: 100%;
  position: absolute;
  top: 330px;
  left: 0px;
}


.bron {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 8px;
}

.overlay {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: #FED233;
}

.cblogo {
      position: absolute;
    top: 117px;
    right: 2px;
    width: 70px;
}
