header {
    background-color: #0d335c;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 2;
}

header .body {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
    text-align: right;
    margin-bottom: .3rem;
}

header .body h1 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
}

header .body .title {
    align-self: flex-end
}
header .body .logo img {
    display: block;
    width: 300px;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width: 926px) {
    header .body .logo img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
}

@media (max-width: 550px) {

    header .body {
        flex-direction: column;
    }
    header .body > div:last-child{
        text-align: left;
        width: 100%
    }
}

header .footer {
    border-top: 1px solid #ffffff;
    padding-top: .3rem;
    padding-bottom: .3rem
}
header .footer h2 {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    font-weight: 200
}

header .footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center
}
header .footer > div ul.options {
    margin: 0;
    display: flex;
    font-size: 0.8rem;
    padding: 0
}
header .footer > div ul.options li {
    list-style: none;
    margin: 0;
    padding: 0;
}
header .footer > div ul.options li a,
header .footer > div ul.options li button {
    color: inherit;
    line-height: 1rem;
    font-weight: 200;
    text-decoration: none;
    margin: 0 1rem 0 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
}


@media (max-width: 550px) {
    header .footer > div ul.options li span {
        display: none
    }
    /* header .footer > div {
        justify-content: flex-end;
    }
    header .footer > div ul.options {
        display: none
    } */
}



/* .navtop {
    display: inline-block;
  position: relative;
  width: 50px;
}

.navtop .icon{
  width: 2rem;
  height: 2rem;
}
.navtop .icon span {
  display: block;
  width: 2rem;
  height: .3rem;
  background-color: #ffffff;
  margin-bottom: .3rem
}

.navtop ul {
    display: none;
  position: absolute;
  width: 13rem;
  right: 0;
  top: 3rem;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.navtop ul li {
  display: block;
  list-style: none;
  padding: .7rem 1rem;
  text-align: right
}

.navtop ul li a, button {
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  text-decoration: none;
  color: #063d79;
} */



  




/* 
header,
.version {
    background-color: #0d335c;
    color: #ffffff
}

header img {
    display: block;
    width: 100%;
    height: auto;
}

header h1 {
    margin: 0;
    font-size: 2em
}

header .container .row {
    justify-content: space-between;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 0.5em
}

header .container .row .logo {
    height: auto;
    width: 30%
}

header .container .row .autos {
    height: auto;
    width: 50%
}

header.interior {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
header.interior .container .row .logo {
    height: auto;
    width: 20%
}

header.interior h1 {
    font-size: 1.2em;
    line-height: 1.2em
}

header.interior h2 {
    font-size: 1em;
    line-height: 1em;
    font-weight: 200;
    margin: 0
}

header.interior .container .row {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: right
}
header.interior .container .row > div {
    flex: none
} */