html {
  height: 100%
  width:100%;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: black;
  font-family: 'Anton', helvetica;
  background: #302e46; }

a {
  text-decoration: none;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

h1 {
  color: inherit;
  font-size: 35px;
  margin: 0px 0 30px;
  display: block;
  line-height: 50px;
  color: white;
  letter-spacing: 2px;;
  text-transform: uppercase;
  text-align: center; }

p {
	color: white;
    font-size: 14px;
    margin-bottom: 0;
	font-family: helvetica;
}
a {
    color: white;
    font-size: 20px;
    line-height: 40px;
}

a:hover {
  /* Will override color (regardless of order) */ }

.links-wrapper {
  margin: 20px 0 0;
  position: relative; }

.footer-wrapper {
  margin: 0px 0; }
.footer-wrapper a {
    display: inline-block;
}
.footer-wrapper a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.insta-tag {
    position: absolute;
    top: 10px;
    left: 98%;
    font-size: 20px;
    color: white;
    z-index: 1;
    -webkit-transform-origin: left top;
    transform: rotate(90deg);
}
/* .background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: black;
}
.background:after {
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    lefT: 0;
    content: '';
} */
.background .col {
    width: 33.33%;
    float: left;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.content {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

@media (max-height: 960px) {
    h1 {
      font-size: 40px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 25px;
    }
    a {
        font-size: 25px;
    }
}
@media (max-height: 608px) {
    .links-wrapper h1, .links-wrappera {
        font-size: 23px;
        line-height: 30px;
    }
    .insta-tag {
        display: none;
    }
}
@media (max-height: 478px) {
    .links-wrapper h1, .links-wrapper a {
        font-size: 19px;
        line-height: 25px;
    }
}

