.center {
    width: 720px;
    margin: auto;
}

body {
    background-color: #f37358;
    text-align: center;
}
a:link {
    color: #eb4835;
    text-decoration: underline;
}
a:visited {
   color: #eb4835;
   text-decoration: underline; 
}
a:hover {
color: #29abe2;
text-decoration: underline;

}
ul {
    list-style: bullet;
    margin-left: 50px;
    padding: 0;
}
li {
    text-align: left;
}

footer {
    background-color: #d3353c;
    padding: 25px;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

.header {
    background-color: #f37358;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 0px;
}

.textBox {
    color: black;
    margin: 20px;
    border-radius: 12px;
    border: 5px solid #eb4835;
    background: white;
    max-width: inherit;
    text-align: center;
    height: 100%;
}
.sponsors {
    color: black;
    margin: 20px;
    border-radius: 12px;
    border: 5px solid #eb4835;
    background: #f5f6f7;
    max-width: inherit;
    text-align: center;
    height: 100%;
}
.footer {
    color: #000000;
    text-align: center;
    background-color: #f37358;

}

.textBoxFullWidth {
    color: white;
    border-radius: 12px;
    border: 5px solid white;
    background: #29abe2;
    text-align: center;
    height: 100%;
    margin: auto;
    margin-bottom: 20px;
    max-width: 949px;
}

.headertextbox {
    font-family: 'Anton', sans-serif;
    font-weight: 500;
}

@media(max-width:991px) {
    .textBox {
        margin: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width:767px) {
    .textBoxFullWidth {
        font-size: .6em;
    }
    .textBoxFullWidth .headertextbox {
        font-size-adjust: .75;
    }
    .textBox {
        margin: 20px;
    }
}
