@font-face {
    font-family: 'Square721 BT';
    src: url('font/Square721BT-Roman.eot');
    src: url('font/Square721BT-Roman.eot?#iefix') format('embedded-opentype'),
    url('font/Square721BT-Roman.woff2') format('woff2'),
    url('font/Square721BT-Roman.woff') format('woff'),
    url('font/Square721BT-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

.header img {
}

.text {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    width: 610px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 150px;
}

.menu a, .menu {
    font-size: 16px;
}

.menu {
    width: 818px;
    background-image: url("../images/menuShader.png");
    background-size: 818px 8px;
    background-repeat: no-repeat;
}

.map {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 22px;
    width: 868px;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
}

.map iframe {
    width: 100%;
}

.map strong {
    font-weight: bold;
}

.text p {
    margin-bottom: 30px;
}

.text p strong {
    font-weight: bold;
}

.text p a {
    color: #587f87;
}

.text h2 {
    font-size: 22px;
    color: #587f87;
    margin-bottom: 5px;
    font-weight: bold;
}

.seperator {
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.seperator img {
    width: 100%;
}

.ctabutton {
    margin-right: 20px;
}

.menu {
    width: 868px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 41px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.menu a {
    margin-right: 15px;
    margin-left: 15px;
    color: #303030;
    display: inline-block;
    text-decoration: none;
}

.menu a:hover {
    color: black;
}

.textfield {
    width: 100%;
    background-color: #f2f2f2;
    border: 0;
    font-size: 18px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 20px;
}

.textareafield {
    width: 100%;
    background-color: #f2f2f2;
    border: 0;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    height: 100px;
}

.sendBtn {
    float: right;
    background-color: #e3ab0b;
    line-height: 45px;
    font-size: 18px;
    color: white;
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
}