
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    color: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea:focus, input:focus{
    outline: none;
    border: none;
}
img, button, img,
img, button:active img
img, button:focus img {
  border: none;
  outline: 0;
  padding: 0;
}
input[type=button]{
    border: none;
    padding: 0;
}
input[type=submit]{
    border: none;
    padding: 0;
}
input{
    border: none;
}

/* -- Font links -- */

@font-face {                                                                                                                                                                                                                                                                              
    font-family:'Light';                                                                                                                                                                                                                                                                
    src: url(Graphik/Light.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
}
@font-face {                                                                                                                                                                                                                                                                              
    font-family:'Regular';                                                                                                                                                                                                                                                                
    src: url(Graphik/Regular.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
}
@font-face {                                                                                                                                                                                                                                                                              
    font-family:'Medium';                                                                                                                                                                                                                                                                
    src: url(Graphik/Medium.woff) format("woff");                                                                                                                                                                                                                                                                                                                                                                                                                                       
}



/* -- Text Styles -- */

body{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    max-width: 100vw;
    background-color: #FF902F;
}

h1{
    font-size: 64px;
    letter-spacing: -0,4px;
    font-family: "Medium";
}

img{
    width: 70vw;
}

img:nth-child(2){
    width: 40vw;
}

.top{
    height: 80vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 800px){

    img:nth-child(2){
        width: 85vw;
    }

    img{
        width: 80vw;
    }
    body{
        flex-direction: column-reverse;
    }

}

@media only screen and (min-width: 1200px){

    img:nth-child(2){
        width: 30vw;
    }


}










