body {
    font-family: 'Consolas';
    margin: 0;
    background: #343233;
}

.container {
    max-width: 120%;
    text-align: center;
    margin: 0 auto;
    padding: 0 3rem;
}

#overview img{
    margin-top: -2%;
    height: 55%;
    width: 80%;
}

button:hover{
    background: #FFD152;
    transition: 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media screen and (max-width: 580px) {
    .container {
          padding: 0 2rem;
    }
}

h1, h2, h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 8%;
}

h1 {
    font-size: 5em;
    color: #FFD152;
}

h2 {
    font-size: 2.3em;
    color: #8D8273;
}

h3 {
    font-size: 1.4em;
    color: #8D8273;
}

h4 {
    font-size: 1em;
    color: #8D8273;
    font-weight: 400;
    margin-bottom: 0;
}

p {
    margin: 1.250em 0;
    color: #8D8273;
    line-height: 1.500em;
}

img {
    margin: 20px 0;
    width: 100%;
}

button {
    outline: none;
    border: none;
    margin: 1.125em 0;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 2px solid #ffffff;
    padding: 1.3em 1.7em;
    background: transparent;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 800;
    text-transform: uppercase;
}

i {
    font-size: 42%;
    letter-spacing: 14px;
}

/* fixed navigation */

nav {
    height: 60px;
    width: 100%;
    background-color: #343233;
    position: fixed;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    float: center;
}

nav a {
    display: inline-block;
    width: 100px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    color: #8D8273;
    transition: 1s;
}

nav a:hover {
    color: #6C6C6C;
}

nav a#toggle-btn {
    display: none;
}

#contimg img{
    height: 80px;
    width: 80px;
}

#contimg img:hover{
    transform: scale(1.2,1.2);
    transition: 0.75s;
}

input{
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

.zine{
    height: 80%;
}

@media screen and (max-width: 580px) {
    nav {
          height: auto;
          border-bottom: 0;
    }

    nav ul {
          display: none;
          height: auto;
    }

    nav li {
          width: 100%;
          float: center;
          position: relative;
    }

    nav a {
          text-align: center;
          width: 100%;
          text-indent: 25px;
          background: #282627;
          color: #8D8273;
    }

    nav a:hover {
          color: #6C6C6C;
    }

    nav a#toggle-btn:after {
          content: "|||";
          transform: rotate(-90deg);
          width: 40px;
          height: 40px;
          display: inline-block;
          position: absolute;
          right: 5px;
          top: 20px;
    }

    nav a#toggle-btn {
          display: block;
          background: #282627;
          color: #8D8273;
          width: 100%;
          position: relative;
    }

    .menu:before, .menu:after {
          content: "";
          display: table;
    }

    .menu:after {
          clear: both;
    }

    .menu {
          zoom: 1;
    }
}


.sec {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}

.sec .container {
    margin-top: 34vh;
}

.sec h2 {
    color: #8D8273;
}

@media screen and (max-width: 580px) {
    .sec h2 {
          font-size: 24px;
    }

    .sec p {
          display: none;
    }
}

/* overview */

#overview {
    background: #282627;
    padding: 8rem 0;
}

.overview-content {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}

@media screen and (max-width: 580px) {
    .overview-content {
          display: grid;
          grid-gap: 20px;
          grid-template-columns: repeat(1, 1fr);
          text-align: left;
    }
}

/*POUR LA SECTION */

#about {
    padding: 8rem 0;
}

#about h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 12px;
    margin-bottom: 2em;
}

#features {
    background: #282627;
    padding: 8em 0;
}

.features-content {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
}
@media screen and (max-width: 580px) {
    .features-content {
          display: grid;
          grid-gap: 20px;
          grid-template-columns: repeat(1, 1fr);
          text-align: left;
    }
}


#subscribe {
    background: #343233;
    padding: 8em 0;
}

#subscribe h2 {
    color: #8D8273;
}

#subscribe input {
    width: 80%;
    margin: 2em 0;
    background: none;
    border: 1px solid #8D8273;
    padding: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: rgb(211, 165, 100);
}

#subscribe input:focus {
    border: none;
    outline: none;
    border: 2px solid #8D8273;
}

input::placeholder {
    color: #8D8273;
    text-transform: uppercase;
    font-weight: 400;
}

footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1em 0;
    background: #282627;
}

footer span {
    color: #8D8273;
    font-weight: 600;
}