/*
    Document   : css/styles.css
    Created on : 2015-03-09 11:43 PM
    Author     : joeyfromspace
    Description:
    Purpose of the stylesheet follows.
    To change this template use Tools | Templates.
*/

root {
    display: block;
    height: auto;
    width: auto;
}

p,ul,li,ol,td,div,span {
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight:300;
    color:#d6d6d6;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight:300;
    color:#eee;
}

html,body {        
    
}

body { 
    background-color: #000; 
    padding: 0px;
    margin:0; 
    color:#000; 
    overflow-x: scroll;
    overflow-y: hidden;    
}

section {    
    width:90%;
    margin:auto;
    padding-top:20px;
}

img.shatter-logo {
    display:block;
    margin: auto;
    margin-top:20px;
    width:15%;
    height:auto;
}

p {
    font-size:12px;
}

p.margin {
    margin-top:13px !important;   
}

p.center {
    text-align:center;
}

a { color: #eee; }

#big-video-wrap {
  position:relative !important;
}

.site-container {
    display:block;
    position:absolute;
    left:0;
    width:100%; 
    white-space: nowrap; 
}

.video-container {
    display:inline-block;
    position:relative;
    margin:0;
    padding:0;
    min-width:100vw;
    height: 100vh;
    max-height:100vh;
    width:100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.credits {
    z-index:3;
    position:fixed;
    display:inline-block;
    top:20px;
    left:95%;        
}

.spinner {
  width: 20px;
  height: 20px;  
  background-image:url('../images/yazidi-sun.png');
  background-size: contain;
  position: relative;  
}

.spinner:hover {
  -webkit-animation: spin 4.0s infinite linear;
  animation: spin 4.0s infinite linear;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;  
    
}

.double-bounce1:hover, .double-bounce2:hover {
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
    opacity:1;    
}

.double-bounce1, .double-bounce2 {
    background-image:url('../images/help-with-circle.svg');
    opacity:0;
}

.double-bounce2 {  
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes spin {
  0%, 100% { -webkit-transform: rotate(0deg) }
  50% { -webkit-transform: rotate(360deg) }
}

@keyframes spin { 
    from { 
        transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
    } to { 
        transform: rotate(360deg); 
        -webkit-transform: rotate(360deg);
    }
}

/* Modal Classes */

.wrap {
  padding: 40px;
  text-align: center;
}
.btn {
  background: #454545;
  border: #b4b4b4 solid 1px;
  border-radius: 3px;
  color: #b4b4b4;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  /* top: 40em;*/
}
.btn:hover {
  background: #e6e6e6;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 5%;
}
.modal-dialog {
  background: rgba(37, 37, 37, 0.5);
  border: #333333 solid 1px;
  border-radius: 5px;
  position: fixed;
  left: 15%;
  top: -100%;
  z-index: 11;
  width: 70vw;
  height:80vh;
  overflow-y:scroll;
  text-overflow:clip;
  -webkit-transform: translate(0, -300%);
  -ms-transform: translate(0, -300%);
  transform: translate(0, -300%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;    
}
/* Hide scrollbar in modal window */
/* .modal-dialog::-webkit-scrollbar { 
    display: none; 
} */

.modal-body {
  padding: 20px;    
}

.modal-body h5 {
    margin-top:2px;
    margin-bottom:10px;
    font-size:24px;
}

.modal-body p {
    margin-top:2px;
    margin-bottom:0;
}

.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom:1px solid rgba(255,255,255,0.15);
  text-align:center;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}

#start-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#start-button {
  background-image: url('../images/yazidi-sun.png');
  background-size: cover;
  background-color: transparent;

  width: 40vw;
  height: 40vw;
  border-radius: 100%;
  border: none;

  font-family: Georgia,Times,Times New Roman,serif;
  font-size:3.6vw;
  font-weight: bold;
  color: black;

  cursor: pointer;

  -webkit-animation: pulse 5s infinite;
  animation: pulse 5s infinite;
}
@media (min-width: 1000px) {
  #start-button {
    width: 250px;
    height: 250px;
    font-size: 20px;
  }
}
#start-button:hover {
  -webkit-animation: none;
  animation: none;
  background-color: #111;
}
#start-button span {
  color: black;
  font-weight: normal;
  font-size: .8em;
}

#wrap {
  display: none;
}


@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
