.header {
    background: url("../images/header.jpg") no-repeat center center;
    background-size: cover;
    height: 100vh;
}

.header-content {
    width: 800px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
}

.circular-landscape {
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}

.circular-landscape img {
    width: auto;
    height: 100%;
}

.highlight {
    background-color: #dae012;
    padding: 6px;
    font-size: 10pt;
}

.contact input {
    width: 100%;
    height: 60px;
    font-size: 16pt;
    border: none;
    border-bottom: 1px solid #666666;
}
