article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*Clearfix*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
/*Box sizing*/
* {
  box-sizing: border-box; }

@-webkit-keyframes diamondGlowMain {
  0% {
    fill: #ECF0F1; }
  50% {
    fill: #81CFE0; }
  100% {
    fill: #ECF0F1; } }

@keyframes diamondGlowMain {
  0% {
    fill: #ECF0F1; }
  50% {
    fill: #81CFE0; }
  100% {
    fill: #ECF0F1; } }
@-webkit-keyframes diamondGlowShadow {
  0% {
    fill: #C5EFF7; }
  50% {
    fill: #5C97BF; }
  100% {
    fill: #C5EFF7; } }
@keyframes diamondGlowShadow {
  0% {
    fill: #C5EFF7; }
  50% {
    fill: #5C97BF; }
  100% {
    fill: #C5EFF7; } }
@-webkit-keyframes eleganceGlow {
  0% {
    color: #E4F1FE; }
  50% {
    color: white; }
  100% {
    color: #E4F1FE; } }
@keyframes eleganceGlow {
  0% {
    color: #E4F1FE; }
  50% {
    color: white; }
  100% {
    color: #E4F1FE; } }
html {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

body {
  font-family: "Josefin Sans", "Great Vibes", "helvetica neue";
  font-size: 8vw;
  color: white;
  overflow: hidden; }

.wrapper {
  width: 100vw;
  height: 100vh;
  background-color: white;
  overflow: hidden;
  position: relative; }

.headerText {
  width: 80vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1em;
  z-index: 6;
  opacity: 0; }

.textLine1 {
  font-family: "Josefin Sans";
  color: #ECF0F1;
  font-size: 5vw;
  font-weight: 600;
  margin-bottom: 0; }

.textLine2 {
  font-weight: 400;
  font-family: "Great Vibes";
  color: #ECF0F1;
  font-size: 10vw;
  line-height: 1.1em;
  margin-top: 0; }

.leftCover {
  width: 50vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-repeating-linear-gradient(left, #34495E, #54708C 8%, #34495E 20%);
  background: repeating-linear-gradient(left, #34495E, #54708C 8%, #34495E 20%);
  opacity: 0.97;
  z-index: 5;
  -webkit-transition: left 1s ease-in-out;
          transition: left 1s ease-in-out; }

.logoArea {
  max-width: 500px;
  width: 70%;
  height: auto;
  padding: 1px;
  z-index: 6;
  position: absolute;
  bottom: 10px;
  left: 35px; }

.rightCover {
  width: 50vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-repeating-linear-gradient(right, #34495E, #54708C 8%, #34495E 20%);
  background: repeating-linear-gradient(right, #34495E, #54708C 8%, #34495E 20%);
  opacity: 0.97;
  z-index: 5;
  -webkit-transition: right 1s ease-in-out;
          transition: right 1s ease-in-out; }

.gitHubWatermark {
  width: 30%;
  position: absolute;
  top: 10px;
  right: 100px;
  opacity: 0.5; }

.cameronCodesWatermark {
  width: 30%;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.5; }

.diamondText {
  float: right;
  margin-right: 15%;
  margin-top: 50%;
  font-size: 2vw;
  font-family: "Josefin Sans";
  position: absolute;
  right: 20%;
  bottom: 8%;
  z-index: 4; }

.mainBackground {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 1px;
  z-index: 1;
  overflow: hidden; }

.logoAreaMain {
  max-width: 500px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 35px;
  padding: 1px;
  z-index: 2;
  opacity: 0;
  width: 70%; }

.pictureAccreditation {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: black; }
  .pictureAccreditation h5 {
    font-size: 1vw; }

.slider-holder {
  position: relative;
  max-width: 100vw;
  margin: 0 auto;
  margin-top: 7%; }

.slider {
  margin: 0 auto;
  margin-top: 5%;
  position: relative;
  width: 100vw;
  height: 70vh;
  overflow: hidden; }

.slider-item {
  position: absolute;
  width: 80vw;
  height: 70vh;
  margin-top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0; }

img {
  display: block;
  margin: 0 auto;
  max-height: 90%;
  height: auto;
  width: 100%;
  width: auto; }

.infoHolder {
  position: absolute;
  font-size: 2vw;
  color: black;
  bottom: 0;
  right: 20vw;
  text-align: left; }
  .infoHolder .price {
    text-align: right;
    line-height: 0px; }

.previousTrigger {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 10%;
  bottom: 30%;
  opacity: 0.2;
  display: none; }

.nextTrigger {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 10%;
  bottom: 30%;
  opacity: 0.2;
  display: none; }

@media only screen and (min-width: 1280px) {
  #imageHolder {
    max-height: 90%;
    height: auto;
    max-width: 1000px;
    width: 100%; }
    #imageHolder #imageSlider {
      max-height: 90%;
      height: auto;
      max-width: 1000px;
      width: 100%; }
      #imageHolder #imageSlider .sp img {
        max-height: 90%;
        height: auto;
        max-width: 1000px;
        width: 100%;
        margin-top: 3%; } }
@media only screen and (min-width: 1360px) {
  .logoArea {
    width: 70%; }
    .logoArea img {
      width: 70%;
      height: auto; }

  .logoAreaMain {
    width: 70%; }
    .logoAreaMain img {
      width: 60%;
      height: auto; }

  #imageHolder {
    max-height: 90%;
    height: auto;
    max-width: 1000px;
    width: 100%; }
    #imageHolder #imageSlider {
      max-height: 90%;
      height: auto;
      max-width: 1000px;
      width: 100%; }
      #imageHolder #imageSlider .sp img {
        max-height: 100%;
        max-width: 1000px;
        width: 100%; } }
@media only screen and (min-width: 1746px) {
  .logoArea img {
    width: 80%; }

  .logoAreaMain img {
    width: 80%; }

  #imageHolder {
    max-height: 90%;
    height: auto;
    max-width: 1200px;
    width: 100%; }
    #imageHolder #imageSlider {
      max-height: 90%;
      height: auto;
      max-width: 1200px;
      width: 100%; }
      #imageHolder #imageSlider .sp img {
        max-height: 100%;
        max-width: 1000px;
        width: 100%; } }
@media only screen and (min-width: 3840px) {
  .logoArea {
    width: 100%; }

  .logoAreaMain {
    width: 100%; }
    .logoAreaMain img {
      width: 100%;
      max-width: 600px; }

  #imageHolder {
    max-height: 90%;
    height: auto;
    max-width: 2000px;
    width: 100%; }
    #imageHolder #imageSlider {
      max-height: 90%;
      height: auto;
      max-width: 2000px;
      width: 100%; }
      #imageHolder #imageSlider .sp img {
        height: auto;
        max-width: 2000px;
        width: 100%; }

  .previousTrigger {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 10%;
    bottom: 30%;
    opacity: 0.2;
    display: none; }

  .nextTrigger {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 10%;
    bottom: 30%;
    opacity: 0.2;
    display: none; } }
