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

body
{
    height: 100vh;
    width: 100vw;
    background-color: #212326;
    font-family: Oswald;
}

header 
{
    height: 200px;
    width: 100vw;
    display: flex;
}

.logo
{
    text-align: left;
    padding: 10px;
}

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

.services
{
    width: 100%;
    text-align: center;
    justify-content: left;
    padding: 50px;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
}

nav
{
    display: flex;
	justify-content: left;
	margin-top: 3%;
}

nav a
{
    font-family: Oswald;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: #fff;
    margin-top: 15px;
    padding: 20px;
}

#nav-item
{
    margin-top: 10px;
}

.section-one 
{
	padding-top: 40px;
	width: 100vw;
	height: 80vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	background-color: antiquewhite;
	padding-bottom: 40px;
}

.box-one
{
    display: flex;
    height: 70vh;
    width: 100vw;
    justify-content: center;
}

.image
{
    height: 100%;
    width: 50%;
}

#image-one img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.text   
{
    display: flex;
    height: 100%;
    width: 50%;
}

.label-one  
{
    display: block;
}

ul
{
    list-style: none;
}

.label-one h4
{
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1em;
    color: black;
    padding: 15px;
}

.li-one
{
    font-family: Oswald;
    font-weight:500;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: black;
    padding: 15px;
}

.section-two 
{
	padding-top: 40px;
	width: 100vw;
	height: 80vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	background-color: #212326;
	padding-bottom: 40px;
}

.box-two
{
    display: flex;
    height: 70vh;
    width: 100vw;
    justify-content: center;
}

#image-two img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.text   
{
    display: flex;
    height: 100%;
    width: 50%;
}

.label-two  
{
    display: block;
}

ul
{
    list-style: none;
}

.label-two h4
{
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1em;
    color: white;
    padding: 15px;
}

.li-two
{
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: white;
    padding: 15px;
}

.section-three 
{
	padding-top: 40px;
	width: 100vw;
	height: 80vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	background-color: antiquewhite;
	padding-bottom: 40px;
}

.box-three
{
    display: flex;
    height: 80vh;
    width: 100vw;
    justify-content: center;
}

#image-three img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.text   
{
    display: flex;
    height: 100%;
    width: 50%;
    
}

.label-three  
{
    display: block;
}

ul
{
    list-style: none;
}

.label-three h4
{
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1em;
    color: black;
    padding: 15px;
}

.li-three
{
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: black;
    padding: 15px;
}

.section-four 
{
	padding-top: 40px;
	width: 100vw;
	height: 90vh;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	background-color:#212326;
	padding-bottom: 40px;
}

.box-four
{
    display: flex;
    height: 80vh;
    width: 100vw;
    justify-content: center;
}

#image-four img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.text   
{
    display: flex;
    height: 100%;
    width: 50%;
    
}

.label-four  
{
    display: block;
}

ul
{
    list-style: none;
}

.label-four h4
{
    font-family: Oswald;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1em;
    color: white;
    padding: 15px;
}

.li-four
{
    font-family: Oswald;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    color: white;
    padding: 15px;
}

@media(max-width: 1390px)
{
    #logo-image img
    {
        width: 150px;
        height: 50px;
    }
    .services
    {
        width: 100%;
        height: 25vh;
        text-align: center;
        padding: 10px;
    }

    nav
    {
        display: block;
        justify-content: left;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    nav a
    {
        font-size: 10px;
        letter-spacing: 1px;
        justify-content: right;
    }

    .section-one 
    {
        width: 100vw;
        height: 50vh;
    }

    .box-one
    {
        display: flex;
        height: 30vh;
        width: 100vw;
        justify-content: center;
    }

    .li-one
    {
        font-size: 10px;
        padding: 7px;
    }

    .section-two 
    {
        width: 100vw;
        height: 50vh;
    }

    .box-two
    {
        display: flex;
        height: 30vh;
        width: 100vw;
        justify-content: center;
    }

    .li-two
    {
        font-size: 10px;
        padding: 7px;
    }

    .section-three 
    {
        width: 100vw;
        height: 60vh;
    }

    .box-three
    {
        display: flex;
        height: 30vh;
        width: 100vw;
        justify-content: center;
    }

    .li-three
    {
        font-size: 10px;
        padding: 7px;
    }

    .section-four 
    {
        width: 100vw;
        height: 50vh;
    }

    .box-four
    {
        display: flex;
        height: 30vh;
        width: 100vw;
        justify-content: center;
    }

    .li-four
    {
        font-size: 10px;
        padding: 7px;
    }
}