body {
    background-image: url('../images/bwd-background.jpg');
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "helvetica", sans-serif;
    font-size: 16px;
}

#homepage {
    padding-top: 0px;
}

h1 {
    font-size: 2em;
    padding: 80px 20px 50px 20px;
}

h2 {
    font-size: 1.5em;
    line-height: 2;
    padding: 10px 20px 10px 20px;
    border-left: solid 5px #00b6ff;
    color: #333;
}

p.red {
    font-size: 1.5em;
    line-height: 2;
    padding: 10px 20px 10px 20px;
    border-left: solid 5px #aa0056;
    color: #333;
}

p.orange {
    font-size: 1.5em;
    line-height: 2;
    padding: 10px 20px 10px 20px;
    border-left: solid 5px #fd9301;
    margin-bottom: 50px;
    color: #333;
}

.box {
    background-color: rgb(255,255,255,0.7);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 70px;
}

a {
    display: block;
    margin: 0 auto;
    width: 290px;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #000;
    border: solid 3px #000;
    padding: 10px 15px;
    border-radius: 100px;
    transition-duration: 1s;
}

a:hover {
    background-color: #000;
    color: #fff;
}

footer h3{
    text-align: left;
    padding: 10px;
    color: #000;
}

footer h3{
    font-size: 1.2em;
}
