/*First SASS page*/
@import url("https://fonts.googleapis.com/css?family=Shrikhand");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  text-decoration: none; }

body {
  font-size: 100%;
  background-color: #121b30;
  background-size: contain; }

.mobiletitle {
  display: none; }

video {
  width: 100%;
  background-size: cover;
  background-position: top;
  max-width: 100%;
  min-width: 100%; }

header {
  width: 100%; }

#one {
  font-family: 'helvetica';
  color: #edd87d;
  margin-left: 20px;
  line-height: 2;
  text-align: justify;
  font-size: 1.2em;
  padding: 10px; }

#more {
  display: none; }

.section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

button {
  background-color: #121b30;
  color: #fff;
  font-size: 1.2em;
  font-family: 'tofino_personallight';
  padding: 10px;
  width: 150px;
  text-align: center;
  margin: auto; }

button:hover {
  color: #63909a; }

section {
  margin-left: -50px; }

.sharkparalax {
  margin: auto; }

article {
  display: none; }

.section2 {
  padding: 20px;
  background-image: url(images/blue2.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1200px;
  height: 1235px; }

#two {
  font-family: 'helvetica';
  color: #63909a;
  line-height: 2;
  text-align: right;
  font-size: 1.2em;
  padding: 10px;
  margin-bottom: 0; }

.section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(images/blackback.png);
  width: 1200px;
  height: 1399px; }

#three {
  color: #edd87d;
  margin-left: 20px;
  line-height: 2;
  text-align: justify;
  font-size: 1.2em;
  padding: 10px; }

/* Tablet */
@media screen and (min-width: 501px) and (max-width: 800px) {
  .mobiletitle {
    display: none; }

  .section1 {
    margin: auto; }

  .section3 {
    background-image: url(images/blackbacktablet.png); } }
/* Mobile */
@media screen and (max-width: 500px) {
  article {
    display: block; }

  header {
    background-image: url(images/mobilesky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 794px; }

  .section1 {
    margin: auto; }

  video {
    display: none; }

  #one {
    margin: auto;
    text-align: center; }

  .headline1 {
    margin: auto;
    padding-left: 40px; }

  .headline2 {
    margin: auto; }

  #two {
    margin: auto;
    text-align: center; }

  .section2 {
    margin: auto;
    background-image: url(images/mobileblue.png);
    width: 430px;
    height: 1375px; }

  .tigershark {
    margin: auto; }

  .mobiletitle {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  h1 {
    color: #7c2e2e;
    font-size: 4em;
    font-family: 'caf_franoiseregular'; }

  h2 {
    color: #63909a;
    font-family: 'caf_franoiseregular'; }

  h3 {
    color: #fff;
    font-family: 'tofino_personallight';
    font-size: 1em; }

  .section3 {
    background-image: url(images/blackbackmobile.png);
    width: 400px;
    height: 1678px; } }
