/*
font-family:'Dharma Gothic M W01 Thin';
font-family:'Abril Titling W01 Regular';
*/

body{
  color: white;
  background: black;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  
/*   border-top: 5px solid rgba(0,0,0,1); */
  
  font-family:'Nimrod W01', serif;
  
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {

    body{
        background-size: 142%;
        background-position: left top;
    }
    
    .main-content{
        padding: 0 0 100px 0;
    }
}

.main-content{
    margin: 0;
    padding: 0 0 150px;
}

.content-header{
    margin: 0;
}

a{
  color: black;
  text-decoration: none;
  
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

a:hover{
  color: white;
}

.random-background{
  background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}













/* HEADER */

.triangle{
  width: 170px; 
	height: 86px; 
	
	position: fixed;
  top: 0;
  left: 50%;
  margin-left: -85px;
  z-index: 100;
	
}

.menu{
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 50%;
  margin-right: -30px;
  background-image: url(../img/fuckem-menu-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  z-index: 110;
}

.menu-icon{
  width: 36px;
  height: 25px;	
  position: fixed;
  top:8px;
  left: 50%;
  margin-left: -18px;
  z-index: 101;
}

.menu-icon-bar{
  width: 100%;
  height: 5px;
  background-color: white;
  margin: 5px auto;
  position: relative;
}


.menu-icon:hover .menu-icon-bar:nth-child(1){
  -webkit-animation: menu-jiggle-1 1s infinite;
  -moz-animation: menu-jiggle-1 1s infinite;
  animation: menu-jiggle-1 1s infinite;
}


.menu-icon:hover .menu-icon-bar:nth-child(2){
  -webkit-animation: menu-jiggle-2 1s infinite;
  -moz-animation: menu-jiggle-2 1s infinite;
  animation: menu-jiggle-2 1s infinite;
}


.menu-icon:hover .menu-icon-bar:nth-child(3){
  -webkit-animation: menu-jiggle-3 1s infinite;
  -moz-animation: menu-jiggle-3 1s infinite;
  animation: menu-jiggle-3 1s infinite;
}



@-webkit-keyframes menu-jiggle-1 {
  0%,60%,100%   { left:0px; }
  10%   { /* left:5px; */  opacity: .2;  }
}

@-moz-keyframes menu-jiggle-1 {
  0%,60%,100%   { left:0px; }
  10%   { /* left:5px; */  opacity: .2;  }
}

@keyframes menu-jiggle-1 {
  0%,60%,100%   { left:0px; }
  10%   { /* left:5px; */  opacity: .2;  }
}


@-webkit-keyframes menu-jiggle-2 {
  0%,80%,100%   { left:0px; }
  30%   { /* left:5px; */  opacity: .2;  }
}

@-moz-keyframes menu-jiggle-2 {
  0%,80%,100%   { left:0px; }
  30%   { /* left:5px; */  opacity: .2;  }
}

@keyframes menu-jiggle-2 {
  0%,80%,100%   { left:0px; }
  30%   { /* left:5px; */  opacity: .2;  }
}


@-webkit-keyframes menu-jiggle-3 {
  0%,100%   { left:0px; }
  50%   { /* left:5px; */ opacity: .2; }
}

@-moz-keyframes menu-jiggle-3 {
  0%,100%   { left:0px; }
  50%   { /* left:5px; */  opacity: .2; }
}

@keyframes menu-jiggle-3 {
  0%,100%   { left:0px; }
  50%   { /* left:5px; */  opacity: .2; }
}



.tweet{
  position: fixed;
  right: 0;
  z-index: 1000;
}

.tweet img{
  margin: 20px;
  width: 30px;
  height: 30px;
}

.tweet img:hover{
  opacity: .3;
}













/* TITLE */

.title{
  margin: 0;
  color: black;
  opacity: 1;
  z-index: 0
}

/*
.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}
*/

  
h1{
  font-family:'Dharma Gothic M W01 ExBold';
  text-transform: uppercase;
  font-size: 28vw;
  font-weight: 300;
  line-height: .725;
  margin: -7px 0 0 -15px;
  letter-spacing: -2px;
  width: 90vw;
  opacity: .65;

}

h1.large{
  font-size: 35vw;
}

h2 {
  font-family:'Nimrod W01', serif;
  font-size: 26px;
  letter-spacing: 1px;
}



@media screen and (max-width: 480px) {
    h1{
      font-size: 28vw;
      letter-spacing: 0;
      margin: 0 0 0 -5px;
      padding: 100px 0 0;
      opacity: 1;
    }
}













/* MAIN COPY */

section p{
  margin: 20px 0;
}

.main-content{
  margin:  -10vw 0 0 0;
}

@media screen and (max-width: 1024px) {
    .main-content{
      margin:  -16vw 0 0 0;
    }
}

p{
  font-size: 25px;
  text-indent: 50px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  opacity: .85;
}

p.intro{
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

p.byline{
  font-size: 14px;
  text-indent: 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


@media screen and (max-width: 480px) {
  
  p.intro{
    font-size: 25px;
  }

  p{
    font-size: 20px;
    text-indent: 0px;
    line-height: 1.4;
  } 
}













/* BLOCK QUOTES */


.quote{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 150px;
  text-indent: 50px;
  font-weight: 400;
  line-height: .8;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 100px 0;
  padding: 0 30px;
  opacity: 1;
  color: black;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .quote{
    font-size: 100px;
    margin: 50px 0;
  }
}


.tick{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 300px;
  text-indent: 0px;
  font-weight: 400;
  line-height: .8;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 100px 0;
  padding: 0 30px;
  opacity: 1;
  color: black;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  .tick{
    font-size: 200px;
    margin: 50px 0;
  }
}













/* FOOTER */
.footer{
  background: rgba(0,0,0,0.75);
  padding: 50px;
}

.footer p{
  font-size: 20px;
  text-indent: 0px;
}

.footer p strong{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 30px;
  font-weight:normal;
  text-transform: uppercase;
  line-height: .8;
}

.footer a{
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer a:hover{
  opacity: .7;
}

.credit{
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background-color: rgba(0,0,0,0.4);
}

.credit a{
	color: white;
}

.credit a:hover{
	color: black;
}














/* MADLIBS OF REGRET */


input.regret{
  border: none;
  border-bottom: 1px solid white;
  
  font-family:'Nimrod W01', serif;
  font-size: 25px;
  text-align: center;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1px;
  opacity: 1;
  
  padding: 0 10px;
  width: 50px;
  min-width: 50px;
  max-width: 280px;
  transition: width 0.25s;
  
  background: none;
  
  color: rgba(255,255,255,1);
}

strong.regret-headline{
font-family:'Dharma Gothic M W01 Thin';
  font-size: 75px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
  opacity: 1;
  color: black;
}

strong.regret-headline .regret{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 75px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  opacity: 1;
  
  color: black;
  
  padding: 0 20px;
  width: 50px;
  min-width: 50px;
  max-width: 600px;
  transition: width 0.25s;
  
  background: none;
  
  border: none;
  border-bottom: 1px solid black;
}

::-webkit-input-placeholder {   color: rgba(255,255,255,0.5);  }
:-moz-placeholder { /* Firefox 18- */   color: rgba(255,255,255,0.5);  }
::-moz-placeholder {  /* Firefox 19+ */   color: rgba(255,255,255,0.5);  }
:-ms-input-placeholder {  color: rgba(255,255,255,0.5);  }


.madlib-button{
  padding: 10px 0; 
  margin-top: 100px;
  text-align: center;
  font-family:'Nimrod W01', serif;
  font-style: italic;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  display: block;

  background-color: rgba(0,0,0,.2);
  color: white;
  
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.madlib-button:hover{
  background-color: rgba(0,0,0,1);
}

@media screen and (max-width: 1024px) {
  .madlib-button{
    display: none;
  }
}













/* POSITIONS OF SEXY SEX */

strong.positions{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 75px;
  text-transform: uppercase;
  margin: 20px 0;
  opacity: 1;
  color: black;

}













/* REVIEWS */
.rating{
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  
  padding: 50px;
  margin: 100px auto -150px;
  
  text-align: center;
  
  width: 100%;
  background-color: rgba(255,255,255,0.2);
}

.stars{
  font-size: 13vw;
  text-indent: 0;
  padding: 0 0 60px;

}

.tldr{
  font-size: 25px;
  text-indent: 50px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 0;
  opacity: .85;
  text-indent: 0;
  width: 90%;
  max-width: 600px;
}

.tldr strong{
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 50px;
  line-height: .8;
  text-transform: uppercase;
}













/* RANDOM GRID */

.two-column{
  -webkit-column-count:2; /* Chrome, Safari, Opera */
  -moz-column-count:2; /* Firefox */
  column-count:2;
}

.one-column{
  -webkit-column-count:1; /* Chrome, Safari, Opera */
  -moz-column-count:1; /* Firefox */
  column-count:1;
}

.images{
  opacity: .2;
  margin: -60px 0;
  z-index: 1;
  
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.images:hover{
  opacity: 1;
  z-index: 50;
}



@media screen and (max-width: 1024px) {
  .images{
    margin: 20px 0;
    padding: 0;
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  .images{
    margin: 20px 0;
    padding: 0;
    opacity: 1;
  }
}




















/* MENU */

.fixed{
  overflow: hidden;
}

/* Overlay style */
.overlayMenu {
	position: fixed;
	overflow: scroll;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
	z-index: 200;
}

.home{
  padding-top: 20vw;
  height: auto;
  position: relative;
  background: black;
  overflow: auto;
}


@media screen and (max-width: 900px) {

  .home{
    padding-top: 40vw;
  }
  
}

nav{
  max-width: 1600px;
}

.overlayMenu .new{
  position: absolute;
  top: -8px;
  left: -15px;
}

.new {
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
}
.new:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: white;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
}


.new-text{
  font-family:'Dharma Gothic M W01 Thin';
  position: absolute;
  font-size: 28px;
  color: black;
  left: 4px;
  top: 2px;
  z-index: 100;
}


@media screen and (max-width: 900px) {

  .overlayMenu .new{
    position: absolute;
    top: -13px;
    left: calc(50% - 20px);
  }
  
}


/* Overlay closing cross */
.overlayMenu .overlayMenu-close {
	width: 100px;
	height: 80px;
	position: relative;
	left: 50%;
	margin: 30px 0 30px -50px;
	top: 20px;
	overflow: hidden;
	border: none;
  background-color: transparent;
	color: transparent;
	outline: none;
	z-index: 300;
  cursor: pointer;
	
	opacity: 1;
    
  -webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.overlayMenu .overlayMenu-close:hover {
  transform: scale(0.9);
}


/* Menu style */
.overlayMenu nav {
	position: relative;
	width: 90vw;
	margin: 50px auto 0;	
}

.overlayMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
}

.overlayMenu ul li {
	display: block;
	margin: 0px 0 20px 0;
}

.overlayMenu ul li a {
	display: block;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	
	padding: 15px 0 120px;
	border-top: 1px solid rgba(255,255,255,1);
  
  color: white;
  opacity: 1;
  
  -webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.overlayMenu ul li a h3 {
  font-family:'Dharma Gothic M W01 Thin';
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: .8;
  margin: 0;
  letter-spacing: 1px;
  float: left;
  width: 70%;
}

.overlayMenu ul li a h4 {
  font-family:'Nimrod W01', serif;
  font-size: 15px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  width: 30%;
  margin: 0;
}

.overlayMenu ul li a h4 em {
  font-size: 10px;
  line-height: 2;
  opacity: .5;
}

@media screen and (max-width: 900px) {
  .overlayMenu ul li {
  	display: block;
  	margin: 0px 0 50px 0;
  }

  .overlayMenu ul li a h3 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  
  .overlayMenu ul li a h4 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 10px 0 0;
  }

}



/* Effects */
.overlay-fuckem {
	opacity: 0;
	visibility: hidden;
  z-index: -1;
	-webkit-transition: all 0.5s, visibility 0s 0.5s;
	transition: all 0.5s, visibility 0s 0.5s;
}

.overlay-fuckem.open {
	opacity: 1;
	visibility: visible;
  z-index: 200;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.random-background,
.random-background-home{
  background-size: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}


@media screen and (max-width: 900px) {
  .random-background,
  .random-background-home{
    background-size: 220%;
  	background-repeat: no-repeat;
  	background-position: left top;
  	background-attachment: scroll;
  }
}

.overlay-fuckem nav {
	
}

.overlay-fuckem nav ul {
	opacity: 0.4;
	
}

.overlay-fuckem.open nav ul {
	opacity: 1;
	
}

.overlay-fuckem.close nav ul {
	
}













/* MISC */

::selection {
	background: rgba(0,0,0,1); /* Safari */
	}
::-moz-selection {
	background: black; /* Firefox */
}













