body { margin:0; padding:0; }
#map {width:100%; height: calc(100vh - 111px);;}
header{
    padding-top: 30px;
    padding-left: 4%;
    padding-bottom: 17px;
    padding-right: 5%;
    background-color: #c2202e;
}
@font-face {
    font-family: HelveticaNeueBold;
    src: url(../fonts/HelveticaNeueCondensedBlack.ttf);
}
#trigger{
    width: 67px;
    height: 11px;
    font: 10px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    right: 3vw;
    z-index: 1;
    vertical-align: top;
    margin-top: 0px;
    float: right;
    background: url(../img/menuo.png);
    border: none;
    color: white;
    font-weight: 700;
    padding-top: 30px;
    text-align: center;
    letter-spacing: 1px;
    position:absolute;
    transition: all 300ms ease 0s;
    
}
#trigger:hover {
    cursor: pointer;
}
h3{
    display: inline;
    font: 27px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 58px;
    vertical-align: top;
    color: white;
    font-weight: 600;
}
h4{
    display: inline-block;
    font-family: HelveticaNeueBold;
    font-size:17px;
    font-weight: 600;
    
}
.options:nth-child(5) h4{
    margin:0;
    vertical-align: bottom;
}
input[type="checkbox"] {
    display:none;
}
.mapboxgl-canvas{
    width:100%!important;
}
input[type="checkbox"] + span {
    display:inline-block;
    width:74px;
    height:50px;
    margin-top: 12px;
    vertical-align:middle;
    background:url(../img/checked.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked +  span {
    background:url(../img/unchecked.png) left top no-repeat;
}
.options{
    border-top: 3px solid gray;
    display: flex;
    align-items: center;
    padding-left: 1.51vw;
    height: calc(100vh/6 - 132px/6);
}
.options:nth-child(7) {
   border-bottom: 3px solid gray;
}
.header{
    height: 111px;
    background: #c2202e;
}
.print{
    position:absolute;
    top:63%;
    left:17px;
    background:url(../img/print1.png) left top no-repeat;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-size: 47px 47px;
}
.download{
    position:absolute;
    top:70%;
    left:17px;
    background:url(../img/download-circle-black.png) left top no-repeat;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-size: 47px 47px;
}
.zoombuttons{
    position:absolute;
    top:77%;
    left:20px;
    width:70px;
    height:140px;
    z-index: 999;
}
#zoomin{
    position:absolute;
    display:block;
    top:45px;
    background:url(../img/plus.jpg) left top no-repeat;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-size: 40px 40px;
}
#zoomout{
    position:absolute;
    display:block;
    background:url(../img/minus.png) left top no-repeat;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-size: 40px 40px;
}
.print:hover {
    cursor: pointer;
}
#zoomin:hover {
    cursor: pointer;
}
#zoomout:hover {
    cursor: pointer;
}
.option-title{
    font-family: "HelveticaNeue-Oblique", "Helvetica Neue Oblique", "Helvetica Oblique", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-style : italic;
    height: calc(100vh/6 - 111px/6);
    color:rgb(99,100,103);
    font-size:21px;
    padding-left:1.51vw;
    display:flex;
    align-items:center;
    width:76%;
}
.service-type{
    width: 34px;
    height: 34px;
    transform: translate(-48%, 0%);
}
@media only screen and (max-width: 768px) {
    h3{
        display: none;
    }
    input[type="checkbox"] + span{
        width:30px;
        height:30px;
        background-size: 30px 30px;
        margin-top: 0px;
    }
    input[type="checkbox"]:checked +  span {
        background-size: 30px 30px;
    }
    h4 {
        font-size: 15px;
    }
    .option-title{
        font-size:20px;
    }
    .print{
        top:400px;
        width:50px;
        height:50px;
        background-size:50px 50px;
    }
    .zoombuttons{
        top:500px;
    }
    #zoomin{
        top: 50px;
        width:50px;
        height:50px;
        background-size:50px 50px;
    }
    #zoomout{
        width:50px;
        height:50px;
        background-size:50px 50px;
    }
    .service-type{
        transform: unset;
    }
  }
