html, body {
    font-family: 'Inconsolata', monospace;
    margin:0px;
    background-color: #f2f2f2;
}
h1 {
    margin-top:0px;
    text-align: center;
    font-weight: 600;
}
h2, h3, h4 {
    text-align: center;
    font-weight: 300;
}
h4 {
    margin-top:40px;
    margin-bottom:20px;
}
main {
    margin-left: auto;
    margin-right: auto;
    width:800px;
    padding:10px;
}
menu {
    padding-inline: 0px;
    margin-block: 0px;
}
.footer {
    margin-top:20px;
    border-top: 1px solid #eee;
    padding-right:10px;
    font-weight: 300;
    text-align: center;
}
article {
    margin:10px;
    margin-bottom:20px;
}
dl dd:last-:last-of-type {
    margin-left:10px;
}
header {
    font-weight: 700;
}
#title {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding:20px;
}
.header h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 200px;
}
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}
.sidenav a:hover {
    color: #f1f1f1;
}
#aws_badge_list {
    margin:auto;
    width: 256px;
}
#client_list {
    margin:auto;
    margin-top:400px;
    width:860px;
}
.aws_badge {
    width:80px;
}
.client_logo {
    width:140px;
}
#networks, #certifs {
    text-align: center;
    display:block;
    margin-top:10px;
}
.aws_badge {
    width:120px;
    height:120px;
    text-indent: -9999px;
    display:inline-block;
}
.archi {
    background: url(img/archi.png) no-repeat bottom;
    background-size: 120px;
}
.dev {
    background: url(img/dev.png) no-repeat bottom;
    background-size: 120px;
}
.sysops {
    background: url(img/sys.png) no-repeat bottom;
    background-size: 120px;
}
.linkedin {
    width:22px;
    height:22px;
    background: url(img/linkedin.png) no-repeat bottom;
    background-size: 22px;
    text-indent: -9999px;
    display:inline-block;
}
.github {
    width:22px;
    height:22px;
    background: url(img/github.png) no-repeat bottom;
    background-size: 22px;
    text-indent: -9999px;
    display:inline-block;
}
#languages {
    text-align: center;
    display:block;
    margin-bottom:20px;
}
.aws_badge:hover {
    transform: scale(1.4);
}
input[type=text], input[type=email],textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
button {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #45a049;
}
.fieldset {
    columns: 2;
}
textarea {
    height:220px;
}
#about{
    columns: 2;
    text-align: justify;
}
#my-form-status {
    color: #4CAF50;
    font-weight: bold;
    text-align: center;
}