body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #1C0E1D;
    font-family: 'Raleway', sans-serif;
}


section {
    text-align: center;
    background-image: url(../img/sun-bg.jpg);
    height: 100%;
    width: 100%;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-text {
    height: 500px;
    width: 800px;
    text-align: center;
}

h1 {
    font-size: 20px;
    font-weight: 200;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 10px;
}

h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-top: 0px;
}

p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

.section-social > h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
}

.social-links-ul {
    list-style-type: none;
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    display: flex;
    justify-content: space-between;
}

.social-links-ul > li {
    list-style-type: none;
}

.social-md-icon {
    height: auto;
    width: 40px;
}