
body {
    background-color: black;
    font-family: 'Montserrat', sans-serif;
}

#oceanVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#oceanScreenshot {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

hr.solid_line {
   border-top: 3px solid #fff
}

.bg {
    background-image: url("images/sea.PNG");

    height: 100%;

    background-position: center;
    /* background-repeat: no-repeat; */
    /* background-size: 1600px 900px; */
    background-size: cover;
    background-attachment: fixed;
}

h1 {
  color: #ffffff;
  font-size: 40px;

  /* font-family: "Tahoma", Geneva, sans-serif; */
  /* font-family: "Arial", Helevetica, sans-serif; */
  /* font-family: 'Oswald', sans-serif; */
  /* font-variant: small-caps; */
}

p1 {
  font-size: 25px;
  color: #AfAfAf;

  /* font-family: 'Oswald', sans-serif; */
}

p1_gold {
  font-size: 25px;
  /* color: #ffffff; */
  color: #DfA700;

  /* font-family: 'Oswald', sans-serif; */
}

p1_red {
  font-size: 25px;
  /* color: #ffffff; */
  color: #B05050;

  /* font-family: 'Oswald', sans-serif; */
}

p1_blue {
  font-size: 25px;
  /* color: #ffffff; */
  color: #0080Af;

  /* font-family: 'Oswald', sans-serif; */
}

p {
  font-size: 16px;
  color: #ffffff;

  /* font-family: 'Oswald', sans-serif; */
}

li {
  font-size: 16px;
  color: #afafaf;
}

a {
    font-size: 40px;
    color: #ffffff;
}

a:hover {
    font-size: 40px;
    color: #ffffff;
}

p2 {
    /* font-family: 'Oswald', sans-serif; */
  font-size: 20px;
  color: #afafaf;
}

.black-background {
    background-color: black
}

.container-wide {
    position: relative;
    background-color: #0A0A0A;
    margin-top: 0%;
    position: relative;

    /* Idk why you say 100% width but then limit it. It might be a mobile thing?*/
    width: 100%;
    max-width:960px;
    
    box-sizinig: border-box;
    text-align: center;

    left: 50%;
    transform: translate(-50%, 0%);
}

.text-container {
    position: relative;
    margin-top: 0%;

    /* /\* Idk why you say 100% width but then limit it. It might be a mobile thing?*\/ */
    /* width: 90%; */
    /* max-width:960px; */
    
    box-sizinig: border-box;
    text-align: left;

    padding-left:  90px;
    padding-right: 90px;

    transform: translate(0%, 0%);
}

.text-container-centered {
    position: relative;
    margin-top: 0%;

    /* /\* Idk why you say 100% width but then limit it. It might be a mobile thing?*\/ */
    /* width: 90%; */
    /* max-width:960px; */
    
    box-sizinig: border-box;
    text-align: center;

    padding-left:  90px;
    padding-right: 90px;

    transform: translate(0%, 0%);
}

.text-column {
    position: relative;
    margin-top: 0%;

    box-sizinig: border-box;
    text-align: left;

    padding-left:  2em;
    padding-right: 2em;

    left: 0%;
    transform: translate(0%, 0%);
}

.column {
    float: left;
    /* padding:10px; */
    width: 50.0%;
}

.column-screenshots {
    float: left;
    /* padding:10px; */
    width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 960px) {
  .column {
    width: 100%;
  }
} 
