body, html {
    min-height:  100%;
    font-family: 'Source Sans Pro', sans-serif;
}

a:link, a:visited {
    color:  #00A1D7;
}

a:hover, a:active {
    color:  #FDD443;
}

p b {
    font-weight:  900;
}

h1 {
    font-weight:  300;
}

h2 {
    font-weight:  300;
}

#optionsHolder .img-responsive {
    height:  100%;
}

body {
    background-color:  #65219A;
    /*background-color: #41434C;
    background-color:  #00A1D7;
    background-image: url(/img/5939812628_38873dfb9a_o.jpg?v=1.2);
    */
    
    background-size:  cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color:  white;
}

input {
    font-family: 'Source Sans Pro', sans-serif;
}

.container {
    position:  relative;
}

.middle {
    vertical-align: middle;
}

.circlelabel, .circledesc {
    text-align: center;
}

@media (min-width: 768px) {
    .circlelabel {
        text-align: right;
    }

    .circledesc {
        text-align: left;
    }
}

.hidden {
    display:  none;
}

.padder {
    padding-bottom:  20px;
}


.resultHolder {
    border: 10px solid #FDD443;
    width:  100%;
    height:  360px;
    border-radius:  200px;
    margin:  0px calc(50% - 200px);
    margin:  0px;
    margin-bottom:  20px;
    padding-top:  58px;
}

.resultHolder h1 {
    color:  #FDD443;
    text-align: center;
    font-size:  150px;
    margin-top:  -10px;
    margin-bottom:  4px;
    line-height:  130px;
    font-weight:  700;
}

.resultHolder h3 {
    text-align: center;
    color: #FDD443;
    font-size: 26px;
    margin-top: 0px;
}

.resultHolder h4 {
    text-align: center;
    color: #FDD443;
    font-size: 18px;
    margin-top:  0px;
}

.resultHolder.invert {
    background-color:  #FDD443;
}

.resultHolder.invert h1, .resultHolder.invert h3, .resultHolder.invert h4 {
    color:  #65219A;
}

#highscore1, #highscore3 {
    color:  #EA7502;
}


.arc {
    overflow: hidden;
    position: absolute;
    /* make sure top & left values are - the width of the border */
    /* the bottom right corner is the centre of the parent circle */
    top: -1em; right: 50%; bottom: 50%; left: -1em;
    /* the transform origin is the bottom right corner */
    transform-origin: 100% 100%;
    /* rotate by any angle */
    /* the skew angle is 90deg - the angle you want for the arc */
    transform: rotate(45deg) skewX(50deg);
}
.arc:before {
    box-sizing: border-box;
    display: block;
    border: solid 1em navy;
    width: 200%; height: 200%;
    border-radius: 50%;
    transform: skewX(-50deg);
    content: '';
}

#map {
    width: 100%;
    height:  360px;
	touch-action:none;
	-ms-touch-action: none;
    margin-bottom:  20px;
}

#map.full {
    /*position:  fixed;
    top:  380px;
    left:  0px;
    width:  100%;
    height:  calc(100% - 360px);*/
    z-index:  1000;
}

.mapboxgl-canvas {
    border-radius:  180px;
}

#map.full .mapboxgl-canvas {
    border-radius:  0px;
}

.expand {
    color:  white;
    position:  absolute;
    bottom:  20px;
    
    left:  50%;
    margin-left:  -32px;
    margin-bottom:  10px;
    text-align: center;
    font-size:  48px;
    width:  64px;
    text-shadow: 0px 0px 10px #65219A;
    cursor:  pointer;
    height:  64px;
    background-color: #65219A;
    border-radius:  32px; 
}

.expand:hover {
    color:  #FDD443;
}

#compress {
    display:  none;
    position:  fixed;
    bottom:  0px;
    left:  0px;
    width:  100%;
    z-index:  1001;
}

.row {
    margin-bottom:  20px;
}

#about {
    display:  none;
}

.clickable:hover {
    cursor: pointer;
    opacity:  0.5;
}

.float-right {
    float:  right;
}

.float-left {
    float:  left;
}

.circles {
    
    border-radius: 50%;
    /*background-color:  #FFF;*/
}

.circles:hover,  .circles.selectedCircle {
    
}

.circles img {
    border:  5px solid rgba(0,0,0,0);
    padding:  2px;
    border-radius: 50%;
    opacity:  0.5;
    
}

.circles.selectedCircle img {
    border:  5px solid #FDD443;
    opacity:  1;
}


.circles:hover img {
    border:  5px solid #00A1D7;
    cursor: pointer;
    opacity:  1;
}


.central {
    text-align: center;
}

.central .control-label {
    text-align: center !important;
}