*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header 
{
    height: 200px;
    width: 100vw;
    display: flex;
    justify-content: center;
}

body
{
	background-image: url(../images/Process-and-Pipeline-Services.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	height: 100vh;
    width: 100vw;
    font-family: Oswald;
}

.logo
{
    padding: 10px;
}

#logo-image img
{
    width: 300px;
    height: 100px;
}

.contact-text
{
    width: 100%;
    text-align: center;
    display: block;
    padding: 50px;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
}

.contact-text-one
{
    font-size: 18px;
    letter-spacing: 1px;
}

.contact-text-two
{
    width: 25%;
    height: 100%;
    font-family: Oswald;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}