body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 100pt;
    font-family: Comfortaa, sans-serif;
    background: url("back.jpg") no-repeat center center fixed;
    color: beige;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: repeat-y;
    background-size: auto;
}

@media only screen and (max-width: 1600px) {
    body {
        background-image: url("back_sml.jpg");
        background-repeat: repeat-y;
        background-size: cover;
        }
  }

  .center_box {
    width: 30%;
    min-width: 350px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 10pt;
}
.contact_box {
    vertical-align: middle;
    padding: 6pt;
    font-size: 12pt;
}
svg {
    vertical-align: text-bottom;
}
a {
    text-decoration: none;
    color:beige;
}

h1 {
    margin-bottom: 5px;
    font-weight: 200;
}
h4 {
    margin-top: 5px;
    font-weight: 200;
}