@font-face {
    font-family: EduQLDHand-Bold;
    src: url(fonts/EduQLDHand-Bold.ttf) ;
    font-weight: bold; 
}
@font-face {
    font-family: EduQLDHand-Regular;
    src: url(fonts/EduQLDHand-Regular.ttf) ;
}
html {
    background: #414042;
}
.centered {
    text-align: right;
}
body {
    font-family: 'EduQLDHand-Regular', sans-serif;
    color: rgb(58, 42, 178);
    background: #e1e4e7;
    box-sizing: border-box;
    margin: 0;
    font-size: 1.2em;
    padding: 100px 0px 0px 0px;
    min-width: 960px;
}
article header {
    height: 80px;
}
article {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 50px 10px 50px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    padding: 10px 0;
    color: #00386B;
}
article h1{
    margin: 0;
    font-size: 2,3em;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #ef6534;
}
article h2 {
    font-size: 1.6em;
}
article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}
article section a {
    color: #ef6534;
}
.avatar {
    float: right;
    width: 490px;
    padding-left: 10px;
}
.cleaner {
    clear: both;
}
article section {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.paragraph-button {
    margin-top: 50px;
}
.references-button {
    background:fixed  #70B73A;
    color: white;
    font-size: 0.9em;
    padding: 12px 25px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px 0 25px 0;
}
body > header {
    height: 100px;
    width: 100%;
    background: #00386B;
    color: white;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    z-index: 1;
}
#logo {
    height: 45px;
    margin: auto 0 auto 20px;
    display: flex;
    flex-direction: column;
    background: url('images/logo.png') no-repeat ;
    background-size: 40px 40px;
    justify-content: center;
}
#logo h1 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: white;
}
#logo>* {
    margin: 0 0 0 50px;
}
#logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
}

#logo small {
    text-transform: uppercase;
    font-size: 0.85em;
}
nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}
nav ul li {
    padding: 0 25px;
    margin: 0 5px;
    font-size: 1em;
    line-height: 4.3em;
}
nav ul a {
    color: white;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul a:hover, .active a {
    border-bottom: 2px solid #ef6534;
}
.contact-button {
    background: #ef6534;
    padding: 10px 20px;
    border-radius: 20px;
}
.contact-button:hover,
.references-button:hover {
    filter: brightness(115%) contrast(85%);
    border: 0;
}
footer {
    background:  #414042;
    color: white;
    box-sizing: border-box;
    text-align: center
    padding: 50px 0 0 0 ;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
    height: 100px;
}
footer p {
    color: white;
    text-decoration: none;
    text-align: center;
}
.left {
    float: left;
}
#skills td {
    width: 25%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid gray;
}
#skills {
    border-collapse: collapse;
}
#references img {
    border: 1px solid gray;
    padding: 6px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
}
#references a {
    text-decoration: none;
}
#references a:hover {
    text-decoration: none;
}
.keylog img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
.keylog p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    color: #666666;
}
