
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.picture{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-between;
}
.Logo1 {
    width: 75%;
    height: 75%;
    padding-right: 300px;
    padding-left: 10px;
}
.intro_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
}
.contact_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
}
.contactFormBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150vh;
}
.contactForm {
  width: 200px;
  height: 300px;
  background-color:dodgerblue;
  border: 5px solid silver;
  margin-top: 400px;
}
.hidden {
  display: none;
}

.listed_services {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}
.listed_services div {
    margin: 20px;
    text-align: center;
}
.listed_services div p {
    text-align: center;
}
.listed_services div img {
    max-width: 350px;
    max-height: 250px;
}
div p {
    text-align: left;
} 
.header {
    margin-top: 450px;
    position:fixed;
    background-color: silver;
    border-bottom: solid;  
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}
.header2 {
    position:fixed;
    background-color: silver;
    border-bottom: solid;  
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}
.footer {
    align-items: center;
    text-align: center;
}
.footer_img {
    align-self: center;
    max-width: 80px;
    max-height: 80px;
}
.footer_txt{
    font-size: 20px;
    text-align: center;
    color: darkgray;
}
.footer_txt a {
    color: black;
}
.services_body {
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color:dimgray;
}
.services_body h1 {
    font-size: 70px;
}
.service_body div p {
    text-align: center;
}
.desc {
    text-align: center;
}

.navbar {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}
 
.navbar ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.navbar ul li {
    list-style-type: none;
    display:inline;
    margin: 5px;
}

li p {
    font-size: 20px;
}
h1 {
    font-weight: 100;
    font-size: 36px;
}
.about {
    display: flex;
    height: 60%;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 50px;
}
.about_left {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    margin-top: -100px;
    color:white;
}

.about_left h2 {
  margin-bottom: 100px;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.spacer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navButtons {
    font-weight: 200;
}
a {
    color: inherit;
    text-decoration: inherit;
}
h2 {
    font-size: 25;
}

@media (max-width: 420px) {
  .intro_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
  }

  .Logo1 {
    width: 60%;
    height: 60%;
    padding-right: 25px;
    padding-left: 10px;
}
.picture{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    justify-content: space-between;
}
h1 {
    font-weight: 100;
    font-size: 20px;
}
.about {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 35%;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 25px;
}
.about_left {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    margin-top: -100px;
    color:white;
}
.about_left p {
  text-align: center;
}

.about_left h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.listed_services {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.listed_services div {
    margin: 20px;
    text-align: center;
}
.listed_services div p {
    text-align: center;
}
.listed_services div img {
    max-width: 350px;
    max-height: 250px;
}
.contact_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
}
.contactFormBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150dvh;
}
.contactForm {
  width: 200px;
  height: 300px;
  background-color:dodgerblue;
  border: 5px solid silver;
  margin-top: 400px;
}
}

@media (max-width: 440px) {
  .intro_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
  }

  .Logo1 {
    width: 40%;
    height: 40%;
    padding-right: 25px;
    padding-left: 10px;
}
.picture{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    align-items: center;
    justify-content: space-between;
}
h1 {
    font-weight: 100;
    font-size: 20px;
}
.about {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 35%;
    align-items: center;
    justify-content: center;
    background-color: black;
    padding: 25px;
}
.about_left {
    font-size: 18px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    margin-top: -100px;
    color:white;
}
.about_left p {
  text-align: center;
}

.about_left h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.listed_services {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.listed_services div {
    margin: 20px;
    text-align: center;
}
.listed_services div p {
    text-align: center;
}
.listed_services div img {
    max-width: 350px;
    max-height: 250px;
}
.contact_body {
    margin-top: -450px;
    background-image: url('../Images/OrbLogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100dvw;
    height: 150dvh;
}
.contactFormBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150dvh;
}
.contactForm {
  width: 200px;
  height: 300px;
  background-color:dodgerblue;
  border: 5px solid silver;
  margin-top: 400px;
}
}