/* BOOTSTRAP */

body {
    margin: auto;
    line-height: 1.2;
}

h1 {
    padding: 10px 0;
}

p {
    line-height: 1.6;
}


/* header {
    background-color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
} */

/* nav {
    float: left;
} */



/* nav ul li {
    float: left;
    font-size: 20px;
} */

/* nav ul li a {
    display: block;
    padding: 0px 20px;
    color: white;
    text-decoration: none;
} */


/* nav ul li a:hover {
    background: black;
    color: white;
} */


.container {
    padding-top: 50px;
    max-width: 1900px;
    margin: 0 auto;
}


.container-blog {
    padding: 50px 10px 20px 10px !important;
    max-width: 700px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .container-blog section h2 {
        font-size: 20px!important;
    }
}


#map {
    width: 100%;
    height: 300px;
    border: 1px solid black;
}

#heading {
    font-weight: bold;
}

#heading .col {
    border: 0px solid black;
    background-color: black;
    color: white;

}

#records .col {
    border: 1px solid lightgrey;
}

footer {
    text-align: center
}