html {
    background-color: #4f5357;
}

body{
    /*background-color: #627671;*/
    /*padding: 10px;*/
    overflow: hidden;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
}

* {
    font-family: 'Nunito Sans', sans-serif;
}

.container-fluid {
    /*background-color: #72928a;*/
    padding: 0;
}

.section {
    /*background-color: #627671;*/
    /*background-color: #585d61;*/
    background-color: #4f5357;
}

.spaced_up_vis1 {
    margin-top: -4em;
}

#title_embellishment {
    text-shadow: 2px 2px #727578;
    margin-left: -1.5em;
    margin-bottom: 2vh;
    border-radius: 30px;
    background: #373a3c;
    width: 95vw;
}

/***STYLES FOR TITLES***/
h1 {
   color: whitesmoke;
    font-size:70px;
}
h2 {
    color: whitesmoke;
    padding-top: 50px;
}
h3 {
    color: whitesmoke;
    font-size: 20px;
}

h5 {
    margin-top: -2em;
    color: whitesmoke;
    font-size: 45px;
}

/**STYLES FOR PARAGRAPHS*/
p{
    color: white;
    padding: 5px;
}

/***STYLES FOR BUTTONS***/
/***W3Schools Button Styling**/
.button {
    background-color:   #DF4515; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    align: "center";
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.button:hover span {
    padding-right: 25px;
}
.button:hover span:after {
    opacity: 1;
    right: 0;
}
/***STYLES FOR IMAGE (Samples to be Later Turned into Visualizations***/
img{
    padding: 20px;
}

/**STYLES FOR EMBEDDED YOUTUBE VIDEO**/
iframe {
    display: block;
    margin: 0 auto;
}
#select1{
    padding-left: 20px;
    width: 500px;
    align: "center";
}

.row_no_margin {
    margin-left: 2em;
    margin-right: 1em;
}

.spaced {
    margin-top: -100px
}

.vis3select {
    margin-top: -100px
}

#vis3text {
    height: 1em;
    padding-bottom: 4vh;
}

#vis3 {
    /*margin-top: 2.4em;*/
    margin-top: 3vh;
}

.title {
    color: whitesmoke;
    font-size: 1.4em;
}

#space_up {
    margin-top: -1.3em;
}

#select1 {
    width: 13em;
}

#toggle_text {
    font-size: 14px;
}

#vis3title {
    /*padding-bottom: 1em;*/
    padding-top: 10vh;
    padding-bottom: 3.3vh;
}

.lined {
    display: block;
}

.red {
    /*color: #DF4515;*/
    transition: color 1s ease;
}

#vis2_title {
    padding-top: 42vh;
    font-size: 3em;
}

#vis2can {
    width: 130px;
    margin-left: -1.4em;
    margin-top: 4em;
    visibility: hidden;
}

.fa {
    color: white;
}

.vis2drugs {
    margin-top: 30px;
    visibility: hidden;
}

.fa-car {
    /*margin-left: -130px;*/
    margin-top: 0.5em;
    text-align: right;
}

.top_row {
    margin-top: 10vh;
}

.top_row_gun {
    margin-top: 7vh;
}

.top_row_car {
    margin-top: 17vh;
}

.row_bellow {
    margin-top: 7%;
}

.big_row {
    margin-top: 22vh;
/*    position: absolute;
    top: 50%;*/
}

#vis2gun {
    max-width: 220px;
    visibility: hidden;
}

#vis2car_icon {
    visibility: hidden;
}


.fade {
    visibility: hidden;
}

#gun_text {
    visibility: hidden;
}

#car_text {
    visibility: hidden;
}

#drug_text { 
    visibility: hidden;
}

.vis2car {
    margin-top: 30px;
    visibility: hidden;
}

.vis2guns {
    margin-top: 30px;
    visibility: hidden;
}

.icons {
    /*max-width: 390px;*/
}

.vis3_section {
    background-color: #4f5357;
}

.vis4_section {
    background-color: #4f5357;
}

#vis4 {
    margin-left: 2em;
}

.dynamic_text {
    margin-top: -6%;
    /*margin-left: 43%;*/
    text-align: middle;
    font-size: 2em;
    width: 100vw;
}

.input {
    max-width: 300px;
    margin-left: 1.5em;
}

#zip_button_case {
    padding-top: 25px;
}

#zip_button {
    /*background-color: #a81a24; */
    background-color:   #DF4515;
}

#vis5 {
/*    width: 660px;
    height: 220px;*/
    width: 45em;
    height: 10em;
}

.vis5text {
    text-align: center;
}

.vis5text1 {
    color: #e87c5b;
    font-size: 45px;
}

.vis5text2 {
    font-size: 28px;
}

.vis5text3 {
    font-size: 20px;
}

.vis5text4 {
    padding-top: 14vh;
    font-size: 15px;
}

#narcam_img {
    width: 18em;
}

a {
    /*color: #a81a24;*/
    color:  #DF4515;
}

a:hover {
    color:  #c83e12;
    cursor: pointer;
}

#narcam_text {
    font-size: 1.3em;
    padding-top: 5%;
}

.spaced_right {
    padding-left: 30px;
}

.vis3_button {
    background-color:   #DF4515;
    width: 19vw;
    height: 50px;
    font-size: 1.3em;
    padding-top: 0.6em; 
}

.vis3_button:hover, 
.vis3_button:focus, 
.vis3_button:active, 
.vis3_button.active, 
.vis3_button:active:hover, 
.vis3_button.active:hover,  
.vis3_button:visited {
    background-color: #c83e12;
    cursor: pointer;
}

.circle {
    cursor: pointer;
}

.img-circle {
    /*border-radius: 50%;*/
    height: 200px;
    width: 200px;
}

#team_title {
    font-size: 3em;
    padding-bottom: 1em;
}

.name_title {
    font-size: 1.2em;
}

.ref_title {
    font-size: 1.1em;
    color: whitesmoke;
    padding-left: 2em;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.10); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.10); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

.fa-angle-down {
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    transform-origin:90% 90%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#help_section_title {
    margin-left: 2em;
    margin-bottom: 1.3em;
    font-size: 3em;
    padding-top: 0.5em;
    /*padding-bottom: 1.8em;*/
    background: #3f4245;
    border-radius: 30px;
    width: 85vw;
    height: 2em;
    text-shadow: 2px 2px #727578;
}

.help_title {
    padding-top: 0.5em;
    font-size: 2em;
    text-align: center;
}

#narcam_section {
    border-radius: 25px;
    background: #3f4245;
    height: 37em;
    width: 25vw;
    text-align: center;
/*    margin-left: -40px;
    margin-right: 40px;*/
}

#rize_section {
    border-radius: 25px;
    background: #373a3c;
    height: 37em;
    width: 25vw;
    text-align: center;
/*    margin-left: -20px;
    margin-right: 20px;*/
}

#needle_section {
    border-radius: 25px;
    background: #3f4245;
    height: 37em;
    width: 25vw;
    text-align: center;
}

.big_text {
    font-size: 2.4em;
}

.flipper {
    width: 25vw;
    height: 37em;
    position: absolute;
    top: 0;
    background: #373a3c;
    border-radius: 25px;
    opacity: 0.97;

    transform-origin: bottom;   
    transition: 0.5s ease;
    transform-style: preserve-3d;
}

.flip:hover .flipper {
    transform: rotateX(-90deg);
}

.middle {
    color: #DF4515;
    font-size: 2em;
    margin-top: 76%;
    text-align: center;
}



@font-face {
    font-family: "Font Awesome";
    src: url(font-awsome-4.7.0/fonts/fontawesome-webfont.ttf) format("truetype");
}

.infocaption{
    font-size: 10px;
    fill: #1f2122;
}











