html, body, div, ul, li, svg, text {
    margin: 0;
    padding: 0;
    list-style: none;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-family: "Roboto", sans-serif !important;
}

/*------------Global-------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    /*position: relative;*/
    background: #FDFEFF;
}

.container .section {
    width: 100%;
}

.canvas {
    width: 100%;
    height: 600px;
}

.container .controls {
    margin-bottom: 20px;
}

h1, h3{
    margin-left: 2%;
}
.introText{
    /*position: absolute;*/
    /*left: 20px ;*/
    /*top: 250px;*/
    width: 50%;
    margin-left: 2%;
}

h1 {
    font-family: "Bodoni 72", serif;
    font-weight: bold;
}

h3 {
    font-family: "Roboto", sans-serif;
}

/*-----------Brush---------------*/
.brush .extent {
    fill: #2A577A;
    fill-opacity: .3;
    shape-rendering: crispEdges;
}
.brush .selection{
    height: 100px;
}

.axis .domain {
    fill: none;
    opacity: 0.3;
    stroke: #000;
    /*stroke-opacity: .3;*/
    /*stroke-width: 5px;*/
    /*stroke-linecap:round;*/
}

.axis {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 50%;
    font-family: 'Josefin Sans', sans-serif;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/*-----------Dots---------------*/
.hiddenDots {
    opacity: 0;
}

/*-----------button---------------*/
#startMoving {
    text-align: center;
}

#startMoving button {
    font-size: 24px;
    padding: 6px 24px;
    width: 180px;
}

/*.dot{*/
/*fill:#D64A50*/

/*}*/

path {
    fill: #D9D9D9;
    stroke: white;
}

.numberClass {
    stroke: #105378;
    text-anchor: middle;
    font-size: 24px;
}

.cityText {
    stroke: #105378;

}

.btn-primary {
    background-color: #105378;
}

.btn-primary:hover {
    background-color: #116e99 !important;
}

.btn-success {

    background-color: #ffa902 !important;
    border-color: white !important;
}

.btn-success:focus {
    border-color: white !important;
}

/* footer */
.footer{
    clear: both;
    margin-right: 3%;
    margin-bottom: 1%;
    height: 250px;
    margin-top: 100px;

}
.lastFloat{
    margin-bottom: 5%;
}
/*footer text*/
.footerText h2{
    font-family: "Bodoni 72",serif;
    line-height: 1.4;
    font-size: 18px;
}
.footerText p{
    font-family: "Roboto",sans-serif;
    font-size: 12px;
}
.footerText h2,.footerText p{
    margin-left:0px;
}
.footerText{
    float: right;

}

/*footer line*/
.footerLine{
    height: 170px;
    width: 5px;
    float: right;
    background-color: #000000;
    margin-right: 25px;
    margin-top: 20px;
}

/* fsEvent*/
line.fsEvent{
    stroke: #c3c3c3;
    stroke-width: 2px;

}
text.fsEvent{
    text-anchor: end;
    fill: #9a9a9a;
}
.fsEvent{
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navHeader {
    font-family: "Bodoni 72", serif;
    font-size: 20px;
}
.favicon{
    width: 30px;
    display: inline !important;
    margin-right: 16px;
}
h1 {
    font-family: "Bodoni 72", serif;
    font-weight: bold;
    font-size: 40px;
}

#container{
    margin-top: 80px;
}

/* scroll scene*/
#scrollIndicator{
    position: fixed;
    top:15%;
    right:1%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#scrollIndicator img{
    width: 25px;
}
#scrollIndicator p {
    margin: 0px;
    font-weight: bold;
}