body {
    font-family: 'Roboto', sans-serif  !important ;
    background-image: url('assets/coins.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: -50px;   
    margin: 0; 
    padding: 0;
    color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}

html {
    height: 100%;
}

.siteFooter {
    background-color: black;
    color:azure;
    font-size: 14px;
    text-align: center;
    margin-top: -20px; 
}

.siteFooter a:link  {
    color: #7be0f7;
}

.siteForm {
    font-size: 20px;
    text-align: center;
    padding-bottom: 5em;
    margin-top: 0;
   
}

.siteForm input {
    border: 2px solid black;
    border-radius: 4px;
    color: black;
}

.siteForm  a:visited, a:link {
   
   color: White;
}

.mainPanel {
    background-color: rgba(69, 66, 244, 0);
    color: white;
    font-size: 25px;
    text-align: center;  
    min-height: 500px;
    padding: 3em 2em 1em 2em;
}

.priceTicker {
    min-height: 100px;
    background-color: rgba(69, 66, 244, .0);
}
.priceTicker span {
    font-size: 1.5em;
    color: rgb(226, 243, 70);
    
}

.priceTicker:hover {
    background-color: rgba(69, 66, 244, .3);
    cursor: pointer;
}

.c2Logo {
    margin-bottom : 10px; 
    font-size: 4em;
    
}

.frontTag {
    margin: 3em 0;
    font-size: 2em;
}
.sectionHead {
    padding: .2em 2em .2em 2em;
    background-color: white;
    color: black;
    border: 3px solid black;
    border-radius: .5em;
    font-size: 1.5em;
    margin-bottom: 50px;
}

/* Set up styling for each section */
#tools {
    color: black;
    font-size: 20px;
    text-align: center;
    min-height: 20em;
    background-color: rgba(254, 252, 195, .9);
}

#project {
    color: white;
    font-size: 20px;
    text-align: center;
    min-height: 15em;
    background-color: rgba(144, 143, 240, 0.9);
}

#technology {
    color: black;
    font-size: 20px;
    text-align: center;
    min-height: 15em;
    background-color: rgba(143, 240, 172, 0.9);
}
 
#chartText {
    padding: 1em 2em 4em 2em;
}

#timeline {
    padding: 3em 0 0 0;
    height: 20em;
}

#tools hr {
    background-image: linear-gradient(to right, rgba(123, 88, 50, 0), rgba(123, 88, 50, 0.75), rgba(123, 88, 50, 0));
}

#contact {   
    color: #fff;
    font-size: 20px;
    text-align: center;
    min-height: 20em;
    background-color: rgba(177, 177, 177, .9);
}

#contact hr {
    background-image: linear-gradient(to right, rgba(72, 34, 81, 0), rgba(72, 34, 81, 0.75), rgba(72, 34, 81, 0));
}

.finePrint {
    font-size: small;
}

.fbBack {
    background-color: rgba(255, 255, 255, .9);
    padding : 1em;
    border-radius: 5px;
    color: rgb(85, 151, 226);
}

#about {  
    color: rgb(12, 0, 0);
    font-size: 20px;
    text-align: left;
    min-height: 30em;
    background-color:rgb(242, 231, 250);

}

.about a:hover {
    color: #21414D;
}

.logoText {
    color:   orange;
    text-shadow: -1px 2px 0px black,
                 -2px 3px 0px rgba(0, 0, 0, .4);
    font-weight: 700;
}

.altLogo {
    color:   rgb(15, 10, 1);
    text-shadow: -1px 2px 0px rgba(218, 183, 27, .7),
                 -2px 3px 0px rgba(0, 0, 0, .4);
    font-weight: 700;
    font-size: 2em;
}

hr {
    border: 0;
    height: 4px;
    background-image: linear-gradient(to right, rgba(214, 137, 4, 0), rgba(214, 137, 4, 0.75), rgba(214, 137, 4, 0));
    width : 90%;
}

#regwindow {
    position: fixed;
    top :60%;
    left:30%;
    display: none;
    width: 40%;
    border:  2px solid rgb(32, 22, 3);
    background-color : rgba(129, 8, 8, 0.9);
    border-radius: 9px;
    padding:  .5em 2em;
    color: #F8FBDC;
    text-align: center;
    font-size: 1.5em;
    z-index: 100;
}

#regwindow input, button {
    border-radius: 6px;
    border: none;
    color :#111300;
    padding-left: .5em;
}

#regwindow button:hover {
    background-color : rgba(176, 182, 119, .6);
}

#surveyWindow {
    position: fixed;
    top :10%;
    left:10%;
    display: none;
    width: 80%;
    border:  2px solid rgb(32, 22, 3);
    background-color : rgb(78, 190, 235);
    border-radius: 9px;
    padding:  .5em 1em;
    color: rgb(17, 17, 14);
    text-align: center;
    font-size: 1.5em;
    z-index: 100;       
}

#surveySubmit {
    display : None;
}

.closeButton {
    border-radius: 6px;
    position : absolute;
    top : 0;
    right : 0;
    margin: .5em;
    padding: 0;
    color:black;
    background-color : rgba(248, 251, 220, 0);
    border: none;
}
.closeButton:hover {
    background-color : rgba(248, 251, 220, .4);
}

/* media changes for mobile phones*/

@media only screen and (max-width: 768px) {

    #text1 {
    font-size: 2em; 
    }

    #text2 {
        font-size: 1em;
    }

    .mainPanel h1 {
        font-size: medium;
    }

    #regwindow {
        position: fixed;
        top :60%;
        left:5%;
        display: none;
        width: 90%;
        border:  2px solid rgb(32, 22, 3);
        background-color : rgba(78, 106, 117, .9);
        border-radius: 9px;
        padding:  .5em 1em;
        color: #F8FBDC;
        text-align: center;
        font-size: 1.5em;       
    }

    #surveyWindow {
        position: fixed;
        top :0%;
        left:5%;
        display: none;
        width: 90%;
        padding:  .5em 1em;
        text-align: center;
        font-size: 1.2em;       
    }

    #project {
        display: none;
    }

}
/* main section animations */
.element {
    animation: pulse 2s infinite;
    animation-direction: alternate;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -40;
  }
  
  @keyframes pulse {
    0% {
      background-color: rgba(0,0,0,.3);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.4);
    }
  }

 /*  Bootstrap over rides*/

 .navbar-inverse {
     background-color : rgba(78, 106, 117, .9);
 }
.navbar-inverse .navbar-nav > li > a {
    color: #F8FBDC;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #111300;
}

.navbar-inverse .navbar-brand {
    color: #F8FBDC;
}