﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

header,
footer,
article,
section,
aside,
element,
nav,
menu,
figure,
main,
address {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    font-style: normal;
}

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 0 0;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1.25rem;
}

h1,
h2 {
    color: #004899;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1;
    margin: .625rem 0;
    background: #005795;
    margin: 1.562rem 0;
    padding: .937rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

h2 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 .625rem;
    font-weight: 500;
}

h3 {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
    font-family: 'arial', sans-serif;
}

header {
    margin: 0 0 0;
}

header a {
    margin: .937rem auto;
    display: block;
    max-width: 17.5rem;
}

menu {
    margin: 0;
}

nav {
    padding: .937rem 1.875rem 0;
}

nav p {
    margin: 0;
}

article {
    padding: .937rem 1.875rem 0;
    background: url(../images/dino.png)no-repeat left;
    background-size: 57%;
    background-position: -3.75rem 95%;
}

section {
    margin-left: 28.125rem
}

aside {
    margin-left: 18.75rem
}

footer {
    margin: 0;
    padding: .937rem 3.125rem;
    background: #003D69;
    color: #fff;
}

footer > a {
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: .187rem;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
    width: 20rem;
    display: block;
    margin: 1.25rem 0;
    text-align: center;
    padding: .937rem;
    float: left;
    border: 2px solid #fff;
}

footer > a:hover {
    background-color: hsla(0, 0%, 100%, .2);
    text-decoration: none;
    border: 2px solid #356386;
}

footer > a:hover:after {
    font-size: 1.625rem;
    line-height: 1em;
    content: "\003e";
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    margin-left: .625rem;
}

footer > p:first-of-type {
    text-align: center;
}

footer > p:last-of-type {
    float: right;
    font-weight: bold;
    margin: 0 33% 0 0;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    nav {
        padding: .625rem .625rem 0;
    }

    article {
        padding: .625rem;
        background: #fff;
    }

    section,
    aside {
        margin: 0;
    }

    footer {
        margin: 0;
        padding: .625rem;
    }

    footer > a {
        margin: .625rem auto;
        float: none;
    }

    footer p:last-of-type {
        float: none;
        text-align: center;
        margin: 0;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width:49.062rem) {
    h1 {
        font-size: 1.25rem;
        margin: .625rem 0;
    }
}
