h2{
    width: 95%;
}
h3{
    text-align: left;
    width: 100%;
    display: flex;
    margin-top: 3em;
    margin-bottom: .1em;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.5em;
    color: #222;
    box-shadow: 
    min-height: 40px;
}
footer {
    background: #fff;
}
p label{
    text-align: left;
    font-size: .8em;
    width: 100%;
    display: inline-block;
    color: #555;
    padding: .5em 0 0 .3em;
    margin-bottom: 0;
}
form.pf-skjema{
    box-sizing: border-box;
    min-width: 360px;
}
form.pf-skjema p{
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: normal;
    width: 90%;
    min-width: 350px;
    margin-left: 1em;
}
form.pf-skjema p:hover, form#pf-skjema p:focus{
}
p input[type="text"]{
    font-size: .8em;
    vertical-align: 
    min-width: 205px;
    width: 100%;
    float: right;
    display: inline-block;
    min-height: 35px;
    padding-left: 5px;
    border: none;
}
input[type="submit"]{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    height: 45px;
    margin-top: 1em;
    background: #3E8364;
    display: inline-block;
    width: 40%;
    max-width: 200px;
    text-align: center;
    color: #fff;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[type="submit"]:hover, input[type="submit"]:focus {
    background: #499c77;
}
textarea {
    font-size: .8em;
    width: 100%;
    float: right;
    display: inline-block;
    height: 100px;
    padding-left: 5px;
    resize: none;
    border: none;
}
form.pf-skjema p.ta{
    height: 100px;
}
form.pf-skjema p.knapp {
    background-color: transparent;
}
div.errors {
    font-weight: 900;
    position: fixed;
    color: #efefef;
    bottom: 0;
    left: 0;
    background: #ed0973;
    z-index: 5;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
}
p.error {
    font-size: 1.2em;
    padding-left: 1em;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
}
span.velg-skjema, a.last-ned{
    min-width: 250px;
    margin: 1em;
    padding: .8em;
    background: #3E8364;
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    border: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
span.velg-skjema:hover, span.velg-skjema:focus, a.last-ned:hover, a.last-ned:focus { 
    background: #499c77;
}
section {
    padding-bottom: 5em;
}
p.last-ned a {
    color: #fff;
}
section#om {
    width: 80%;
    margin: 0 auto;
}
section#om p {
    margin: 0 0 .7em 0;
    text-align: left;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
ol.abc {
    text-align: left;
    font-family: Georgia, Times, 'Times New Roman', serif;
    list-style-type: lower-alpha;
    font-size: 1.3em;
    margin: .8em 0;
}
img#logo {
    width: 200px;
}
p.intro-text {
    font-weight: bold;
}