body {
    margin: 0;
    background: #fbfbfb;
    padding-bottom: 20px;
}
.logoimg {
    background: url(../img/logo.png);
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.logotext {
    color: #fbfbfb;
    font-size: 19px;
    display: inline-block;
    transform: translate(6px, -14px);
}
.logolink {
    margin: 0 auto;
    display: table;
    transform: translate(-6px);
}

.title {
    color: #fbfbfb;
    text-align: center;
    margin: 1px;
    font-weight: 100;
}

.wavegroup {
    transform: rotateX(180deg);
}

.titlegroup {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.subtitle {
    color: #252525;
    margin: 1px;
    font-weight: 100;
    font-size: 25px;
}

.content {
    color: #252525;
    margin: 1px;
    line-height: 1.4;
    font-weight: 100;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.container {
    margin: 0 auto;
    border: solid rgba(37, 37, 37, 0.8) 1px;
    border-radius: 10px;
    transition: width 0.2s ease-in-out;
    padding: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
    .container {
        width: 85%;
    }
}

@media screen and (min-width: 900px) {
    .container {
        width: 70%;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 60%;
    }
}

@media screen and (min-width: 1800px) {
    .container {
        width: 40%;
    }
}

select {
    border: solid 1px rgba(37, 37, 37, 0.8);
    color: #252525;
    border-radius: 10px;
}
input {
    border: solid 1px rgba(37, 37, 37, 0.8);
    color: #252525;
    border-radius: 10px;
    padding: 2px 10px;
}
textarea {
    border: solid 1px rgba(37, 37, 37, 0.8);
    color: #252525;
    border-radius: 10px;
    resize: vertical;
    height: 150px;
    margin: 0 30px;
    width: -webkit-fill-available;
    width: -moz-fill-available;
    width: -o-fill-available;
    width: -mz-fill-available;
    width: fill-available;
}

button {
    background-color: transparent;
    border: solid 1px rgba(37, 37, 37, 0.8);
    border-radius: 10px;
    color: #252525;
    padding: 0px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-left: 40px;
}

button:hover {
    background-color: rgba(37, 37, 37, 0.8);
    color: #fbfbfb;
}

.footertext {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #252525;
    line-height: 1.4;
    font-weight: 100;
    font-size: 19px;
    margin: 0;
}
.footerlink {
    text-align: center;
    display: inline-block;
    color: #252525;
    line-height: 1.4;
    font-weight: 100;
    font-size: 19px;
}

table {
	margin-left:30px;
	text-align: center;
}

th {
	padding-right: 50px;
	transform: translateX(25px);
}