/* Font Size */
/* Layout */
/* Backgrounds */
#section2, #section4 {
  *zoom: 1; }
  #section2:before, #section4:before, #section2:after, #section4:after {
    content: " ";
    display: table; }
  #section2:after, #section4:after {
    clear: both; }

/* Font */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

#section1 h1, #section2 .copy h2, .cta, #section7 h2 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-weight: 400; }

#section4 .copy h2, #section5 h2, #section8 div h2, #kiss-vid h2 {
  font-family: "gotham-bold", sans-serif;
  text-transform: uppercase; }

html {
  height: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: white; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: white;
  transition: all 0.4s ease;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.6rem;
  background: #121617; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#container {
  padding: 0;
  margin: 0 auto;
  background: none; }

.row {
  height: 100%;
  width: 100%;
  display: block;
  position: relative; }

#kiss-header {
  background: #121617;
  transition: all 0.3s ease-in-out 0s; }
  #kiss-header #mobile-menu {
    display: none;
    background: #5f2667;
    text-align: center;
    display: none; }
    #kiss-header #mobile-menu ul {
      margin: 0;
      list-style: none;
      padding: 1em; }
      #kiss-header #mobile-menu ul li {
        display: inline-block;
        padding-right: 2em; }
        #kiss-header #mobile-menu ul li a {
          color: white;
          transition: all 0.3s ease-in-out 0s; }
          #kiss-header #mobile-menu ul li a:hover {
            transition: all 0.3s ease-in-out 0s;
            color: #d6d9da; }
        #kiss-header #mobile-menu ul li:last-child {
          padding-right: 0; }
  #kiss-header .main-menu {
    /* Menu animating burger icon */ }
    #kiss-header .main-menu img {
      width: 120px;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em; }
    #kiss-header .main-menu .toggle-menu {
      cursor: pointer;
      user-select: none;
      padding-top: 1.6em;
      padding-right: 1.6em;
      background: none;
      border: none;
      float: right; }
      #kiss-header .main-menu .toggle-menu:hover, #kiss-header .main-menu .toggle-menu:focus {
        outline: 0; }
        #kiss-header .main-menu .toggle-menu:hover .burger-lines, #kiss-header .main-menu .toggle-menu:focus .burger-lines {
          background-color: white; }
          #kiss-header .main-menu .toggle-menu:hover .burger-lines:before, #kiss-header .main-menu .toggle-menu:hover .burger-lines:after, #kiss-header .main-menu .toggle-menu:focus .burger-lines:before, #kiss-header .main-menu .toggle-menu:focus .burger-lines:after {
            background-color: white; }
      #kiss-header .main-menu .toggle-menu.active .burger-lines {
        background: transparent; }
        #kiss-header .main-menu .toggle-menu.active .burger-lines:before, #kiss-header .main-menu .toggle-menu.active .burger-lines:after {
          transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
          top: 0;
          width: 20px; }
        #kiss-header .main-menu .toggle-menu.active .burger-lines:before {
          transform: rotate3d(0, 0, 1, 45deg) scale(1.1); }
        #kiss-header .main-menu .toggle-menu.active .burger-lines:after {
          transform: rotate3d(0, 0, 1, -45deg) scale(1.1); }
    #kiss-header .main-menu .burger-lines {
      display: inline-block;
      cursor: pointer;
      user-select: none;
      transition: all 300ms ease;
      width: 20px;
      height: 4px;
      background-color: white;
      position: relative;
      top: -2px; }
      #kiss-header .main-menu .burger-lines:before, #kiss-header .main-menu .burger-lines:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 4px;
        background-color: white;
        position: absolute;
        left: 0;
        transform-origin: 50% 50%;
        transition: top 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      #kiss-header .main-menu .burger-lines:before {
        top: 8px; }
      #kiss-header .main-menu .burger-lines:after {
        top: -8px; }
    #kiss-header .main-menu button {
      display: block; }

#section1 {
  text-align: center; }
  #section1 img {
    width: 100%; }
  #section1 h1 {
    padding: 1em;
    letter-spacing: 3px;
    line-height: 2rem; }
    @media screen and (max-width: 810px) {
      #section1 h1 {
        font-size: 1.2rem;
        line-height: 1.7rem; } }

#section2 {
  background: #d6d9da;
  color: #121617;
  position: relative; }
  #section2 .asset {
    width: 40%; }
    #section2 .asset img {
      width: 100%; }
    @media screen and (max-width: 810px) {
      #section2 .asset {
        width: 100%;
        text-align: center; }
        #section2 .asset img {
          width: 80%; } }
  #section2 .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 60%;
    text-align: center;
    padding-top: 2em;
    padding-right: 3em;
    padding-bottom: 3em; }
    #section2 .copy h2 {
      letter-spacing: 2px;
      line-height: 1.8rem; }
    #section2 .copy p {
      text-align: justify;
      margin-bottom: 2em; }
    @media screen and (max-width: 810px) {
      #section2 .copy {
        width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-top: 0;
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-bottom: 3em; } }
  #section2 div {
    float: left; }
    @media screen and (max-width: 810px) {
      #section2 div {
        float: none; } }

#section4 {
  color: #121617;
  background: #fff url("../images/distressed-bg.jpg") no-repeat center center;
  position: relative; }
  #section4 .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60%; }
    #section4 .copy h2 {
      letter-spacing: 2px;
      line-height: 1.8rem;
      color: white;
      background: #121617;
      display: inline-block;
      text-align: left;
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      padding-left: 4rem;
      padding-right: 1em; }
      @media screen and (max-width: 810px) {
        #section4 .copy h2 {
          padding-left: 2rem; } }
    #section4 .copy p {
      padding-left: 4rem; }
      @media screen and (max-width: 810px) {
        #section4 .copy p {
          padding-right: 2rem;
          padding-left: 2rem; } }
    @media screen and (max-width: 810px) {
      #section4 .copy {
        width: 100%;
        position: initial;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
  #section4 .asset {
    width: 40%;
    text-align: center;
    float: right; }
    #section4 .asset img {
      width: 80%;
      padding-top: 2em;
      margin-bottom: -1px; }
    @media screen and (max-width: 810px) {
      #section4 .asset {
        width: 100%; } }
  #section4 div {
    float: left; }
    @media screen and (max-width: 810px) {
      #section4 div {
        float: none; } }

#section5 {
  background: url("../images/assassin-comp-bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 310px;
  padding-left: 50vw;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 3em; }
  #section5 h2 {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.92rem; }
  #section5 ul li {
    padding-bottom: 0.5rem;
    list-style: none; }
    #section5 ul li:before {
      content: '';
      display: inline-block;
      height: 8px;
      width: 8px;
      transform: rotate(45deg);
      border: 2px solid #fff;
      margin-right: 0.8rem; }
  @media screen and (max-width: 640px) {
    #section5 {
      padding: 2em;
      background: #121617; } }

#section6 {
  background: #fff url("../images/distressed-bg.jpg") no-repeat center center; }

.cta {
  background: #96142c;
  padding: 0.5em 1.5em;
  transition: all 0.4s ease;
  letter-spacing: 1px;
  font-size: 1.2rem; }
  .cta:hover {
    box-shadow: 5px 5px #000;
    margin-top: -5px;
    margin-left: -5px;
    transition: all 0.4s ease; }

#section7 {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  background: #121617 url("../images/ac-icon.jpg") no-repeat left top;
  background-size: 400px; }
  #section7 h2 {
    font-size: 2rem;
    letter-spacing: 3px; }
  #section7 p {
    width: 600px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1.5em; }
    #section7 p:nth-child(3) {
      padding-bottom: 1.5em; }
    @media screen and (max-width: 700px) {
      #section7 p {
        width: 80%; } }
  #section7 .cta:hover {
    box-shadow: 5px 5px #2b2b2b; }

#section8 {
  background: #2b2b2b;
  text-align: center;
  position: relative; }
  #section8 div {
    padding-top: 0.5em; }
    #section8 div a {
      padding-right: 1em;
      transition: all 0.4s ease; }
      #section8 div a:hover {
        color: #96142c;
        transition: all 0.4s ease; }
    #section8 div h2 {
      display: inline-block;
      margin-bottom: 0.3rem;
      text-transform: none;
      letter-spacing: 3px;
      font-size: 1.3rem; }
    @media screen and (max-width: 500px) {
      #section8 div a span {
        font-size: 1.3rem; }
      #section8 div h2 {
        font-size: 1.1rem;
        letter-spacing: 2px; } }
    #section8 div:before, #section8 div:after {
      content: '';
      display: inline-block;
      height: 10px;
      width: 10px;
      border: 2px solid #96142c;
      transform: rotate(45deg);
      position: absolute;
      top: 30px; }
      @media screen and (max-width: 500px) {
        #section8 div:before, #section8 div:after {
          content: none; } }
    #section8 div:before {
      margin-left: -30px; }
    #section8 div:after {
      margin-left: 20px; }
  #section8 p {
    font-size: 0.9rem;
    line-height: 1.44rem;
    padding-bottom: 1em; }

#kiss-vid h2 {
  font-size: 1.3rem;
  line-height: 2.08rem;
  text-align: center;
  border-top: 3px solid #96142c;
  padding-top: 20px;
  padding-left: 2em;
  padding-right: 2em; }
