/*
Theme Name: INAS
Author: Dawid Gucze
Author URI: https://dawidgucze.pl
Description: Motyw INAS
Version: 1.0
*/

body {
    font-family: "Montserrat", sans-serif;
    padding: 20px;
    background-color: #f1f1f1;
    line-height: 1.5;
}

a {
    color: #ff4db0;
    text-decoration: none;
}
h1,
.copyrights {
    text-align: center;
}
ul {
    padding-left: 15px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}
.py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.logo {
    text-align: center;
}

.images {
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.images .image {
    width: 100%;
    padding: 0;
}
@media (min-width:457px) {
    .images {
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }
    .images .image {
        width: 25%;
        padding: 15px;
    }
}
img {
    max-width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
}
#map_canvas {
    position: absolute;
    top: 0;
    right: -450px;
    bottom: -150px;
    left: 0;
    z-index: -1;
}
.map_box {
    background: #f1f1f1;
    display: inline-block;
    padding: 5rem;
    margin-left: -5rem;
}
@media (max-width:456px) {
    .map_container {
        min-height: 700px;
    }
    #map_canvas {
        right: -80px;
        bottom: -500px;
    }
    .map_box {
        padding-top: 0;
    }
}

footer {
    text-align: center;
}