body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body, html {
    width: 100%;
    height: 100%;
}

footer {
    padding: 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
}

.home-title {
    font-weight: 700;
    font-size: 4em;
    color: #f8f8f8;
}

.home-body {
    font-weight: 700;
    font-size: 2em;
    color: #f8f8f8;
}

.weconnect-form {
    font-size: 24px;
    font-weight: 700;
    color: #f8f8f8;
    background-color:#B8967E;
    padding: 20px;
    opacity: 0.9;
}

.weconnect-btn {
    font-size: 24px;
    color: #f8f8f8;
    background-color: #47525E;
}

.home-bg {
    background-image: url("img/home-bg.png");
    height: 1100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.other-bg {
    background-image: url("img/home-bg.PNG");
    height: 1100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.weconnect-div {
    background-color:#B8967E;
    padding: 20px;
    opacity: 0.9;
}

.weconnect-div tbody {
    font-size: 20px;
    font-weight: 100;
    background-color:#FFFFFF;
}

.weconnect-div thead {
    font-size: 24px;
    font-weight: 700;
    background-color: #C9C299;
}

.weconnect-modal {
    text-align: center;
}

.weconnect-modal input {
    font-size: 24px;
    font-weight: 700;
    color: #f8f8f8;
    background-color: #2D51A3;
}

.weconnect-modal h1 {
    font-size: 3em;
    font-weight: 700;
    color: #f8f8f8;
}