@media screen and (min-width: 1000px) {
  .hours {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
  }

  .mobile-portfolio {
    display: none;
  }

  .desktop-portfolio h1 {
    color: #FF9702;
  }

  .desktop-portfolio h4 {
    color: black;
  }

  .desktop-portfolio {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: 150px;
    width: 90%;
    overflow: hidden;
    background-color: white;
}

  .portfolio-block {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .carousel-container {
    height: 600px;
    width: 450px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;

  }

  .carousel-slide {
    display: flex;
    width: 100%;
    height: 600px;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  #prevBtn {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 5%;
    font-size: 30px;
    color: #d65a31;
    cursor: pointer;
  }

  #nextBtn {
    position: absolute;
    top: 50%;
    z-index: 5;
    right: 5%;
    font-size: 30px;
    color: #d65a31;
    cursor: pointer;
  }
}

@media screen and (min-width: 800px) {
  /*navbar*/
  nav {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: black;
    z-index: 10;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
  }

  .burger {
    display: none;
  }

  .second-burger {
    display: none;
  }

  .third-burger {
    display: none;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  .logo img {
    height: 100px;
  }

  .logo h2 {
    color: #FF9702;
    font-size: 24px;
  }

  .logo-phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vertical-line {
    display: block;
  }

  .phone-number {
    display: block;
  }

  .hours {
    display: block;
  }

  .vertical-line {
    width: 1px;
    height: 50px;
    margin: 10px;
    background-color: #FF9702;
  }

  .desktop-buttons {
    display: flex;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .empty-space {
    display: flex;
    flex-grow: 1;
  }

  .each-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }


  .each-button a {
    color: #FF9702;
    font-weight: bolder;
    padding: 10px;
    border: 1px solid;
    margin-right: 15px;
    border-radius: 3px;
  }

  .each-button a:hover {
    border: 1px solid #FF9702;
    background-color: #FF9702;
    color: white;
    font-weight: bolder;
  }

  .main-intro-extra {
    visibility: hidden;
  }

  .main-intro {
    text-align: center;
    margin-bottom: 50px;
  }

/*  main body*/
  .mobile-top-container {
    display: none;
  }

  .shortcut-bar-container-desktop {
    display: block;
  }

  .shortcut-bar {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .desktop-main-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 90%;
    padding-bottom: 100px;
  }

  .container-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
  }

  .block-item {
    height: 500px;
    width: 40%;
    background-color: white;
    margin-bottom: 20px;
  }

  .block-item p {
    margin: 0 auto;
    padding-top: 10px;
    width: 98%;
    font-size: 20px;
  }

  .block-item img {
    height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
  }

  #image-right {
    margin-top: 35px;
    height: 70%;
  }


/*  circles*/
  .mobile-circles {
    display: none;
  }

  /*video*/
  .mobile-video {
    display: none;
  }

  .desktop-circles {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .circle-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: center;
  }

  .circle-group-item {
  }

  .circle-group i {
    font-size: 48px;
    color: #FF9702;
  }

  .circle-group h2 {
    margin: 0;
  }

  .circle-group p {
    margin: 0;
    font-size: 20px;
  }

  .inner-circle {
    margin-right: 20px;
  }

  .top-divider {
    position: absolute;
    top: 0px;
  }
  #white-underline {
    height: 1px;
    max-width: 35%;
    background: white;
  }

  .divider {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #FF9702;
    color: white;
  }

  .desktop-video-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .video-block {
    display: flex;
    margin-bottom: 40px;
  }

  .desktop-video {
    margin: 0 auto;
    width: 49%;
  }

  .desktop-video p {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    font-weight: lighter;
  }

  .desktop-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

/*  community service*/
  .mobile-community-service {
    display: none;
  }

  .desktop-community-service {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
  }

  .community-service-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }

  .community-service-image img {
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
  }

  .community-service-lower {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    font-size: 20px;
  }

/*  facebook widgets*/
  .mobile-facebook {
    display: none;
  }

  .desktop-facebook {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .desktop-map {
    display: flex !important;
    height: 90%;
    align-items: center;
    justify-content: center;
  }

  .mobile-map {
    display: none;
  }

  .banner-mobile {
    display: none;
  }




  /*oogle reviews*/
  .mobile-google-reviews {
    display: none;
  }
  .desktop-google-reviews {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

}

@media screen and (min-width: 600px) {
  .community-service-lower {
     font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .community-service-lower {
     font-size: 22px;
  }
}
