body {margin: 0;   padding: 0;    box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
.header{ 
    height: 80px;
    background-color: rgb(3, 3, 3);
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    }

.header a{
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    padding: 16px;
}

.header a:hover{
    background-color: gray;
    color: black;
}

.jumbo{ 
    display: flex;
    flex-direction: column;
    justify-content: left;
    height: 95vh;
    color: rgb(15, 12, 12);   background-color: rgb(192, 250, 250); max-width:1500px;
}
.one{ font-size: large;
    padding-top: 40px;
    margin-top: 120px;
    margin-left: 50px ;
    font-size: 60px;
       
}
.one span{
    font-family: "Raleway", sans-serif;
    font-weight: 100;
}


.two{
    margin-left: 50px ;
    margin-top: 40px;
    font-size: 20px;
    color:rgb(9, 11, 12); }


.three{
    margin-left: 50px ;
    margin-top: 30px;
    width:300px ;
    padding: 16px;
    background-color: rgb(175, 167, 167);
    border:1px solid rgb(175, 167, 167);
    font-size: 16px;
    letter-spacing: 1px;
}
.icons{
    margin-left: 50px ;
    margin-top: 120px;
    color:rgb(159, 152, 152) ;
}
.about{ 
    padding: 50px 0;
    max-width: 70%;
   padding-top: 100vh;
}

.first-about-section{ 
    text-align: center;
    margin-top: 70vh;
    font-weight: 100;
}

.first-about-section p{ padding-left: 20vh; padding-right: 20vh; font-size: large;
}

.first-about-section a{ padding-left: 12vh; padding-right: 12vh; font-size: large;  text-align: center; justify-items: center;

}



.first-about-section h1{
    letter-spacing: 1px;
    font-weight: 100;
}

.first-contact-section{
    text-align:center ;
}

.contact{
    padding: 50px 0;
}

.weight{
    font-weight: 400 ;
    font-size:30px ;
}

.second-contact-section{
    margin-top: 30px;
    margin-left: 10px;
    margin-top:12px ;
}
.second-contact-section  i{font-size: 35px; }


.contact{
    background-color: #000000;
} 

.contact h1{ color: white;}

.second_pera{
    color:gray ;
}

.second_pera_content{
    color:gray ;
    margin-left: 10px;
}

.first_pera{
    color: whitesmoke;
    font-weight: 1000;
}

.fourth-contact-section{
    background-color: black;
}

.Third_pera{
    color:whitesmoke;
    font-weight: 400;
    padding-bottom:50px ;
    margin-bottom: 0in;
}

.Third_pera ins:hover{
    color:green;
    }

.fourth-tour-section{
    top:0;
    display: flex;
    justify-content: space-around;
    background-color: rgb(106, 103, 103);
    padding:60px 50px ;       
}

.our-work-one{display:flex ; justify-content: space-around; margin-top: 80px; margin-left: 15px; margin-right:15px ; margin-bottom: 20px;}

.colour{
    background-color: rgb(192, 250, 250);
}

.our-work-two{display:flex ; justify-content: space-around; margin-left: 15px; margin-right: 15px; margin-bottom: 20px;}

.naugh a{font-size: large;  color: white;}

.naugh p{font-size: large;  color: white;}

.nutty{ color: white;
    text-align: center; padding-left:20vh; padding-right:20vh;  padding-top: 20px; font-size: large;
}

@media (max-width: 300px)   {
    .jumbo{
        display: none;
    
    }
}

@media (max-width: 300px)   {
     .About{
        display: none;
    }
}
