html{
    width:100vw;
    /* height: 100vh; */
}

body{
    width:100%;
    /* height: 100%; */
    overflow-x: hidden;
    background-color: #fafafa;
    margin:unset;
    font-family: "Campton";
}

::selection{
    background:#93bddf;
    color:#fff;
}

.flexArea{
    position: relative;
    display: flex;    
    flex-wrap: wrap;    
}

.header{
    width:100%;
    background-color: black;
    font-family: "Sharp Grotesk";
    height: 250px;
    text-align: center;
    vertical-align:middle;
    color:white;
    align-content: center;
    justify-content: center;
    font-size: 40px;
}

.headerText{
    z-index: 100;
    text-transform: uppercase;
}

.content{
    width:70%;
    margin:auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.image{
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    background-image: url("LkqLines.png");
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    background-size: contain;
}

p{
    color:#022c5f;
    font-weight: 400;
    font-family: "Open Sans";
}

a{
    color:#022c5f;
    font-weight: 400;
    text-decoration: none;
}

h3{
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color:#022c5f;
    margin-bottom: unset;
}

@font-face {
    font-family: 'Campton';
    src: url('Campton-SemiBold.woff2') format('woff2'), url('Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sharp Grotesk';
    src: url('SharpGroteskMedium-22.woff2') format('woff2'), url('SharpGroteskMedium-22.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Campton';
    src: url('Campton-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
