html {
	font-size: 16px;
    box-sizing: border-box;
}

body {
	font-family: 'Spectral', serif;
	background: #2C233E;
	position: relative;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    transition: background 0.2s ease-in-out;
}

body.blue {
    background: #121122;
}

html,
body {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

h1,h2,h3,
.h1,.h2,.h3 {
	color: #DC4645;
	font-weight: 800;
    font-family: 'Montserrat', Helvetica, Arial;
    line-height: 1;
}

a {
  color: #CB9B71;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #DC4645;
}

.text-color {
    color: #DC4645;
}

h1 {
    font-size: 8vw;
}

h2 {
    font-size: 5rem;
    margin-bottom: 2rem;
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 10vw;
    }

    h2 {
        font-size: 3rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

p {
    padding-right: 2rem;
}

.text-larger {
    font-size: 1.5rem;
}

.title--cranium-florens {
    max-width: 750px;
    width: 100%;
}

.label--top {
    font-size: 1.5rem;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate3d(-50%,0,0);
    color: #CB9B71;
}

.label--bottom {
 
    font-family: 'Spectral', serif;
    font-size: 2rem;
    font-size: 2vw;
    position: absolute;
    bottom: 15%;
    color: #CB9B71;
    text-decoration: none;
}

.section {
    padding: 8em 0;
}

@media (max-width:575px){

    .section {
        padding: 3em 0;
    }
    .label--bottom {
        font-size: 6vw;
    }
    .skull-bg {
        background-size: contain!important;
    }
}


.section--fullscreen {
	height: auto;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.section--fullscreen-header {
    height: auto;
    min-height: 80vh;
    width: 100%;
    position: relative;
}

.section--accent h2,
.section--accent .text-color {
    color: #C64635;
}

.section-background-ascent {
    background-color: #121122;
}


.text-outline {
    color: #c64635;
    font-size: 7.5rem;
    position: absolute;
    top: 0;
    transform: translate3d(0,-25%,0);
    display: block;
    line-height: 1;
    left: 0;
    /* z-index: -1; */    
    opacity: 0.3;
}

h2 .text-outline {
    font-size: 100%;
    transform: translate3d(0,-60%,0);
    color: inherit;
}



.mirror {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.mirror__source {
  display: inline-block;
  overflow: hidden;
  opacity: 1;
  float: left;
  width: 100%;
  height: auto;
}
.mirror__source--flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.mirror__source img {
  height: 100%;
  width: auto;
}

.scanline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("http://isthismario.com/static/img/scanline.png");
  z-index: 5;
  opacity: 0.02;
}
