html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*MIN KODE*/

*{
    text-decoration: none;
}

body{
    background-color: #a1a1a1;
}

h1 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
}

h2 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
}

h3 {
    font-family: Arial;
    font-size: 16px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
}

h4 {
    font-family: Arial;
    font-size: 14px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
}

p {
    
    font-family: Arial;
    font-size:16px;
}

#container {
    background-color: #ffffff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 100px;
    background-color: #f3f3f3;
    color: white;
}

#header .header-brand {
    font-family: Arial;
    font-size: 24px;
    font-weight: 100;
    color: #111;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    padding: 20px 0;
}

#header nav ul {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

#header nav ul li {
    display: inline-block;
    float: left;
    lost-style: none;
    padding: 0 10px;
}

#header nav ul li a {
    font-family: Arial;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
}

#header .header-cases {
    display: none;
}

.banner {
    clear: both;
    background-image: url('EXPO/images/FFAlogo.png');
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrapper {
    width: 800px;
    margin: 0 auto;
}


#content{
    padding: 24px 0 24px 0;
    clear: both;
    text-align:center;
}

/*INDEX*/

#content #main{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

/*CONTACT*/

input{
    font-family: Arial;
    width: 200px;
    height: 30px;
}

textarea{
    font-family: Arial;
    width: 200px;
    height: 100px;
    box-sizing: border-box;
}

/*ABOUT*/

#content #group{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.member{
    margin-right: 45px;
    margin-left: 45px;
    margin-top: 10px;
}

.member-img{
    width: 200px;
    height: 300px;
    padding: 10px 30px 10px 30px;
    
}

/*BÅNN AV SIDEN*/

#footer {
    clear: both;
    padding: 10px;
    background-color: #009999;
    text-align:right;
}

/*SKALERING*/

@media only screen and (min-width: 1601px) {
    #container {
        width: 1600px;
    }

    #container .wrapper {
        width: 1200px;
    }

    #content #group{
        width: 1185px;
    }

}

@media (min-width:1201px) and (max-width:1600px) {
    #container {
        width: 100%;
    }

    #container .wrapper {
        width: 1000px;
    }
    #content #group {
        width: 1185px;
    }
}

@media (min-width:769px) and (max-width:1200px){
    #container {
        width: 100%;
    }

    #container .wrapper {
        height: 500px;
        width: 100%;
    }
    #content #group {
        width: 790px;
    }
    #content #main {
        width: 790px;
    }
}

/*Tablet*/
@media (min-width: 401px) and (max-width: 768px) {
    #container{
        width: 100%;
    }
    #container .wrapper {
        height: 350px;
        width: 100%;
    }
    #content #group {
        width: 395px;
    }
    #content #main {
        width: 395px;
    }
}
/*Telefon*/
@media (max-width:400px) {
    #container{
        width: 100%;
    }
    #container .wrapper {
        height: 200px;
        width: 100%;
    }
        #container .banner {
            clear: both;
            background-image: url('EXPO/images/FFAlogo.png');
            width: 100%;
            height: 200px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
    #content #group {
        width: 395px;
    }
    #content #main {
        width: 380px;
    }
}
