/**
 * Copyright (C) 2021 Aayla Semyonova
 * 
 * This file is part of website.
 * 
 * website is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * website is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with website.  If not, see <http://www.gnu.org/licenses/>.
 */

 h1.headline {
    font-size: 1.5em;
    color: black !important;
}
img.bio {
    border-radius: 10px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
#biodesk {
    width: 65%;
    margin: auto auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2em;
}
#biodesk p {
    font-weight: 200;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h5 {
    font-weight: 200;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: italic;
}
#chaplist {
    display: inline-block;
    padding: 0.5em;
    margin: 0.5em;
}
#chaplist h3 {
    display: inline-block;
    padding: 10px;
}
#map {
    width: 80% !important;
    margin: auto;
    display: block;
    height: 550px !important;
}
#map svg {
    display: block;
    width: 80%;
    height: 500px !important;
    text-align: center;
    margin: auto auto;
}
.map-center {
    margin: auto auto;
    text-align: center;
}
.chapter-details {
    z-index: 2;
}
@media screen and (max-width: 1080px) {
    #map {
        height: 450px !important;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    #map {
        height: 350px !important;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    #map {
        height: 350px !important;
        text-align: center;
    }
}
@media screen and (max-width: 736px) {
    #first img {
        display: inline-block;
    }
    #chaplist {
        width: 80%;
    }
    #map {
        height: 300px !important;
        text-align: center;
        width: 90%;
        margin: auto auto;
    }
    #map svg {
        height: 200px !important;
        width: 325px;
        text-align: center;
        margin: auto auto;
    }
}