.container,
body,
html {
    width: 100%;
    height: 100%;
}

body,
html,
iframe {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: "Josefin Sans", sans-serif;
}

ul {
    list-style-type: none;
    text-align: left;
}

li {
    font-size: .7em;
    margin-bottom: .8em;
}

li:hover {
    background-color: #ff0;
}

h3 {
    margin-left: 5%;
    font-family: VT323, monospace;
}

.col-2 {
    width: 20%;
    height: 100%;
    float: left;
}

.col-8 {
    width: 80%;
    height: 100%;
    float: right;
}

.list-search,
iframe {
    width: 100%;
    height: 100%;
}

.list-search {
    background-color: #fff;
}

iframe {
    border: none;
}

.main-map {
    position: fixed;
    height: 100vh;
}

.my-button {
    -moz-box-shadow: inset 0 1px 0 0 #276873;
    -webkit-box-shadow: inset 0 1px 0 0 #276873;
    box-shadow: inset 0 1px 0 0 #276873;
    background-color: #599bb3;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    border: 1px solid #29668f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #3d768a;
}

.my-button:hover {
    background-color: #408c99;
}

.my-button:active {
    position: relative;
    top: 1px;
}

.poke-search {
    width: 50%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 5px 10px;
    border: 3px solid #b7b7b7;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font: 400 16px/normal "Times New Roman", Times, serif;
    color: rgba(0, 142, 198, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252, 252, 252, 1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .66);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1);
    -moz-transition: all .2s cubic-bezier(.42, 0, .58, 1);
    -o-transition: all .2s cubic-bezier(.42, 0, .58, 1);
    transition: all .2s cubic-bezier(.42, 0, .58, 1);
    margin: 0 auto;
}

#pokestop-category {
    font-size: 1.5em;
}

#pokestop-name {
    font-size: 2em;
}

@media (max-width:768px) {
    h3,
    li {
        text-align: center;
    }
    .col-2 {
        width: 100%;
        height: 70%;
    }
    .col-8 {
        width: 100%;
        height: 30%;
    }
    li {
        font-size: .7em;
        margin-bottom: .5em;
    }
    .poke-search {
        margin-left: 25%;
    }
    .myButton {
        margin-left: 42%;
        width: 20%
    }
}

@media (max-width:1024px) {
    .poke-search {
        width: 40%;
    }
}