
@media (min-width: 475px) and (orientation:portrait){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 80%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    display: flex;
  }

  .column {
    margin-top: 50px;
    text-align: center;
    float: left;

    width: 80%;
    margin-left: 10%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 80%;
    width: 80%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 40px;
    height: 90px;
  }

  .navLogo {
    margin-top: -10px;
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.8rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1.6rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 4rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .serviceContainer {
    margin-top: 10%
  }
}

@media (min-width: 475px) and (orientation:landscape){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
    width: 100%
  }

  .column {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7.5px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .serviceContainer {
    margin-top: 5%
  }
}

@media (min-width: 640px) and (orientation:portrait){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 80%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    display: flex;
  }

  .column {
    margin-top: 2%;
    text-align: center;
    float: left;
    width: 80%;
    margin-left: 10%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 60%;
    width: 60%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 40px;
    height: 90px;
  }

  .navLogo {
    margin-top: -10px;
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.6rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1.6rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 4rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .serviceContainer {
    margin-top: 10%
  }
}

@media (min-width: 640px) and (orientation:landscape){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
    width: 100%
  }

  .column {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7.5px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }


  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .serviceContainer {
    margin-top: 5%
  }
}

@media (min-width: 768px) and (orientation:portrait){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 80%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    display: flex;
  }

  .column {
    margin-top: 5%;
    text-align: center;
    float: left;
    width: 80%;
    margin-left: 10%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 70%;
    width: 70%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 30px;
    height: 60px;
  }

  .navLogo {
    margin-top: -10px;
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.8rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 2.3rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1.6rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 4rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }

  .serviceContainer {
    margin-top: 10%
  }
}

@media (min-width: 768px) and (orientation:landscape){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }

  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
    width: 100%
  }

  .column {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    line-height: 1.15;
    font-size: 1.5rem;
    color: lightgrey;
    text-align: center;
    height: 50px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: none;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.0rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.0rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.0rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 2.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 1.4rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
    line-height: 1.5;
    font-size: 1.2rem;
  }

  .serviceContainer {
    margin-top: 5%
  }
}

@media (min-width: 1024px) and (orientation:portrait){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }

  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
    width: 100%
  }

  .column {
    margin-top: 30px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 1.5rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 60%;
    width: 80%
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 30px;
    height: 60px;
  }

  .navLogo {
    margin-top: -10px;
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.8rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.6rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.6rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
    line-height: 1.5;
    font-size: 1.2rem;
  }

  .serviceContainer {
    margin-top: 5%
  }
}

@media (min-width: 1024px) and (orientation:landscape){
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }

  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
    width: 100%
  }

  .column {
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 1.5rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 60%;
    width: 80%
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.0rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.1rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.1rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.0;
    font-size: 1.1rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 2.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 1.4rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
    line-height: 1.5;
    font-size: 1.2rem;
  }

  .serviceContainer {
    margin-top: 5%
  }
}

@media (min-width: 1280px) {
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
  }

  .column {
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 60%;
    width: 80%
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
  }

  .column {
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 60%;
    width: 80%
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    overflow-y: scroll;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    height: 30px;
  }

  .navLogo {
    width: 100%;
    height: 100%;
  }

  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.2rem;
    color: lightgrey;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

@media (min-width: 1981px) {
  .welc {
    background-image:url('./../public/bg2.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width:  100%;
  }

  .bg {
    background-color: #333;
  }
  .textCard {
    margin: 1rem;
    flex-basis: 45%;
    padding: 0.5rem;
    text-align: center;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
    transition:
      color 0.15s ease,
      border-color 0.15s ease;
  }

  .row:after {
    justify-content: center;
    display: table;
    clear: both;
  }

  .column {
    margin-top: 50px;
    text-align: center;
    float: left;
    width: 33.3333%;
  }

  .descTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
  }

  .colTitle {
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 2.4rem;
    color: lightgrey;
    text-align: center;
    height: 100px;
  }

  .picServ {
    align-self: center;
    border-radius: 10px;  
    height: 90%;
    width: 90%;
    object-fit: cover;
  }

  .aboutUs {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .aboutUsPicture2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 60%;
    width: 80%;
  }

  .aboutUsText2 {
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    margin-top: 12%;
    height: 80%;
    width: 60%;
    background-color: rgba(0, 0, 0, 0.675);
    border: 1px solid rgba(0, 0, 0, 0);  border-radius: 10px;
  }

  .picAb {
    align-self: center;
    border-radius: 10px;  
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .picContact {
    align-self: center;
    border-radius: 10px;  
    height: 100%;
    object-fit: cover;
  }

  .nav2 {
    position: fixed;
    width: 100%;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0070f3;
  }

  .left {
    float: left;
  }

  .nav2 li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 1.5em;
    text-decoration: none;
    height: 50px;
  }

  .navLogo {
    margin-top: -10px;
    width: 110%;
    height: 110%;
  }


  .sectionStyle {
    height: 100vh;
    width:  100%;
  }

  .nav2 li a:hover:not(.active) {
    background-color: #111;
  }

  .title {
    padding-top: 5%;
    margin: 0 0 1rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: lightgrey;
    text-align: center;
  }

  .text2 {
    margin: 0 0 1rem;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.6rem;
    color: lightgrey;
  }

  .text {
    margin: 0 0 1rem;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.6rem;
    color: lightgrey;
  }

  .listText {
    margin: 0 0 1rem;
    padding-left: 15%;
    padding-right: 10%;
    line-height: 1.15;
    font-size: 1.6rem;
    color: lightgray;
  }

  .footerText {
    font-size: 1rem;
    color: lightgrey;
  }

  .startTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.15;
    font-size: 3.6rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }

  .subTitle {
    margin: 0.5 0.5 0.2rem;
    line-height: 1.5;
    font-size: 2.0rem;
    color: rgb(164, 164, 164);
    text-align: center;
  }
  

  .description {
    text-align: center;
    color: rgb(164, 164, 164);
  }

  .description {
    line-height: 1.5;
    font-size: 1.5rem;
  }
}