* {
    box-sizing: border-box;
}

html, body {
background:unset;
font-family: 'Montserrat', 'Open Sans', sans-serif;
}


.container {
    position: absolute;
    padding: 1em;
    margin: 0 auto;
    top: 60px;
    right: 15%;
    width: 25%!important;
    min-width: 800px !important;
    max-width: fit-content;
    background: snow;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 4px 4px 20px 1px rgba(99,99,99,0.75); 
    box-shadow: 4px 4px 20px 1px rgba(99,99,99,0.75);
    min-width: 800px;
    max-width: 820px;

}

.picture img{
width: 250px;
min-height: 320px;
height: auto;
}

.popup_close {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    font-weight: 100;
    border-radius: 100%;
    background-color: #0a0a0a;
    z-index: 4;
    color: #fff;
    line-height: 3.25rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }

  .popup_close:hover {
      color: #4CCEE8;
  }

  .information {
      width: fit-content;
      min-height: 320px;
      padding: 1em;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: baseline;
  }

  .info_content {
      text-align: center;

  }

  .info_content p {
    font-size: 1rem;
    line-height: 50%;
}

.numbers {
    display: flex;
    flex-direction: column;
}

.map {
    float: left;
    padding-left: 1em;

}

h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 1em;
}

.info_content i {
    font-size: 1.75rem;
    color:#4CCEE8;
}

.email {
    margin-left: 6em;
    margin-top: 1em;
}

.contact-email,
.numbers a  {
    text-decoration: none;
    color: #0a0a0a;
}
.contact-email:hover,
.numbers a:hover {
    color:  #4CCEE8;
    font-weight: 600;
}


@media screen and (max-width: 640px) {

    * {
        box-sizing: border-box;
    }

    .container {
        padding: 0;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100vw;
        top: 50px;
        left: 0px;
        min-width: unset;
    }

    .information {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .info_content {
        padding-bottom: 1em;

    }
    .email {
        margin-left:0;
        margin-top: 0;
        padding-bottom: 0;
    }
    .gmap_canvas {
        width: 100%;
    }

    .gmap_canvas iframe {

        float:none ;
        padding: 1em;
        margin-bottom: 2em;

    }

    .popup_close {
        position: fixed;
        right: .5rem;
        top: 2rem;
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        font-weight: 100;
        border-radius: 100%;
        background-color: #0a0a0a;
        z-index: 40;
        color: #fff;
        line-height: 2.25rem;
        text-align: center;
        cursor: pointer;
        text-decoration: none;
    
      }
}
