
#Intro {
    height: 550px;
    background-image: url("Images/bp-building.jpg");
    background-position: center;
    background-size: cover;
}

#Intro-Content {
    width: 950px;
    background-color: rgba(41, 64, 78, 0.589);
    box-shadow: 2px 4px 8px rgb(29, 29, 39);
    border-radius: 8px;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
    top: 200px;
}

#Intro-Content h1 {
    color: rgb(234, 236, 243);
    text-shadow: 10px black;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}

#Intro-Content p {
    color: rgb(234, 236, 243);
    text-shadow: 10px black;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 32px;
}

#Intro-Content a {
    text-decoration:none;
    color: rgb(234, 236, 243);
    text-transform: uppercase;
    background-color: rgba(68, 68, 75, 0.514);
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgb(14, 13, 13);

}

#Intro-Content a:hover {
    background-color: rgb(167, 164, 164);
}


#about-us {
    
    background-image: url("Images/office\ inside.jpg");
    text-align: center;
    font-size: 20px;
    height: 450px;
    background-position: center;
    background-size: cover;
    opacity: 0.85;
    margin-top: 40px;
    margin-bottom: 0;

}

#about-us-content {
    width: 1100px;
    background-color: rgba(5, 5, 5, 0.596);
    box-shadow: 2px 4px 8px rgb(41, 41, 44);
    border-radius: 8px;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;

}
#about-us h2 {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-weight: 20px;
    text-shadow: 20px rgb(5, 5, 5);
}

#about-us p {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 8px;
    text-shadow: 10px rgb(5, 5, 5);
}

