h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h3,h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.font-bullet {
    font-weight: 350;
}

nav {
    z-index: 60;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.navbar-toggler {
background: white;
}

.bgimage {
    background: url('../media/hero/men-machine.jpg');
}
.header-image h5 {
    color:white;
    text-shadow:0.125rem 0.125rem #333;
}

.slogan {
    text-align: center;
    margin-top: 15%;
}

.slogan h5 {
    font-size: xxx-large;
}

.services-box {
    max-width: 850px;
    margin: 70px auto 70px;
}

.bgimage2 {
    background: url('../media/hero/men-tools.jpg');
}

.bgimage3 {
    background: url('../media/hero/girl-mecanic.jpg');
}

.bgimage3 h5 {
    color:white;
    text-shadow:0.125rem 0.125rem #333;
}

.slogan2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slogan2 h5 {
    font-size: xxx-large;
}

.bgimage4 {
    background: url('../media/hero/books2.png');
}

.bgimage5 {
    background: url('../media/hero/hydraulics2.png');
}

.bgimage6 {
    background: url('../media/hero/tools.jpg');
}

.bgimage7 {
    background: url('../media/hero/compressor2.png');
}

.bgimage8 {
    background: url('../media/hero/pipes3.png');
}

.bgimage9 {
    background: url('../media/hero/tools3.png');
}

.header-image {
    width:100%;
    height:31.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
    opacity: 0.8;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.content-page {
  margin: 0 auto;
  max-width:46.875rem;
}

.image-box {
    max-width: 350px;
}

.container {
    margin-top: 50px;
    margin-bottom: 20px;
}


body {
    background: #f5f5f5;
    margin:0
}

.form {
    width:650px;
    height:695px;
    background:#f0f0f0;
    border-radius:8px;
    box-shadow:0 0 40px -10px #000;
    margin:calc(50vh - 220px) auto;
    padding:20px 30px;
    max-width:calc(100vw - 40px);
    box-sizing:border-box;
    font-family:'Montserrat',sans-serif;
    position:relative
}

.form h2 {
    margin:10px 0;
    padding-bottom:10px;
    width:275px;
    color:#78788c;
    border-bottom:3px solid #78788c
}
.form input {
    width:100%;
    padding:10px;
    box-sizing:border-box;
    background:none;
    outline:none;
    resize:none;
    border:0;
    font-family:'Montserrat',sans-serif;transition:all .3s;
    border-bottom:2px solid #bebed2
}
.form input:focus {
    border-bottom:2px solid #78788c
}
.form p:before {
    content:attr(type);
    display:block;margin:28px 0 0;
    font-size:14px;color:#5a5a5a
}
.form button {
    float:right;
    padding:8px 12px;
    margin:8px 0 0;
    font-family:'Montserrat',sans-serif;border:2px solid #78788c;
    background:0;
    color:#5a5a6e;
    cursor:pointer;
    transition:all .3s
}
.form button:hover {
    background:#78788c;color:#fff
}

.bgimage9 {
    position: absolute;
}

.presentation-box h1 {
    font-family: "noe", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.presentation-box {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 150px 0;
    margin: 0 auto;
}

.slog-presentation {
    width: 33%;
    position: relative;

    font-family: "noe", serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;

    display: flex;
    flex: 0 1 auto;
    padding: 0 50px;
}

.content-presentation {
    width: 66%;
    position: relative;
    display: flex;
    flex: 0 1 auto;
    padding: 0 50px;
    max-width: 750px;
    color: #363636;
}

.presentation {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

.navbar {
    padding: 0.5rem;
}

@media screen and (max-width: 1130px) {
    .presentation {
        font-size: 13px;
    }

    .presentation-box {
        font-size: 50px;
    }
}

@media screen and (max-width: 900px) {
    .presentation-box {
       display: inline;
    }

    .slog-presentation, .content-presentation {
        width: 100%;
        max-width: 100%;
    }

    .slog-presentation {
        padding-bottom: 15px;
    }

    .slogan h5 {
        font-size: xx-large;
    }

    .slogan {
        margin-top: 50%;
    }

    .presentation-box h1 {
        font-size: 45px;
    }
}

