    body{
        margin: 0;
    }

    .slideshow span{
    font-family: f400;
    text-shadow: 0px 0px 3px black;
    position: relative;
    font-size: 50px;
    color: white;
    width: 300px;
    top: 100px;
    left:200px;
    }

    .slideshow p{
        font-family: f347;
        text-shadow: 0px 0px 3px black;
        position: relative;
        font-size: 18px;
        color: white;
        top: 100px;
        left:200px;
        }

    @media screen and (max-width:800px) {
        .slideshow span{
            font-size: 30px;
            width:250px;
            left:20px;
            }
        .slideshow p{
            font-size: 14px;
            left:20px;
            width:250px;
            }
        
    }

    .slideshow button{
        border: 2px solid white;
        font-family: arial;
        background: none;
        color: white;
        padding: 10px;
        width: 150px;
    }
        
    form{
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }

    form label{
        font-family: Arial;
    }

    form input, button{
        box-shadow: 0px 0px 5px gray;
        margin-bottom: 10px;
        border-radius: 5px;
        background: none;
        margin-top: 5px;
        padding: 10px;
        width: 100%;
        border: 0;
    }

    .btn{
        background: rgb(51, 102, 102);
        box-shadow: 0px 0px 5px black;
        margin-bottom: 0;
        margin-top: 10px;
        color: white;
        padding: 15px;
        border: 0;
    }

    .btn:hover{
        opacity: .9;
    }

    .logo{
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
    }

    .disciplines{
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding: 20px;
        box-shadow: 0px 0px 10px gray;
        border: 3px solid rgb(51, 102, 102);
        border-radius: 20px;
        min-height: 500px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 20px;
    }

    .disciplines button{
        background: rgb(51, 102, 102);
        border-radius: 5px;
        color: white;
        padding: 15px;
        width: 200px;
        border: 0;
    }

    .mainImg{
        background-image: url("../images/1.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }
    
    @media screen and (max-width:800px) {
        .mainImg{
            padding:20px;
        }
        .logo img{
        width:250px;
        }
    }

    .theTeam, .dc p{
        text-align: center;
    }

    .theTeam button{
        background:rgb(51, 102, 102);
        color: white;
        padding: 15px;
        width: 150px;
    }

    .theTeam button:hover{
        background:firebrick;
    }

    .page-mainText{
        font-size: 20PX;
        font-family: Arial;
    }

    .page-aboutus {
        position: relative;
        background-repeat: no-repeat;
        width: 100vw;
        height: 400px;
      }

    .mainImg-aboutus{
        background-image: url("../images/Offices.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }

    .page-highway{
        background-image: url("../images/1.jpg");
        background-size: cover;
        position: relative;
        width: 100vw;
        height: 400px; 
    }

    .mainImg-highway{
        background-image: url("../images/highway.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }

    .page-civil{
        background-image: url("../images/2.jpg");
        background-size: cover;
        position: relative;
        width: 100vw;
        height: 400px; 
    }

    .mainImg-civil{
        background-image: url("../images/civil.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }

    .page-mining{
        background-image: url("../images/4.jpg");
        background-size: cover;
        position: relative;
        width: 100%;
        height: 400px; 
    }

    .mainImg-mining{
        background-image: url("../images/landscaping.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }

       
    .page-Structural{
        background-image: url("../images/3.jpg");
        background-size: cover;
        position: relative;
        width: 100vw;
        height: 400px; 
    }

    .mainImg-Structural{
        background-image: url("../images/landscaping.jpg");
        box-sizing: border-box;
        background-size: cover;
        height: 350px;
        color: white;
        padding: 100px;
    }
    
    .contacts{
        text-align:center;
    }
    
    .contacts p{
        font-family:f347;
        }

    .contacts span{
        font-family:f400;
        }
        
    .mission{
        background: white;
        border-radius: 10px;
        box-shadow: 0px 0px 15px black;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        color: rgb(51, 102, 102);
        min-height: 250px;
        padding: 30px;
        width: 100%;
    }

    .mission p{
        color: black;
    }

    .navigation{
        font-family: f347;
        font-size: 14px;
    }

    .navigation a{
        text-decoration: none;
        margin: 20px;
        text-align: center;
      }

    .navigation p{
        text-align: center;
    }

    .navigation button{
        width: fit-content;
        color: firebrick;
        box-shadow: none;
    }

    .navigation button:hover{
        color: rgb(51, 102, 102);
    }

    @media screen and (max-width:800px) {
        .navigation button{
            width: 100%;
        }
        .navigation{
        display:none;
        }
        .mainImg-highway, .mainImg-civil, .mainImg-aboutus, .mainImg-mining, .mainImg-Structural{
         padding:10px;
         height:250px;
        }
    }

    footer{
        border-top: 2px solid firebrick;
        background: black;
        box-sizing: border-box;
        color: gray;
        padding: 50px;
        width: 100%;
    }

    .white{
        background: none;
        box-sizing: border-box;
        padding: 50px;
        height: 300px;
        width: 100%;
    }

    .footerTxt{
        text-align:center;
    }

    footer img{
        width: 300px;
    }

    footer p{
        font-family: Arial;
        font-size: 12px;
    }

    @media screen and (max-width:800px) {
        .mission{
            display: none;
        }
        .white{
            display: none;
        }
    }

