/* GENERAL */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    background-color: black;
}

h1 {
    font-family: raleway, serif;
    font-size : 45px;
    color: white;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 0 10px;
}

ul {
    list-style: none;
}

.pipe {
    color: rgb(184,47,57);
}

a {
    text-decoration: none;
    color: white;
}

h2 {
    color: black;
    font-size: 55px;
}

h4 {
    font-size: 24px;
    color: white;
    font-family: raleway, serif;
}

p {
    color: #6a6a6a;
    line-height: 20px;
    font-family: raleway, serif;
}

.clear {
    clear: both;
}

small {
    font-size: 13px;
    font-style: italic;
}
/* HEADER */

header {
    height: 120px;
}

header h1 {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}

header nav {
    float: right;
    margin-top: 45px;
}

header nav ul li {
    display: inline-block;
    margin-right: 10px;
}

header nav ul li a {
    text-transform: uppercase;
    /* font-weight: bold; */
}

header nav ul li a:visited {
    color: white;
}

header nav ul li a:hover {
    color: rgb(184,47,57);
}



.menu-separator {
    color: rgb(184,47,57);
}

/* MAIN IMAGE*/

#main-image {
    margin-top: 20px;
    height: 500px;
    background: url('../img/logo-transparent-png.png') center;
    background-size: 20%;
    background-repeat: no-repeat;
}

#main-image h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 auto 50px;
    padding: 60px 0 0 0;
    text-align: center;
    font-family: raleway, serif;
}

.button-1 {
    display: block;
    width: 200px;
    height: 50px;
    background: rgb(184,47,57);
    color: #444;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
}

.button-1:hover {
    color: black;
}

/* SKILLS */
#skills {
    margin: 50px auto 50px;
}

#skills h4 {
    text-align: center;
}

#skills ul li {
    width: 25%;
    text-align: justify;
    padding: 65px 0 0 0;
    float: left;
}

#skills p {
    padding: 15px 20px 10px 0px;
}

#skill-1 {
    background: url('../img/home.png') no-repeat top center;
}

#skill-2 {
    background: url('../img/paint.png') no-repeat top center;
}

#skill-3 {
    background: url('../img/clean.png') no-repeat top center;
}

#skill-4 {
    background: url('../img/maison.png') no-repeat top center;
}

/* contact */

#contact {
    background-color: #efefef;
    height: 270px;
    padding: 20px 0px;
    display: none;
}

#contact article {
    float: left;
    width: 49%;
    height: 270px;
    border-radius: 10px;
}

#contact article:first-child {
    margin-right: 10px;
}

.overlay {
    background: rgba(27, 34, 233, 0.5);
    height: 100%;
    width: 300px;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.overlay p {
    color: white;
}

article h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#contact p {
    text-align: center;
    margin-bottom: 50px;
}

.button-2 {
    color: black;
    background-color: pink;
    padding: 6px 20px;
    border-radius: 3px;
}

.button-2:hover {
    color: #444;
}
