/****************************************

Site		    Depicable me 3
Author		    kirk.

Colors
red 			color: #c2002f;

Fonts
font-family: 'Open Sans', sans-serif;
font-family: 'PT Serif', serif;


/***************************************/

body {
  background-color: #ffffff;
}

a:link, a:visited {
    color: #c2002f;
    text-decoration: none;
    font-size: inherit;
    font-family: 'DINNextLTPro-Light', sans-serif;
}

a:hover {
    border-bottom: 1px solid;
}

a.section-link:link, a.section-link:visited {
    text-decoration: none;
    font-family: 'DINNextLTPro-Regular', sans-serif;
    font-size: inherit;
    font-style: normal;
}

a.section-link:hover {
    border: none;
}

#opener h1, #opener h1 span {
    text-shadow: 2px 2px 3px #000;
}

#about p {
    font-size: 1.2em;
}

#social {
    background-image: url('_img/social.png');
}

#social h3 {
    color: #fff;
}

#social p {
    font-size: 1.2em;
    padding: 0;
}

.black {
    background-color: #000;
}

.black h2 {
    color: #fff;
}

.black p {
    color: #fff;
    font-size: 1.2em;
    padding: 0;
}

.background-black-fade {
    padding-top: 100px;
    position: relative;
    background-color: #000;
    background: url('_img/social_fade.jpg') no-repeat top/contain #000;
}

.background-black-fade h3, .background-black-fade h2 {
    color: #fff;
    text-shadow: 0px 0px 2px #777;
}

.background-black-fade p {
    color: #fff;
    font-size: 1.2em;
    padding: 0;
    text-shadow: 0px 0px 2px #777;
}

#stats {
    background-image: url('_img/results_background.png');
    /*background-image: none; background-color: #464646;*/
}

#stats p {
    font-size: 100px;
}

blockquote, iframe {
    width: 100% !important;
}

.space-bottom {
    margin-bottom: 31px;
}


/*==LARGE==*/

@media only screen and (min-width:64.025em) {}


/*==MEDIUM==*/

@media only screen and (min-width:40.0625em) and (max-width:64em) {}


/*==SMALL==*/

@media only screen and (max-width: 40em) {}

.copy-wrap {
    height: auto!important;
}

.copy {
    position: relative;
    transform: none;
    top: 0;
}

/*.header-video{
  width: 100vw;
  position: relative;
  min-height: 50vh;
  overflow: hidden;
  background-image: url('_img/snowman-cover.jpg');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}*/
 
/*.header-video::before{
  content: "";
  display: block;
  padding-top: 50%;
}*/

.header-video iframe,
.header-video object,
.header-video embed,
.header-video video {
    display: none;
}

/*Start of changes*/

/*.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

 .embed-container .player .video-wrapper{
     background-color: transparent !important;
 }*/


.embed-container{
    overflow:hidden;
    padding-bottom:60.81%;
    position:relative;
    height:0;
}
.embed-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* End of changes*/

.swiper-button-next{
    right: 15%;
    left: auto;
    bottom: 10px;
    top: auto;
	  width: 30px;
    height: 25px;
    -moz-background-size: 18px 14px;
    -webkit-background-size: 18px 14px;
    background-size: 18px 14px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 2px;
}

.swiper-button-prev{
	  left: 15%;
    right: auto;
    bottom: 10px;
    top: auto;
    width: 30px;
    height: 25px;
    -moz-background-size: 18px 14px;
    -webkit-background-size: 18px 14px;
    background-size: 18px 14px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 2px;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: #CCC;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

.flatliners-header-title{
    font-size: 32px;
}

@media screen and (min-width: 768px) {
  /*.vertical-center{
    padding-top: 14%;
  }*/

  .header-video iframe,
  .header-video object,
  .header-video embed,
  .header-video video {
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translateX(-50%);
      display: block;
  }

  .header-video::before{
    content: "";
    display: block;
    padding-top: 50%;
  }

  .flatliners-header-title {
    font-size: 55px;
  }

  /*.embed-container{
      margin-top: 20%;
  }*/
}

h1 {
  font-size: 29px;
  margin-top: -30px;
}
