﻿@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

:root {
    --primary-color: #EF7F01;
    --primary-color-transparent-25: #EF7F0140;
    --primary-color-transparent-50: #EF7F017f;
}

* {
    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;
}

body {
    color: #525252;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 0;
    position: relative;
    box-shadow: 5px 20px 13px 3px rgb(0 0 0 / 20%);
    box-shadow: 5px 20px 13px 3px rgb(0 0 0 / 20%);
    z-index: 1;
}

p {
    margin: 16px 0;
}

h1 {
    position: relative;
    font-size: 2.3rem;
    margin: 0;
    font-weight: normal;
}

h1 span {}

h2 {
    font-size: 1.5rem;
    color: lightgray;
    margin: 0;
}

h3 {
    font-size: 1.5rem;
    line-height: 1;
    color: rgb(239, 127, 1);
    margin: 0 0 0.625rem;
    margin-top: 4px;
    font-weight: 500;
}

h4 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 20px 0 0.625rem;
    margin-top: 4px;
    font-weight: 500;
    display: block;
}

h5 {
    text-align: center;
    margin: 0;
    font-size: 16px;
}

h6 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 20px 0 0.625rem;
    margin-top: 4px;
    font-weight: 500;
    display: block;
    color: #000;
}

h7 {
    text-align: center;
    display: block;
    margin: auto;
}

h7 a {
    padding: 20px;
}

ul {
    padding-left: 30px;
    margin-bottom: 32px;
    margin-top: 16px;
}

ul li {
    margin-bottom: 3px;
}

header ol {
    padding: 4px;
    width: 85%;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 1rem;
}

header ol li {
    font-size: 1.2rem;
    list-style: none;
    display: inline-block;
    text-align: left;
    margin: 0 15px;
    font-size: 19px;
}

header ol li img {
    float: left;
    margin-right: 10px;
    height: 38px;
}

header ol li p {
    margin: 0;
    color: #fff;
    line-height: 1;
    float: left;
}

header ol li p span {
    font-size: 13px;
}

footer ol {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol li {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol li a {
    padding: 10px;
    font-size: 22px !important;
    width: 45px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    margin-left: 2px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: block;
}

ol li a .fab,
ol li a .far,
ol li a .fas {
    font-size: 22px !important;
    display: block;
}

ol li:nth-of-type(1) a {
    background: #3B5998;
    color: white;
}

ol li:nth-of-type(2) a {
    background: #55ACEE;
    color: white;
}

ol li:nth-of-type(3) a {
    background: #007bb5;
    color: white;
}

ol li:nth-of-type(4) a {
    background: #006567;
    color: white;
}

ol li:nth-of-type(5) a {
    background: gray;
    color: white;
}

ol li:nth-of-type(6) a {
    background: black;
    color: white;
}

ol li a:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

blockquote {
    background-image: url(../images/work.jpg);
    background-repeat: no-repeat;
    filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    -webkit-filter: blur(20px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}

header {
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100%;
}

header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 17%;
}

header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 60%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 15px;
    z-index: 1;
}

figure {
    margin: 0;
    padding: 0;
    text-align: center;
}

article {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

section {
    width: 68%;
    float: left;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 30px;
    color: #525252;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

aside {
    width: 28%;
    margin-left: 10px;
    margin-right: 10px;
    word-break: break-word;
    float: right;
}

element {
    display: block;
    color: #000
}

element:nth-of-type(1) {
    padding: 1.5rem;
    background: #E8E8E8;
}

element a {
    background-color: var(--primary-color);
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0px;
    margin: 0 0 25px;
    text-align: center;
    text-decoration: none;
    display: block;
    ;
    width: 100%;
}

element a:hover {
    background-color: var(--primary-color);
    filter: grayscale(0.4);
    text-decoration: none;
}

element:nth-of-type(2) {
    background-color: var(--primary-color-transparent-25);
    margin-top: 1.2rem;
    padding: 24px 10px;
    color: black;
}

element:nth-of-type(2) p {
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    display: grid;
    padding: 6px;
    font-size: .875rem;
    width: 50%;
    float: left;
}

element:nth-of-type(2) p img {
    display: block;
    margin: 0 auto;
    padding: 0.3rem;
    border-radius: 4px;
    height: 2.5rem;
    filter: brightness(20%);
}

element:nth-of-type(3) {
    margin: 16px 0;
}

iframe {
    width: 100%;
    height:
}

footer {
    padding: 20px 40px;
    position: relative;
    background-color: var(--primary-color-transparent-50);
    color: #000;
}

footer > a:nth-of-type(1) {
    max-width: 274px;
    margin: 0 0 4px;
}

address {
    font-style: normal;
}

address img {
    float: left;
}

address p {
    float: left;
    margin: 0 0 10px 15px;
    ;
}

footer > a:nth-of-type(2) {
    background-color: var(--primary-color);
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0px;
    margin: 0 0 25px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 220px;
    margin: 0 auto;
}

@media only screen and (max-width:1149px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0;
        background: #fff;
    }

    header:after {
        display: none;
    }

    menu {
        padding: 10px;
        margin: 0;
    }

    menu,
    menu h2 {
        position: static;
        color: #000;
    }

    header ol {
        margin: 0 auto;
        background: #000;
        width: 100%;
        display: block;
        max-width: 100%;
        text-align: center;
        display: block;
    }

    header ol li {
        font-size: 1.2rem;
        list-style: none;
        display: block;
        text-align: left;
        margin: 0;
        font-size: 19px;
        padding: 10px;
    }

    header ol li p {
        margin: 0;
        color: #fff;
        line-height: 1;
        float: none;
    }

    article {
        padding: 0;
    }

    section,
    aside {
        width: auto;
        float: none;
        margin: 0 0 .625rem;
        padding: .625rem;
    }

    footer {
        margin: 0;
        padding: .625rem;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    address p {
        float: none;
        margin: 0 0 .625rem;
    }

    address img {
        float: none;
        margin: 0 0 .625rem;
    }

    footer ol {
        position: static;
    }

    h3,
    h4,
    h5,
    h6,
    h7 {
        margin: 0 0 .625rem;
        font-size: .875rem;
    }

    h2 {
        font-size: 1rem;
    }

    h1 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
