
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap');


@media (min-width:320px)  { .mobile-overlay {display: flex;} }
@media (min-width:481px)  { .mobile-overlay {display: flex;}}
@media (min-width:641px)  { .mobile-overlay {display: none;}}
@media (min-width:961px)  { .mobile-overlay {display: none;}}
@media (min-width:1025px) { .mobile-overlay {display: none;}}
@media (min-width:1281px) { .mobile-overlay {display: none;} }




/* ANSWERS CSS */

#answers-page {
    margin: 0; 
}

.answer-page-guidelines {
    display: flex; 
    justify-content: center;
    /* align-items: center; */
    height: 100%; 
    width: 100vw; 
}

.left-column, .right-column {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    margin-left: 200px; 
    margin-right: 200px; 
    
    /* align-items: center; */
}



.clue-div {
    display: flex; 
    align-items: center; 
}

.clue-div:hover {
    opacity: 0.8; 
}
.clue-title {
    margin-top: 20px; 
    width: 150px; 
    height: 150px; 
    background-color: #011936; 
    display: flex; 
    justify-content: center;
    align-items: center;
    color: #F6F6F6;
    border-radius: 20px; 
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500; 
    padding: 10px; 
    text-align: center; 
}

.clue-div > p {
    margin-left: 10px; 
    display: none; 
}

/* LANDING PAGE CSS */

    .landing-page-next {
        margin-top: 20px; 
        padding: 20px; 
        background-color: #006e33;
        color: white; 
        font-size: 20px; 
        font-family: 'Ubuntu', sans-serif;
        margin-bottom: 50px; 
        
    }

    #landing-page {
        margin: 0;
        height: 100vh; 
        width: 100vw; 
        font-family: 'Ubuntu', sans-serif;
        background-color: #F6F6F6;
    }



    .landing-page-header {
        width: 100%;
        height: 300px; 
        background-color: #011936;
        display: flex; 
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fuse-logo {
        width: 200px; 
        height: auto; 
        margin-top: 20px;
        margin-bottom: 20px;  
    }

    .landing-page-header > h1 {
        color: #f6f6f6;
        font-family: 'Ubuntu', sans-serif;
        font-size: 50px; 
    }

    .landing-page-header > p {
        color: #fb3;
        font-family: 'Ubuntu', sans-serif;
        font-size: 30px; 
        margin-top: 20px; 
    }

    .landing-page-header > p:nth-child(4) {
        color: #fb3;
        font-family: 'Ubuntu', sans-serif;
        font-size: 20px; 
        margin-top: 20px; 
    }

    .anchor-links {
        display: flex; 
        justify-content: center;
        align-items: center;
    }

    .team-name a {
        background-color: #Fb3; 
        margin: 5px; 
        padding: 10px; 
        border-radius: 10px; 
        font-family: 'Ubuntu', sans-serif;
        text-decoration: none; 
        color: #011936; 
        margin-top: 20px; 
        display: none; 

    }

    .team-name a:hover {
       opacity: 0.8;

    }

    .team-name {
        height: 400px; 
        display: flex; 
        flex-direction: column;
        align-items: center;
        font-family: 'Ubuntu', sans-serif;
        margin-top: 50px; 
    }

    .team-name p {
        margin-bottom: 20px; 
    }
    .team-name h1 {
        font-size: 40px; 
    }



    #team-name-form {
        display: flex; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
    }

    .team-name-button {
        margin-top: 10px; 
        padding: 10px 20px; 
        color: white; 
        background-color: #011936;
    }

    .team-name-input {
        padding-left: 5px; 
        height: 40px; 
        margin-top: 20px; 
        width: 200px; 
        font-size: 20px; 
        border: 2px solid #011936;
        border-radius: 10px; 
    }

    .washington-image {
        background-image: url("https://unmask.s3.amazonaws.com/washington_manhunt/images/elevenphotographs-qsKrZzSC3vM-unsplash.jpg");
        width: 100%; 
        height: 500px; 
        background-size: cover; 
        background-position: center; 
        
    }

    button.team-name-button {
        align-self: center; 
    }

    .landing-page-guidelines {
        width: 100%;
        height: 100%; 
        display: flex; 
        flex-direction: column;
        align-items: center;
        margin-top: 40px; 
        font-family: 'Ubuntu', sans-serif;
    }

    .landing-page-guidelines h1 {
     font-size: 40px; 
     margin-bottom: 20px; 
     text-transform: uppercase; 
    }

    .rules {
        width: 100%; 
        height: 150px; 
        display: flex; 
        justify-content: center;
        align-items: center;
        border: 1px solid #011936;
        border-radius: 10px;
        margin-top: 10px; 
    }

    .rules .left, .rules .right {
        width: 50%; 
        display: flex; 
        align-items: center;
        justify-content: center; 
        font-family: 'Ubuntu', sans-serif;
        /* padding-top: 20px; 
        padding-bottom: 20px;  */
        margin: 0;
        height: 150px;
        /* border-radius: 10px;  */
        
    }

    .rules .left p, .rules .right p {
        margin: 20px; 
        font-size: 18px;
        font-weight:400;  
    }

   .rules .left:nth-child(even){
        width: 30%; 
    }

    .fas {
        color: #Fb3;
    }
    .border {
        height: 100%; 
        width: 50%; 
        display: flex; 
        flex-direction: column;
        align-items: center;
        margin-top: 20px; 
        /* border: 2px solid #011936;
        border-radius: 10px; 
        box-shadow: 3px 3px 3px 0px;  */
    }



    .goog-logo {
        width: 90px; 
        height: auto; 
        z-index: 99;
    }

    #zane-video {
        width: 60%; 
        height: auto;
    }

    #game-video {
        border-top: 5px solid #011936;
        padding-top: 50px; 
    }
    
    #game-video h2 {
        margin-bottom: 20px; 
    }



/* ----------- MOBILE QUERIES ----------- */

/* Portrait and Landscape */
@media only screen and (max-width: 600px)
{
    .landing-page-header {
        height: 400px; 
        text-align: center; 
    }
    
    .landing-page-header h1 {
        text-align: center; 
    }

    .landing-page-header  p {
        max-width: 60%; 
    }

    .landing-page-guidelines h1 {
        text-align: center; 
    }

    .landing-page-guidelines .border {
        width: 75%; 
    }
   
    .landing-page-guidelines .border p {
        font-size: 12px; 
    }

    #zane-video {
        width: 80%; 
    }

    .fuse-logo {
        width: 100px; 
    }
}





/* Portrait */
@media only screen 
  and (min-device-width: 100px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .team-name h1 {
        font-size: 20px; 
    }

    .landing-page-header {
        height: 400px; 
        text-align: center; 
    }
    
    .landing-page-header h1 {
        text-align: center; 
    }

    .landing-page-header  p {
        max-width: 60%; 
    }

    .landing-page-guidelines h1 {
        text-align: center; 
    }

    .landing-page-guidelines .border {
        width: 75%; 
    }
   
    .landing-page-guidelines .border p {
        font-size: 12px; 
    }

    #zane-video {
        width: 80%; 
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 100px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .landing-page-header {
        height: 400px; 
        text-align: center; 
    }
    
    .landing-page-header h1 {
        text-align: center; 
    }

    .landing-page-header  p {
        max-width: 60%; 
    }

    .landing-page-guidelines h1 {
        text-align: center; 
    }

    .landing-page-guidelines .border {
        width: 75%; 
    }
   
    .landing-page-guidelines .border p {
        font-size: 12px; 
    }

    #zane-video {
        width: 80%; 
    }

}


/* GAME CSS */

.clue-confirmation {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    height: 200px; 
    max-width: 50%; 
    background-color: rgb(233, 229, 229); 
    color: black; 
    border: 3px groove green; 
    font-family: 'Share Tech Mono', monospace;
    display: none;
    justify-content: center;
    align-items: center;  
    z-index: 99999;  
    text-align: center; 
    padding:  0 50px; 
}

#bomb-confirmation {
    position: fixed;
    top: 20%;
    left: 50%;
}

.popup1 {
    width: 400px;
    height: 75px;
    background-color: black;
    position: fixed; 
    bottom: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -200px; 
    color: #fff;
    padding: 20px;
    z-index: 9;
    animation: bounce 3s infinite; 
    text-align: center;
    display: flex; 
    justify-content: center;
    align-content: center;
  }

.popup2 {
    width: 400px;
    height: 75px;
    background-color: black;
    position: fixed;
    bottom: 200px;  
    left: 75%; 
    transform: translate(-50%, -50%);
    margin-left:-200px;
    color: #fff;
    padding: 20px;
    z-index: 9;
    animation: bounce 3s infinite; 
    text-align: center;
    display: none; 
    justify-content: center;
    align-content: center;
 
  }

.clue {
    width: 400px;
    height: 75px;
    background-color: #Fb3;
    position: fixed;
    bottom: 125px;
    left: 90%;
    transform: translate(-50%, -50%);
    margin-left:-200px;
    color: black;
    padding: 20px;
    z-index: 9;
    text-align: center;
    display: none; 
    justify-content: center;
    align-content: center; 
  }

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-30px); }
    60% {
      -webkit-transform: translateY(-15px); } }
  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0); }
    40% {
      -moz-transform: translateY(-30px); }
    60% {
      -moz-transform: translateY(-15px); } }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    40% {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px); }
    60% {
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px); } }


  .box > .close {
      top: -9%;
      left: 1%;
      width: 50px; 
  }

  .clue > .close {
      color: black; 
  }

  .box > p {
      width: 250px; 
      align-self: center; 
  }

.popup1.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 50%;
    bottom: -15px;
    border-top: 15px solid black;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
  }

  .popup2.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 10%;
    bottom: -15px;
    border-top: 15px solid black;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
  }

  /* .clue.arrow-bottom:after {
    content: " ";
    position: absolute;
    right: 10%;
    bottom: -15px;
    border-top: 15px solid #fb3;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
  } */


  .blur {
      width: 100vw; 
      height: 100vh; 
      position: fixed; 
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0,0,0,0.5); /* Black background with opacity */
      z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
      backdrop-filter: blur(5px);
      
  }

/* HINT */

.hint {
    padding: 10px; 
    font-weight: 600; 
    border: 3px groove;
    width: 100px; 
}

.hint:hover {
    color: crimson; 
}

.hint:focus {
    outline: none; 
    box-shadow: none; 
}

.hint:active {
    background: #e5e5e5;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
     -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
    box-shadow: inset 0px 0px 5px #c1c1c1;
}



/* TEMPLATED FOOTER */
#permanent-footer__inner {
    font-family: roboto, sans-serif; 
    display: flex;
    justify-content: space-evenly ;
    align-items: center;
    position: fixed;
    bottom:0;
    left: 0; 
    width: 100%;
    height: 150px; 
    background-color: #011936; 
    text-align: center;
    padding: 40px;
    z-index: 999; 
    /* border-top: 5px ridge #004791; */
    -moz-box-shadow:    inset 0 4px 8px -3px #F6F6F6;
    -webkit-box-shadow: inset 0 4px 8px -3px #F6F6F6;
    box-shadow:         inset 0 4px 8px -3px #F6F6F6;
    box-sizing: border-box; 
}

.permanent-footer__inner--nextitem {
    display: flex;
    position: absolute; 
    top: -34px;
    height: 35px; 

}

.permanent-footer__inner--nextitem a {
    background-color: #a7a6a3;
    color: black; 
    width: 70px;  
    padding: 10px;
    margin: 0 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    border-top: 2px solid #011936; 
    border-left: 2px solid #011936; 
    border-right: 2px solid #011936; 
    font-weight: 400; 
}



.permanent-footer__inner--nextitem a:hover {
    background-color: rgba(126, 125, 122);
    color: white;
    text-decoration: none;
      
}

.permanent-footer__inner--nextitem a.styled {
    background-color: #68B0AB;
    color: white;
    text-decoration: none;
      
}

/* .team-name {
    display: flex; 
    align-items: center;
    justify-content: center;
    width: 100px; 
    height: 100px;
    border: 2px solid black;
    border-radius: 4px;
    margin: 20px 20px;
    padding: 10px; 
    background: url(/images/pic08.jpg);
    color: white;  
} */

.next-item {
    display: flex; 
    align-items: center;
    float: right; 
    justify-content: center;
    width: 100px; 
    height: 100px;
    border: 2px solid black;
    border-radius: 4px;
    margin: 20px 20px;
    padding: 10px; 
    background: url(/images/pic10.jpg);
    color: white; 
} 

.input-area {
    display: flex; 
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 60%; 
}

#permanent-footer__inner > div > p {
    margin-bottom: 10px !important; 
}


.general-input {
    border-radius: 4px; 
}

footer input {
    padding-left: 5px; 
}

.zane-button {
    display: flex;
    align-items: center;
    justify-content: center; 
    background-color: #Fb3; 
    color: black; 
    width: 100px;
    height: 50px; 
    margin: 10px; 
    border: 2px outset black;
    border-radius: 4px; 
    font-weight: 700;  

}
.zane-button:hover {
    -moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;

}





/* 2_DEATH NOTE */



#page-wrapper {
    margin-bottom: 250px; 
 
}

body.CIA-template {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;

}

#CIA-template-header {
    height: 75px; 
    border-bottom: 5px ridge #004791;
    display: flex;  
    justify-content: center; 
    align-items: center;  
    background: url(https://unmask.s3.amazonaws.com/washington_manhunt/images/american-flag.jpeg);
    background-size: cover;
    background-color: rgba(0,0,0,0.2);
    margin: 0; 
}

#CIA-template-header img {
    height: 75px; 
    float: left; 
    margin: 50px; 
}

#CIA-template-header h1 {
    font-weight: 600; 
}

#CIA-template-header p {
    margin: 5px; 
}
.classified {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}
.classified-description {
    color: white; 
    background-color: black;
    padding: 0 30px;  

}

#death-note {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

#death-note h1 {
    display: flex; 
    justify-content: center; 
    color: red; 
}
.death-note--images {
    border: 1px solid black; 
    height: 100vh; 
    width: 60vw; 
}

.death-note--image1 {
    display: none; 
    background-color: rgba(177, 76, 140, 0.5);
    height: auto;
    width: 60vw;
    justify-content: center;
    align-items: center; 
}

.death-note--image2 {
    display: none; 
    background-color: rgba(48, 190, 136, 0.5);
    height: auto;
    width: 60vw;
    justify-content: center;
    align-items: center; 
}

.death-note--image3 {
    display: block; 
    /* background-color: rgba(0,0,0,0.5); */
    height: auto;
    width: 50vw;
    justify-content: center;
    align-items: center; 
}

#input-area__death-note--form {
display: flex;
align-items: center;  
}

.input-area__death-note input {
    width: 30px;
    height: 30px;
    border: 1px solid black; 
    border-radius: 4px;
    margin: 0 2px;
    background-color: #fff;
    text-align: center;
    font-size: 20px; 
    font-weight: 700;       
    }

input.wrong-answer{
        animation: go-to-white 5s; 
    }

@keyframes go-to-white {
        10% {background-color:red;}
        60% {background-color: white;}
        }

.input-area__death-note .second-direction {
    margin-left: 30px; 
}

.input-area__death-note p {
    color: white;  
       

    }

p.death-note--correct {
    display: none; 
    color: white;  
}



/* 3_Watch List & Envelope */

#watch-list {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
}

#input-area__watchlist--form .zane-button {
    margin: 10px auto;

}

#input-area__watchlist--form input {
background-color: white; 

}

table.blueTable {
    border: 1px solid #011936;
    background-color: #F6F6F6;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    padding: 0px 20px;  
  }

  table.blueTable .non-background {
    width: 12vw;
  }

  table.blueTable .background {
    width: 62vw;
  }
  table.blueTable td, table.blueTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable tbody td {
    font-size: 13px;
  }
  table.blueTable tr:nth-child(even) {
    background: #D0E4F5;
  }
  table.blueTable thead {
    background: #004791;
    /* /* background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%); */
    background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
    border-bottom: 2px solid #444444; 
  }
  table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
    text-align: center;
  }
  table.blueTable thead th:first-child {
    border-left: none;
  }
  
  table.blueTable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #D0E4F5;
    background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
    border-top: 2px solid #444444;
  }
  table.blueTable tfoot td {
    font-size: 14px;
  }
  table.blueTable tfoot .links {
    text-align: right;
  }
  table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }

  .mugshot {
      height: auto; 
      width: 150px; 
      background-color: navy; 
  }

  table.blueTable .background-text {
    text-align: left !important;
    padding: 50px;
}
table.blueTable .background-text li {
    margin-top: 10px; 
    margin-bottom: 10px; 
}

#envelope {
    display: none;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}

.envelope--image {
    height: 50vh; 
    width: 80vw; 
    background-color: grey; 
}
/* 4_a_Sharpe Video */

.sharpe-video-briefing {
    background-color: black; 
    display: flex; 
    flex-direction: row; 
    justify-content: center;
}

#sharpe-video-briefing1 {
    margin: 0 auto; 
}


/* 4_prison */

body.prison {
    margin: 0; 
    box-sizing: border-box; 
    background-color: black; 
}

.prison #page-wrapper {
    margin-bottom: 130px;
    height: 700px; 
}

#prison-cell {
    position: relative;
    display: flex; 
    justify-content: center; 
    height: 100vh; 
}

.img-magnifier-container {
    position: relative;
  }
  
  @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
  { @media {
    .img-magnifier-glass {
        display: none; 
    }
  }}

  .img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 150px;
    height: 150px;
    z-index: 999; 
  }


.prison-cell-image {
    width: 100vw; 
    height: 100vh; 
    z-index: 0; 
    margin: 0 auto; 
    /* cursor: none;  */
}

.prison #permanent-footer__inner > div.permanent-footer__inner--nextitem > a {
    width: 150px; 
}

.input-area__prison {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
}

#input-area__prison--form {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
}

.input-area__prison p {
    color: white; 
}

.input-area__prison input.location {
    background-color: white; 

} 

#input-area__prison--form input{
  width: 200px; 
  text-align: center; 
}

body.evidence-page{
    margin: 0;
    box-sizing: border-box; 
    height: 100vh; 
    width: 100vw; 

}

#arrest-possessions {
    font-family: 'Montserrat', sans-serif;
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    }

.fbop-header {
    display: flex; 
    align-items: center; 
    width: 100%;  
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(45,156,253,0.3435749299719888) 100%);
}

.fbop-header img {
    height: 100px; 
    width: 100px; 
    margin: 10px 20px; 
}

.fbop-header h1 {
    font-weight: 300;
    text-transform: uppercase;
}

.evidence {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.evidence h1 {
    font-weight: 500;
    color: black; 
    /* background-color: black; */
    padding: 5px;  
    margin-bottom: 10px; 
}

/* table for evidence */
table.evidence-table {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 80%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 200px; 
  }

  table.evidence-table th {
    border: 1px solid #1C6EA4;
    background-color: #6F686D;
    color: white; 
  }

  table.evidence-table td, table.evidence-table th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.evidence-table tbody td {
    font-size: 13px;
  }
  table.evidence-table tr:nth-child(even) {
    background: #D0E4F5;
  }

    td.evidence-cell {
      height: 200px; 
      width: 20%; 
  }

  td.evidence-cell img{
    height: 90%; 
    width: auto;
}

#knife {
    height: auto !important; 
    width: 50%; 
}

#polaroid {
    height: 300px; 
    width: auto; 
}

.shadowed {
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=9, OffY=9, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=9, OffY=9, Color='#444')";
}

#business-card-cell {
   position: relative; 
}

#business-card-cell a{
    position: absolute; 
    float: left; 
    margin-left: 25px; 
    top: 72%; 
    color: white; 
 }




.evidence img {
    height: auto;
}

.evidence-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: auto;
    align-content: start;
    height: 100%;
    width: 80vw;  
      }

      
.evidence-box {
    display: flex; 
    flex-direction: column; 
    flex: 1 0 40%;
    margin: 5px;
    height: 300px;
    background-color: grey;
}

.evidence-box p {
    font-weight: 200; 
    font-size: 16px; 
    text-transform: uppercase;
    margin-left: 10px; 
}

.evidence-box h2 {
    font-weight: 200; 
    font-size: 24px; 
    text-transform: uppercase;
    margin-left: 10px; 
}

.evidence-box a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;  
}

/* 5_Swiss Bank */

#swiss-bank {
    margin: 0; 
    background-color: #cf000f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    width: 100vw;  
}

#swiss-bank #page-wrapper {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    margin-bottom: 0px; 
}
.swiss-logo {
    margin: 0 auto;
}

.swiss-logo h2 {
    text-align: center;
    color: white; 
}

.swiss-logo img {
    height: 300px; 
    width: auto;  
}


.swiss-bank--form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 500px;
    padding: 45px;
    text-align: left;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);  
}

.login-form input {

    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.login-form button {
    background-color: #cf000f; 
    color: white; 
    border: none;
    height: 40px; 
    width: 80px; 
}

.login-form button:hover {
    background-color: grey; 
    color: white; 
    border: none;
    height: 40px; 
    width: 80px; 
}

.sorry-both {
    color: #cf000f;
    margin-top: 20px; 
    display: none;

}


/* SWISS BANK INNER */

#swiss-bank-inner {
    margin: 0;
    padding: 0; 
    box-sizing: border-box; 
    height: 100vh;
    background-color: #f2f3f4; 
}

#swiss-bank-inner #page-wrapper {
    margin-bottom: 0px; 
}

.swiss-bank-inner--header {
    background: #cf000f;
    display: flex;
    justify-content: space-around;
    align-items: center; 
    box-shadow: -2px 7px 35px 2px rgba(0,0,0,0.41);
    -webkit-box-shadow: -2px 7px 35px 2px rgba(0,0,0,0.41);
    -moz-box-shadow: -2px 7px 35px 2px rgba(0,0,0,0.41);
}

.swiss-bank-inner--header img {
    height: 100px;
    margin: 10px;  
    float: left; 
}

.bank-nav {
    list-style: none; 
}

.bank-nav li {
    display: inline-block;
    padding: 0 10px; 
    font-size: 16px; 
}

.bank-nav a {
    text-decoration: none;
    color: #fff; 
    text-transform: uppercase;
}

.bank-nav a:hover {
    text-decoration: none;
    color: #000; 
    text-transform: uppercase;
}

.user-name {
    display: flex; 
    align-items: center;
}


.user-name img {
    height: 20px; 
    width: auto;
    margin-right: 5px;  
}
.user-name a {
    margin-left: 20px;
    text-decoration: none; 
    background-color: lightgrey; 
    color: black;
    padding: 5px; 
    border: 1px solid black; 
}

.swiss-bank-inner--account-info {
    display: flex; 
    justify-content: center;
    flex-direction: column; 
    align-items: center;
    margin-top: 40px; 
}

.current-balance {
    font-size: 55px; 
}

.table-container {
    width: 40vw;
    border: 1px solid #cf000f;  
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;

}

.tabs {
    display: flex; 
    width: 40vw; 
    justify-content: space-evenly;
    margin-top: 40px; 
}

.tabs a {
    text-decoration: none; 
    color: white;
    background-color: #cf000f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 50%; 
    text-align: center; 
    height: 40px;
    line-height: 40px; 
}

.tabs a:nth-child(2) {
    text-decoration: none; 
    color: white;
    background-color: rgba(255, 0, 0, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 50%; 
    text-align: center; 
    height: 40px;
    line-height: 40px; 
}

.account-transactions {
    display: none; 
}

table.redTable {
    border: 2px solid #A40808;
    background-color: #EEE7DB;
    width:40vw;
    border-collapse: collapse;
  }
table.redTable td, table.redTable th {
    padding: 3px 3px;
  }

  table.redTable th {
      border-bottom: 1px solid #cf000f; 
      vertical-align: center;
  }

table.redTable td.left {
      text-align: left;  
  }

table.redTable td.right {
      text-align: right; 
      float: right;
  }

  

table.redTable td.out {
    color: #cf000f; 
}

table.redTable tr > *:not(th)  {
    padding-right: 20px; 
    padding-bottom: 20px;
    padding-top: 20px;   
}

.account-transactions table.redTable tr:nth-child(even) {
    background: #F5C8BF;
  }

.account-information table.redTable tr {
    border-bottom: 1px dotted #cf000f; 
}

.text-bank {
    margin: 50px;  
}

.text-bank h1 {
    font-size: 50px; 
}

.text-bank p {
    font-size: 20px;  
}

.text-bank img {
    height: 200px; 
    width: auto; 
}



/* LAPTOP */

#laptop {
    margin: 0; 
    padding: 0; 
    background: #333;
    display: flex; 
    justify-content: center;
    align-items: center;
    position: relative; 
}

.laptop-container {
    width: 1135px;
    height: 757px;
    position: relative;
    background: url('https://unmask.s3.amazonaws.com/washington_manhunt/images/laptop.png') no-repeat;
    background-position: top center; 
    background-size: contain; 
}

.laptop-image {
    width: 100%;
    max-width: 1300px; 
    height: 100%;  
}

.folders-container {
    width: 20vw; 
    position: relative;
    left: 20%;  
    z-index: 1;
    top: 10vh; 
    display: flex;
    flex-wrap: wrap;   
}

.laptop-glitch {
    background-color: black; 
    position: absolute; 
    height: 53.8%;
    width: 63%;
    left: 19.5%;
    top: 11%;
    background-size: cover;
    background: url('https://cldup.com/gn3s3Fg75t.gif');
    display: none; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.laptop-glitch .show-glitch {
    background-color: black; 
    position: absolute; 
    height: 53.8%;
    width: 63%;
    left: 19.5%;
    top: 11%;
    background-size: cover;
    background: url('https://cldup.com/gn3s3Fg75t.gif');
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.laptop-glitch > a {
    font-family: 'Share Tech Mono', monospace;
    color: white; 
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400; 
    margin: 50px; 
}


@media only screen and (max-width: 2500px) and (min-width: 2000px) { 
	.folders-container {
        width: 20vw; 
        position: absolute; 
        z-index: 1;
        top: 10vh; 
        left: 12.5vw;
        display: flex;
        flex-wrap: wrap;   
    }
}

a {cursor: pointer;}

.individual-folders {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center; 
    text-decoration: none;
    color: white;
    width: 20%; 
    margin: 30px 10px; 
}


.individual-folders img {
    resize: both;
    max-width: 80%; 
}



.individual-folders p {
    margin: 0; 
}

.inner-folder {
    border: 3px solid #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute; 
    left: 0;
    right: 0;
    top: 20%; 
    margin-left: auto;
    margin-right: auto;
    background: white; 
    height: 33vh; 
    width: 33vw;
    z-index: 3;
    animation-name: zoomin;
    animation-duration: 0.5s;   

}

.inner-folder--exit {
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.dot { 
    margin-top: 4px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.inner-folder--content {
    padding: 10px;
    display: flex; 
    justify-content: flex-start;
}

.inner-folder--content a {
    margin: 10px; 
}

#photos, #music {
    display:none; 
}

.modal-photo {
    display: flex;
    flex-direction: column; 
    align-self: left; 
    align-items: center; 
    height: 20px;  
}

.modal-photo img {
    height: 80px; 
    width: auto; 
}

.item-name span {
    color: red; 
}

.item-name img {
    margin-right: 5px; 
}

/*
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
 
 #myModal {
     display: none;
     justify-content: center;
     align-items: center;
 }
 .modal-content {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
 }
 
 /* Add Animation - Zoom in the Modal */
 .modal-content, #caption {
   animation-name: zoom;
   animation-duration: 0.6s;
 }
 
  /* The Close Button */
 .close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
 }
  .close:hover,
 .close:focus {
   color: #bbb;
   text-decoration: none;
   cursor: pointer;
 }
  /* 100% Image Width on Smaller Screens */
 @media only screen and (max-width: 700px){
   .modal-content {
     width: 100%;
   }
 }

.video-container .inner-folder--exit {
    transform: translateY(20px); 
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

 .video-container {
    display: none; 
    position: absolute;
     top: 12%;
    width: 50%; 
    height: 40%;
    left: 25%; 
    z-index: 999;
    animation-name: zoomin;
  animation-duration: 1s
}

 #sharp-video {
    width: 100%;
    height: auto; 
 }
    /* display: none;   */
    /* position: absolute; */
     /* top: 18%; */ */
    /* width: 40%; 
    height: 40%;
    z-index: 999;
    animation-name: zoomin;
  animation-duration: 1s
}

/* Add Animation */
@keyframes zoomin {
  from {transform:scale(0)}
  to {transform:scale(1)}
}  

@keyframes zoomout {
    from {transform:scale(1)}
    to {transform:scale(0)}
  }     

.items {
    display: flex; 
    flex-direction: column;
}

.inner-items {
     width: 100%; 
     border: 1px solid black; 
     height: 20px;
     margin: 1px 0px;  
 }


table.unstyledTable td.item-name {
    width: 50%; 
}
table.unstyledTable thead th {
    font-weight: 400;
    text-align: left;
}

table.unstyledTable img {
    height: 20px; 
    width: auto; 
}


.input-area__laptop {
    color: white; 
}

#input-area__laptop--form {
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
}

#input-area__laptop--form > input {
    background-color: white; 
}


/* POEM! */

#poem {
    margin: 0; 
    height: 100vh;
    width: 100vw; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; 
    background-color: lightgray;
    
 
}

.poem-text{
    font-size: 25px; 
    text-transform: uppercase;
    line-height: 1.25em;
    margin-top: 40px; 
    background: #F6f6f6;
    padding: 40px; 
    border-radius: 10px; 
    box-shadow: 10px 5px 5px black;

}

.word-scramble {
    background-color: black; 
    width: 20%; 
    height: 100px;
     
    border-radius: 20px; 
    display: flex; 
    justify-content: center;
    align-items: center; 
    font-size: 25px; 
    text-transform: uppercase;
    margin-left: 10px; 
    margin-right: 10px; 
    margin-top: 80px; 
}

.word-scramble-container {
    display: flex; 
    justify-content: center;
    align-items: center; 
    height: 100px;
    width: 100%; 
    margin-bottom: 100px; 
}

.word-scramble > span {
    padding: 10px; 
    z-index: 999; 
}

.draggable {
    cursor: move !important; 
    top: 0; 
    left: 0; 
    /* border: 1px solid red;  */
}



span.green {
    color: red; 
}

span.red {
    color: red; 
}

.dragging {
    opacity: 0.75;
}

.poem-container {
    color: grey;
}

.drag-drop {
    margin-top: 20px; 
}


/* OBITUARY!! */

#obituary {
    margin: 0;
}

.password-protect {
    width: 100vw; 
    height: 100vh; 
    margin: 0;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    background-color: black;
    color: white; 
}

.enter-obituary {
    margin: 10px; 
}

.obituary-article {
    display: none; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    width: 100vw; 
    height: 100vh; 
}

.obituary-article-header {
    display: flex; 
    flex-direction: column; 
    justify-content: space-evenly; 
    align-items: center; 
}

.obituary-article-header h1, .obituary-article-header h2  {
    margin: 5px; 
}




.obituary-article .entry {
    width: 23vw; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    /* align-items: center;  */
    background-color: #d3d3d3; 
    padding: 20px;
    height: 80%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
        background-color: #f1f2f6;
        border-style: solid; 
        border-width: 40px 40px 40px; 
        border-color:  #f1f2f6;
        
    }

/* .obituary-article .entry:before, .obituary-article .entry:after {
content: "";
display: block; 
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%);
  
}
.obituary-article .entry:before {
    background-color: #000000;
    top: 0;
  }

  .obituary-article .entry:after {
    background-color: #000000
    bottom: -2px;
  } */
    






.obituary-article .entry img{
    width: auto; 
   height: 50%;
   filter: grayscale(1);
   border: 2px solid black; 
}



.obituary-article-text {
    columns: 2;
    margin-top: 20px; 
}

.obituary-article-text p{
   margin: 0;
}


/* Hotel Room */

#hotel {
    margin: 0; 
    box-sizing: border-box; 
}

#hotel--room {
    position: relative;
    width: 100%;
    max-width: 100vw; 
    height: 100vh;
    background-size: cover;
    z-index: 20;
    left: 0;
    z-index: 1;
    display: block;
}

#hotel--room > img {
    height: 100vh; 
    width: 100vw; 
}

#hotel--room > img.dark {
    background:  url(https://unmask.s3.amazonaws.com/washington_manhunt/images/hotelroom_dark_Sept.jpg) 50% 50% no-repeat;
    position: relative;
    width: auto;
    max-width: 100vw; 
    height: 100vh;
    background-size: cover;
    z-index: 20;
    left: 0;
    z-index: 1;
    display: block;
}


.phone-select {
    /* background-color: yellow;  */
    cursor: pointer; 
    position: absolute; 
    height: 10%; 
    width: 4%; 
    top: 59%;
    right: 13%; 
}

.light-switch {
    /* background-color: green;  */
    cursor: pointer; 
    position: absolute; 
    height: 8%; 
    width: 3%; 
    top: 32.25%;
    left: 20%; 
}
  

.hotel-modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 20px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
#hotelmodal {
    display:none; 
    justify-content: center; 
    align-items: center; 
    align-content: center; 
    position: absolute; 
}

.cordlessphone {
    height: 80vh; 
    width: auto;
    top: 50%;
    left: 50%; 
}

.cordlessphone-inputarea {
    position: absolute;
    /* background-color: green; */
    background-size: contain;
    font-family: 'Share Tech Mono', monospace;
    height: 9vh;
    width: 8vw;
    top: 30%;
    left: 46%; 
    display: flex; 
    justify-content: center;
    align-items: center; 
}

.cordlessphone-button {
    /* background-color: yellow;  */
    position: absolute; 
    background-size: contain; 
    cursor: pointer;
    border-radius: 5px;   
}
.cordlessphone-button[data-id="1"] {
    top: 52.7%;
    left: 46.0%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="2"] {
    top: 52.7%;
    left: 49%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="3"] {
    top: 52.7%;
    left: 52%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="clear"] {
    top: 46.7%;
    left: 52%;
    height: 3vh; 
    width: 2vw;
}
.cordlessphone-button[data-id="call"] {
    top: 46.7%;
    left: 46%;
    height: 3vh; 
    width: 2vw;
}
.cordlessphone-button[data-id="redial"] {
    top: 42.5%;
    left: 52%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="4"] {
    top: 57.4%;
    left: 46.0%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="5"] {
    top: 57.4%;
    left: 49%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="6"] {
    top: 57.4%;
    left: 52%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="7"] {
    top: 61.8%;
    left: 46.0%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="8"] {
    top: 61.8%;
    left: 49%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="9"] {
    top: 61.8%;
    left: 52%;
    height: 3vh; 
    width: 2vw;
}

.cordlessphone-button[data-id="0"] {
    top: 66.2%;
    left: 49%;
    height: 3vh; 
    width: 2vw;
}

.input-area__hotel > p{
    color: white; 
}

#input-area__hotel--form {
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
     
}


#input-area__hotel--form > input {
background-color: white; 

}


/* BOMB  */
@import url(https://fonts.googleapis.com/css?family=Lato:300);
*{    margin:0; padding:0;}
#bomb{
    font-family: 'Lato', sans-serif;
    font-size:14px;
    background-color: black; 

}

#extra-time {
    position: fixed;
    top: 40%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    height: 200px; 
    max-width: 50%; 
    background-color: #011936;
    color: #F6F6F6; 
    border: 3px groove #F6F6F6; 
    display: none;
    justify-content: center;
    align-items: center;  
    z-index: 99999;  
    text-align: center; 
    padding:  0 50px; 
}

#extra-time > .close {
    top: -4%;
    left: 0%;
    width: 50px; 
}

.container{
  width:960px;
  height: 784px;
  margin:0 auto;
  background:url('https://unmask.s3.amazonaws.com/washington_manhunt/images/bomb-bg.jpg');
  background-position: top center;
  position: relative;
}

.text{
  width:730px;
  height:202px;
  background: url('https://unmask.s3.amazonaws.com/washington_manhunt/images/bomb_text.png') no-repeat;
  margin: 0 auto;
  position: relative;
}
.text.defused{background:none;}
.countdown {
    color: red;
    width: 124px;
    height: 52px;
    position: absolute;
    top: 75px;
    left: 265px;
    font-size: 3.4em;
    text-align: center;
}
.defused .countdown{font-size: 1.9em;top: 86px;margin-left: -2px;}
.bomb-code {
    color: white;
    text-align: left;
    position: absolute;
    top: 148px;
    left: 213px;
    width: 133px;
    height: 40px;
    font-size: 26px;
    letter-spacing: 0;
    text-align: center;
}


.reset-code {
    position: absolute;
    text-align: center;
    bottom: -90px;
    width: 100px;
    font-size: 30px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    transform: translate(-50%, -50%);
    color: white;
    font-family: roboto, sans-serif;
    background-color: red;
    border-radius: 10px;
    padding: 13px;
    cursor:pointer;
    display:block;
}

.bomb-keys {
    position: absolute;
    width: 255px;
    height: 75px;
    left: 50%;
    margin-left: -128px;
    top: 290px;
}

.arr {
  cursor: pointer;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: red;
  color: white;
  font-size: 50px;
  display: inline-block;
  transition: all .05s linear;
  float: left;
}

.up {position:absolute;top: -85px;left:90px;}
.down,.left,.right{float:left;margin:0 5px;}
.pressed {
  text-shadow: 0 0 10px white;
  transform: translate(0, 2px);
}

.prev-clue-div{
  position:absolute;
  left:0;
  top:0;
  z-index: 5;
  display: block;
  width:170px;
}

.prev-clue {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 9px 5px;
    border-radius: 10px;
    width: 100%;
    margin: 10px 5px;
    font-size: 14px;
    display:block;
}

.bomb_area{
    width: 572px;
    height: 251px;
    background: url('https://unmask.s3.amazonaws.com/washington_manhunt/images/bomb.png');
    background-position-y: 251px;
    position: absolute;
    top: 390px;
    left: 200px;
}
.bomb_area.defused{background-position-y:0;}

@media only screen and (min-width:767px) and (max-width:959px) {
  .container{
    width:100%;
  }
  .text{width: 610px;height: 158px;background-size: 100%;top: 20px;}
  .bomb_area{
    width: 500px;
    left: 50%;
    margin-left: -250px;
    background-size: 500px;
    height: 219px;
    background-position-y: 218px;
    top: 410px;
  }
  .countdown{
    font-size: 2.8em;
    top: 63px;
    left: 231px;
    width: 112px;
    }
  .defused .countdown{
      font-size: 1.5em;
      top: 77px;
      margin-left: -1px;
  }
  .bomb-code{
    font-size: 22px;
    top: 126px;
    left: 187px;
    width: 111px;
    line-height: 34px;
  }
  .prev-clue-div{width: 150px;}

}
@media only screen and (min-width:481px) and (max-width:882px) {
  .container{
    width:100%;
  }
  .text{width: 530px;max-width: 100%;height: 137px;background-size: 100%;top: 70px;}
  .bomb_area{
    width: 420px;
    left: 50%;
    margin-left: -210px;
    background-size: 420px;
    height: 180px;
    background-position-y: 183px;
    top: 430px;
  }
  .countdown{
    font-size: 2em;
    top: 56px;
    left: 194px;
    height: 36px;
    width: 94px;
    }
  .defused .countdown{
      font-size: 1.3em;
      top: 64px;
      margin-left: -1px;
  }
  .bomb-code{
    font-size: 18px;
    top: 106px;
    left: 156px;
    width: 98px;
    height: 30px;
    line-height: 30px;
  }
  .prev-clue-div{width: 100%;}
  .prev-clue{display:inline-block;float:left;width: auto;margin: 5px;}
}
@media only screen and (max-width:480px) {
  .container{
    width:100%;
  }
  .text{width: 376px;max-width: 100%;height:100px;background-size: 100%;top: 101px;}
  .bomb_area{
    width:340px;
    left: 50%;
    margin-left: -170px;
    background-size: 340px;
    height: 150px;
    background-position-y: 148px;
    top: 454px;
  }
  .countdown{
    font-size: 1.7em;
    top: 46px;
    left: 158px;
    width: 74px;
    height: 30px;
    }
  .defused .countdown{
      font-size: 1.1em;
      top: 53px;
      margin-left: 0;
  }
  .bomb-code{
    font-size: 15px;
    top: 87px;
    left: 126px;
    height: 23px;
    width: 77px;
  }
  .prev-clue-div{width: 100%;}
  .prev-clue{display:inline-block;float:left;width: auto;margin: 5px;}
}


/* WRONG ANSWERS */



