body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background-image: url('../img/BG-Image.png');
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
a:link, a:active, a:hover, a:visited {
    color: #ffffff;
    text-decoration: none;
}
.landing {
    height: 100vh;
}
.sec1a {
    padding: 3% 0;
    margin-left: 0px;;
}
.sec1c h1 {
    font-size: 64px;
    color: #EF4423;
}
.sec1c h2 {
    font-weight: 400;
}
.sec1d {
    padding: 4% 0;
}
.sec1d ul {
    list-style: none;
    padding: 0;
}
.sec1f {
    min-height: 75px;
}
.sec1f p {
    padding: 2% 0;
    margin: 0;
    font-size: 16px;
}
.divider {
    min-height: 25px;
}

.img-responsive {
    margin-left: 25px;
}

button {
    border: 2px solid #FFFFFF;
    background: none;
    height: 50px;
    width: 150px;
    margin: 0px 25px;
}

button:hover {
    color: #464747;
    background-color: #ffffff;
    transition: 0.25s;
}