@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0; 
    font-family: "Oxygen", Helvetica, sans-serif;
    overflow-x: hidden;
}

section.page {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

footer {
    background-color: #222d36;
    width: 100%;
    min-height: 200px;
    padding: 50px 0;
    color: #888888;
    text-align: center;
}

footer div#agb {
    display: block;
    margin: 5% 0;
}

footer div#agb a {
    text-decoration: none;
    color: #888888;
    margin: 0 3%;
}

footer img {
    height: 8em;
    max-height: 125px;
}

footer div#copyright {
    text-align: center;
}

img.hoverzoomin {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

img.hoverzoomin:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

div.project:hover div.company img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media (max-width:1281px) { 
    html, body {
        font-size: 15px;
    }
 }

 @media (max-width:1025px)  { 
    html, body {
        font-size: 13px;
    }
 }

 @media (max-width:801px)  { 
    html, body {
        font-size: 12px;
    }
 }

 @media (max-width:600px)  { 
    html, body {
        font-size: 11px;
    }
 }

 @media (max-width:585px)  { 
    h1.pageHeader {
        font-size: 4.5em !important;
    }

    section#header div#headerContent div#techstack img {
        height: 2em !important;
    }
 }

 @media (max-width:480px)  { 
    html, body {
        font-size: 10px;
    }
 }

 @media (max-width:370px)  { 
    html, body {
        font-size: 9px;
    }

    h1.pageHeader {
        font-size: 3.5em !important;
    }
 }