* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  min-width: 0;
}

main {
  min-height: 95vh;
  padding-top: 70px;
  overflow-x: hidden;
}

/* Nav styles */

nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  background-image: url("/static/vineandpin/images/nav_background.png");
  background-size: cover;
}

#nav_top_bar {
  background-color: #00bf63;
  display: none;
}

#full_nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
#full_nav_logo_box {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

#full_nav_logo {
  height: 50px;
  margin-right: 10px;
  width: 50px;
}

#full_nav_logo_text {
  height: 40px;
  width: 160px;
}

#full_nav_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

#full_nav_link_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 30px;
  align-self: stretch;
  justify-content: center;
}

#full_nav_link_list > li > a > div {
  position: relative;
}

#full_nav_link_list > li > a > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

#full_nav_link_list > li > a > div > div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: black;
  transition: all 0.3s ease-out;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  left: 50%;
}
#full_nav_link_list > li > a:hover > div > div:after {
  transform: translateX(-50%) scaleX(1);
}

.nav_link_icons {
  margin-right: 10px;
  font-size: 21px;
  color: #00bf63;
}
#full_nav_link_list li {
  font-size: 26px;
  display: block;
  min-width: 140px;
}
#full_nav_link_list li a {
  align-content: center;
  text-decoration: none;
  color: black;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#full_nav_social_links {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  margin-right: 80px;
  padding-left: 30px;
}

#side_nav {
  display: none;
  height: 100%;
  flex-grow: 1;
}

#side_nav_bar {
  position: absolute;
  width: 300px;
  background-color: white;
  left: -300px;
  top: 0px;
  height: 95vh;
  border-right: 1px solid black;
  transition: 0.3s linear all;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 600px;
}

.side_nav_close {
  color: black;
  font-size: 35px;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
}

#side_nav_bar_logo {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #00bf63;
}

#side_nav_bar_links {
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
#side_nav_bar_links ul {
  list-style: none;
}

#side_nav_bar_links ul li {
  font-size: 25px;
  padding-top: 15px;
}
#side_nav_bar_links ul li:hover {
  border-bottom: 1px solid black;
}
#side_nav_bar_links ul li a {
  text-decoration: none;
  color: black;
  display: block;
  font-weight: bold;
}

#side_nav_social_links {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  margin: 0 auto;
  margin-top: auto;
  margin-bottom: 50px;
}

#side_nav_btn {
  width: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 35px;
  justify-content: center;
}
#side_nav_btn {
  font-size: 30px;
  margin-right: auto;
}
#side_nav_logo_box {
  margin-left: auto;
  margin-right: 50px;
  align-self: center;
}
#side_nav_logo {
  height: 40px;
  width: 40px;
}
#side_nav_logo_text {
  height: 40px;
  width: 160px;
}

/* Nav styles end */

/* Home styles */

#home_intro_container {
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#home_intro_background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

#home_intro_logo_text_box {
  width: 100%;
}
#home_intro_logo_text {
  display: block;
  margin: 0 auto;
  padding-top: 20px;

  height: auto;
}
#home_intro_info_container {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
#home_intro_logo_and_text {
  display: flex;
  flex-direction: row;
}
#home_intro_info_container > div {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

#home_intro_info_container > div:last-child {
  align-content: right;
}

#home_page_header {
  font-size: 60px;
  margin-left: 125px;
  margin-top: 100px;
  font-family: Verdana, sans-serif;
}

#home_intro_logo_and_text {
  margin-left: 120px;
  margin-top: auto;
  margin-bottom: 30px;
}
#home_intro_logo_and_text p {
  font-size: 30px;
  text-align: center;
  align-self: center;
  margin-left: 20px;
}
#home_intro_logo {
  height: auto;
  flex-shrink: 0;
}

#home_intro_computer_box {
  display: block;
  position: relative;
  margin-top: auto;
  width: 100%;
  height: 100%;
  align-content: end;
}

#home_intro_computer_box p {
  font-size: 35px;
  position: absolute;
  right: 105px;
  bottom: 300px;
  transform: rotate(-11deg);
  text-align: left;
  color: #00bf63;
  width: 250px;
  height: 100px;
}
#home_intro_computer_box p span {
  margin: 0 auto;
  margin-left: 42px;
  display: block;
}

#home_intro_computer_image {
  height: 660px;
  display: block;
  position: relative;
  margin-left: auto;
  width: 900px;
  width: auto;
}

#home_company_message {
  padding: 30px 0px;
  margin-bottom: 60px;
  margin-top: 60px;
  background-position: center;
  overflow-x: hidden;
}

#home_company_message > h2 {
  text-align: center;
  font-size: clamp(23px, 7vw, 60px);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
  border-bottom: 4px solid #00bf63;
  max-width: 1200px;
  opacity: 0;
  transform: translateX(-125px);
}
#home_company_message > p {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  font-size: clamp(16px, 4vw, 21px);
  opacity: 0;
  transform: translateX(125px);
}

#home_about_us {
  overflow-x: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("/static/vineandpin/images/about_background.jpg");
  background-size: cover;
  text-align: center;
  padding: 0px 50px;
  padding-bottom: 40px;
}

#home_about_us > h2 {
  margin-bottom: 10px;
  font-size: clamp(25px, 8vw, 60px);
  color: white;
  padding-top: 30px;
}

#home_about_us > p {
  font-size: clamp(17px, 3vw, 22px);
  line-height: 30px;
  color: white;
}

#home_services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-evenly;
  margin: 150px 0px;
  gap: 10px;
  row-gap: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.home_service_card {
  max-width: 500px;
  width: 100%;
  box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.3);
  background: white;
  opacity: 0;
  transform: translateY(100px);
  display: flex;
  flex-direction: column;
}

#home_services.show-animate > .home_service_card:nth-child(2) {
  transition-delay: 0.4s;
}

#home_services.show-animate > .home_service_card:nth-child(3) {
  transition-delay: 0.7s;
}

.home_service_card > div {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home_service_card_image {
  width: 100%;
  height: 300px;
}
.home_service_card_header {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.home_service_card_icons {
  margin-right: 15px;
  font-size: 25px;
  align-self: center;
  color: #00bf63;
}
.home_service_card_header > h3 {
  font-size: 35px;
  margin-right: 15px;
}

.home_service_card_link {
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 0px;
  font-size: 19px;
  font-weight: bold;
  margin-top: 40px;
  background-color: #00bf63;
  color: white;
  margin-top: auto;
}

.home_service_card_link:hover {
  background-color: #01d36e;
}

#home_company_message.show-animate > h2 {
  transition: transform 0.9s linear, opacity 0.9s linear;
  opacity: 1;
  transform: translateX(0px);
}
#home_company_message.show-animate > p {
  transition: transform 0.9s linear, opacity 0.9s linear;
  transform: translateX(0px);
  opacity: 1;
}
#home_services.show-animate > .home_service_card {
  transition: transform 0.9s linear, opacity 0.9s linear;
  opacity: 1;
  transform: translateY(0px);
}

/* Home styles end */

/* Portfolio styles */

#portfolio_main {
  overflow-x: visible;
}
#portfolio_page_container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  gap: 20px;
  margin-bottom: 20px;
}

#portfolio_list_container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%;
  padding-bottom: 20px;
  margin: 0 auto;
}

.portfolio_section > h2 {
  font-size: 65px;
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 30px;
}

.portfolio_item {
  text-decoration: unset;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 20px 15px;
  margin-top: 10px;
  box-shadow: 0px 0px 16px rgb(0, 0, 0, 0.2);
  height: 140px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 15px;
  border: 1px solid black;
  color: black;
}

.portfolio_item:hover {
  transform: translateY(-5px);
  transition: transform 100ms linear;
}

.portfolio_item > img {
  min-width: 140px;
  max-width: 200px;
  height: 130px;
  margin-left: 20px;
  display: block;
  width: 140px;
}

.portfolio_item > div > h3 {
  color: #00bf63;
  font-size: 32px;
}

#portfolio_list_nav {
  background-color: rgb(179, 179, 179);
  height: fit-content;
  min-width: 300px;
  position: sticky;
  top: 5%;
  margin-right: 10px;
  padding-bottom: 20px;
}

#portfolio_list_nav > h3 {
  text-align: center;
  font-size: 27px;
  padding: 10px;
}

#portfolio_list_nav_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
}

#portfolio_list_nav_links > ul {
  margin-top: 10px;
}
#portfolio_list_nav_links > ul > li {
  margin-bottom: 10px;
}

#portfolio_list_nav_links > a {
  text-decoration: none;
  color: black;
  padding: 10px;
  width: 100%;
  text-align: center;
}

/* .portfolio_item_box {
  flex-basis: 200px;
  text-align: center;
  flex-grow: 1;
  max-width: 240px;
  opacity: 0;
  transform: translateY(100px);
  overflow: hidden;
}

.animate-portfolio {
  transition: transform 0.7s linear, opacity 0.7s linear;
  opacity: 1;
  transform: translateY(0px);
}
.portfolio_item_box > div {
  margin-top: 10px;
  display: flex;
}
.portfolio_item_image {
  width: 100%;
}
.portfolio_item_count {
  font-size: 62px;
  color: lightgray;
  transform: translateY(-8px);
  margin-right: 10px;
  font-family: "Times New Roman", Times, serif;
}
.portfolio_item_content {
  text-align: left;
}

.portfolio_item_name a {
  color: black;
  text-decoration: none;
}

.portfolio_item_name::after {
  margin-top: 5px;
  margin-bottom: 5px;
  content: "";
  height: 2px;
  background-color: #00bf63;
  width: 100%;
  display: block;
  border-radius: 8px;
}

#portfolio_page_container {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  gap: 20px;
  margin-bottom: 20px;
}

#portfolio_item_list_container {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
}

.portfolio_list_section {
  margin-bottom: 50px;
}
.portfolio_list_section > img {
  width: 90%;
  margin: 0 auto;
  display: none;
}
.portfolio_list_section_title {
  font-size: 65px;
  width: 90%;
  border-bottom: 2px solid black;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.portfolio_list_section_item {
  text-decoration: unset;
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 20px 15px;
  margin-top: 10px;
  box-shadow: 0px 0px 16px rgb(0, 0, 0, 0.2);
  height: 140px;
  width: 86%;
  margin: 0 auto;
  margin-top: 15px;
  border: 1px solid black;
}
.portfolio_list_section_item:hover {
  transform: translateY(-5px);
  transition: transform 100ms linear;
}
.portfolio_list_section_item > img {
  min-width: 140px;
  max-width: 200px;
  height: 130px;
  margin-left: 20px;
  display: block;
  width: 140px;
}
.portfolio_list_section_item_content {
  overflow-y: hidden;
}
.portfolio_list_section_item_content > h3 {
  color: #00bf63;
  font-size: 32px;
}

#portfolio_list_nav {
  background-color: rgb(179, 179, 179);
  height: fit-content;
  min-width: 300px;
  position: sticky;
  top: 5%;
  margin-right: 10px;
  padding-bottom: 20px;
}

#portfolio_list_nav > h3 {
  text-align: center;
  font-size: 27px;
  padding: 10px;
}

#portfolio_list_nav_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
}

#portfolio_list_nav_links > ul {
  margin-top: 10px;
}
#portfolio_list_nav_links > ul > li {
  margin-bottom: 10px;
}

#portfolio_list_nav_links > a {
  text-decoration: none;
  color: black;
  padding: 10px;
  width: 100%;
  text-align: center;
} */

/* Portfolio styles end */

/* Portfolio list styles */

/* #portfolio_list_content {
  padding: 0px 10px;
  margin: 20px auto;
  display: flex;
  flex-direction: wrap;
  max-width: 1200px;
  width: 100%;
  gap: 15px;
}

#portfolio_list_content_box {
  flex-grow: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.portfolio_list_page_item {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  height: 200px;
  overflow: hidden;
  padding-top: 27px;
  text-decoration: none;
  padding-bottom: 10px;
}
.portfolio_list_page_item:hover {
  box-shadow: 0px 0px 16px rgb(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: transform 100ms linear;
}
.portfolio_list_page_item_image {
  min-width: 200px;
  max-width: 200px;
  height: 170px;
  margin-left: 20px;
  display: block;
  margin-top: 8px;
}
.portfolio_list_page_item_image > img {
  width: 100%;
  height: 100%;
}

.portfolio_list_page_item_info {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.portfolio_list_page_item_info > h2 {
  color: #00bf63;
  font-size: clamp(25px, 6vw, 30px);
}
.portfolio_list_page_item_content {
  flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.portfolio_list_page_item_content pre code {
  text-wrap: balance;
  color: black;
}

#portfolio_list_filter_lastest_container {
  background-color: rgb(179, 179, 179);
  height: 90vh;
  min-width: 300px;
}

#latest_post {
  width: 90%;
  margin: 10px auto;
}
#latest_post > img {
  width: 100%;
}

#portfolio_list_filters label {
  display: block;
} */

/* Portfolio list styles end */

/* Portfolio expand styles  */

#portfolio_expand_content_container {
  padding: 0px 10px;
  margin: 40px 0px;
}

#portfolio_expand_pdf {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#portfolio_expand_pdf embed {
  width: 100%;
  min-height: 98vh;
  height: fit-content;
}

#portfolio_expand_box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#portfolio_expand_box img {
  max-width: 100%;
  height: auto !important;
}

/* Portfolio expand styles end */

/* Services page styles */
#services_main {
  background-image: url("/static/vineandpin/images/homepage_background_image.png");
  background-size: cover;
  padding-bottom: 50px;
}
#services_content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#service_page_header_box {
  margin: 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#services_page_header {
  font-size: clamp(55px, 13vw, 85px);
  text-align: center;
  font-style: italic;
  font-weight: 500;
  font-family: Verdana, sans-serif;
}
.service_page_header_line {
  background-color: #00bf63;
  height: 8px;
  display: block;
  border-radius: 4px;
}

#services_list_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: space-around;
  margin-top: 50px;
}

.service_list_box {
  flex-basis: 23%;
  flex-grow: 1;
  min-width: 280px;
}
.service_list_box_title {
  font-size: 35px;
  color: black;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.service_list_box_description {
  margin-top: 15px;
}
.service_list_box_description + pre code {
  text-wrap: auto;
}

.service_list_box_price {
  margin-top: 15px;
  font-size: 18px;
}

/* Services page styles end */

/* Contact page styles */
#contact_main {
  margin: 0 auto;
  padding-bottom: 30px;
}

#contact_page_header_box {
  background-image: url("/static/vineandpin/images/header_background.png");
  background-size: cover;
  margin: 0px 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#contact_page_header_box > div {
  max-width: 1200px;
  margin: 0 auto;
}

#sent_message_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #00bf63;
  color: white;
  justify-content: center;
  padding: 5px 0px;
  position: relative;
}
.sent_message {
  font-size: clamp(17px, 4vw, 22px);
  margin-left: 4%;
  margin-right: 40px;
}
#sent_message_box i {
  font-size: 21px;
  margin-right: 10px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}

#contact_page_contact_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  row-gap: 50px;
}

#contact_info_container,
#contact_form_container {
  flex-basis: 480px;
  flex-grow: 1;
}

#contact_info_container {
  margin-left: 20px;
}

#contact_info_container > div {
  width: fit-content;
}

#contact_form_container {
  border: 1px solid gray;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}

#contact_page_phone_box,
#contact_page_email_box {
  margin-left: 50px;
  margin-bottom: 15px;
  font-size: 21px;
}
#contact_page_phone_box a,
#contact_page_email_box a {
  color: black;
  text-decoration: none;
}

#contact_page_phone_box i,
#contact_page_email_box i {
  font-size: unset;
  background-color: black;
  color: white;
  padding: 20px 10px;
  border-radius: 50%;
}

#contact_page_social_links {
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  margin-left: 50px;
  margin-top: 50px;
}

#contact_facebook_link,
#contact_twitter_link,
#contact_instagram_link,
#contact_linkedin_link {
  background-color: white;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
}

#contact_facebook_link {
  color: white;
  background-color: #6563ff;
}

#contact_twitter_link {
  background-color: black;
  color: white;
}

#contact_instagram_link {
  background: radial-gradient(
    circle at 30% 30%,
    #fdf497,
    #fd5949 40%,
    #d6249f 60%,
    #285aeb 90%
  );
  text-align: center;
  color: white;
}

#contact_linkedin_link {
  color: white;
  background-color: #0066c8;
}

#contact_form_header {
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
  color: black;
}
#contact_page_contact_form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 0px;
}

#contact_page_contact_form input {
  border: none;
  border-bottom: 1px solid black;
}

#contact_page_contact_form input,
#contact_page_contact_form textarea {
  margin-top: 25px;
  font-size: 21px;
  padding-left: 3px;
  background-color: unset;
  padding-bottom: 5px;
  padding-top: 5px;
  flex-grow: 1;
}

form,
input,
textarea {
  min-width: 0;
}

.form-field > .error {
  color: red;
  margin-top: 5px;
  font-size: 18px;
}
.form-field {
  display: flex;
  flex-grow: 1;
}
#contact_page_contact_form textarea {
  padding-top: 5px;
}

#contact_form_submit_btn {
  border-bottom: none;
  color: white;
  padding: 5px 0px;
  background-color: black !important;
  display: block;
  cursor: pointer;
}
#contact_form_submit_btn:hover {
  background-color: rgb(27, 27, 27);
}

/* Contact page styles end */

/*Footer styles*/

#footer {
  padding-bottom: 20px;
  background-color: #0f0f0f;
}

#footer_backtotop {
  background-color: #1d1e1f;
  color: white;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
#footer_backtotop:hover {
  background-color: #2d2e30;
}

#footer_content_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0px 15px;
  margin-top: 20px;
  row-gap: 40px;
}
.footer_column {
  text-align: center;
  flex-basis: 33%;
  flex-grow: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  color: white;
}
#footer_column_image_box {
  width: 220px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#footer_logo {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  display: block;
  text-align: center;
  flex-grow: 1;
}
#footer_phone_box,
#footer_email_box {
  margin-top: 15px;
  text-align: left;
  margin-left: 2px;
  color: white;
}
#footer_phone_box a,
#footer_email_box a {
  text-decoration: none;
  color: white;
}

.footer_links {
  margin-top: 20px;
  font-size: 21px;
  text-decoration: none;
  color: white;
}

#footer_service_header {
  font-size: 25px;
  margin-bottom: 15px;
}
#footer_service_container p {
  margin-top: 3px;
}

/*Footer styles end*/
@media only screen and (max-width: 1800px) {
  #home_intro_computer_image {
    height: 460px;
  }

  #home_intro_computer_box p {
    font-size: 27px;
    right: 35px;
    bottom: 185px;
    width: 220px;
  }

  #home_intro_computer_box p span {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 1500px) {
  #home_intro_logo_text {
    width: 700px;
  }
  #home_page_header {
    font-size: 55px;
    margin-left: 105px;
    margin-top: 100px;
  }

  #home_intro_logo_and_text {
    margin-left: 100px;
  }
  #home_intro_logo_and_text p {
    font-size: 35px;
    text-align: center;
    align-self: center;
  }
  #home_intro_logo {
    width: 130px;
  }

  #home_intro_computer_box p span {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 1300px) {
  #home_intro_computer_image {
    height: 350px;
  }

  #home_intro_computer_box p {
    font-size: 20px;
    right: 42px;
    bottom: 115px;
    width: 150px;
  }
  #home_intro_computer_box p span {
    margin-left: 25px;
  }

  #portfolio_list_nav {
    width: 250px;
  }
}

@media only screen and (max-width: 1200px) {
  #full_nav {
    display: none;
  }
  #side_nav {
    display: flex;
  }
  #home_intro_logo_text {
    width: 600px;
  }
  #home_page_header {
    font-size: 50px;
    margin-left: 65px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #home_intro_logo_and_text {
    margin-left: 60px;
    margin-top: auto;
  }
  #home_intro_logo_and_text p {
    font-size: 30px;
    text-align: center;
    align-self: center;
  }
  #home_intro_logo {
    width: 150px;
  }

  /* #portfolio_item_list_container > div {
    margin-left: 10px;
    margin-right: 10px;
  } */

  #contact_page_header_box > div {
    margin: 0px 10px;
  }
  #services_main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  #portfolio_list_nav {
    display: none;
  }
  #contact_info_container {
    margin-left: 10px;
    margin-right: 10px;
  }

  #contact_form_container {
    margin-right: 10px;
    margin-left: 10px;
  }

  #home_intro_logo_text {
    width: 600px;
    height: 150px;
  }
  #home_page_header {
    font-size: 40px;
    margin-left: 55px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #home_intro_logo_and_text {
    margin-left: 50px;
    margin-top: auto;
  }
  #home_intro_logo_and_text p {
    font-size: 25px;
    text-align: center;
    align-self: center;
  }
  #home_intro_logo {
    width: 150px;
  }

  #home_intro_computer_image {
    height: 280px;
  }

  #home_intro_computer_box p {
    font-size: 16px;
    right: 20px;
    bottom: 75px;
    width: 130px;
  }
  #home_intro_computer_box p span {
    margin-left: 20px;
  }

  #contact_info_container > div {
    margin: 0 auto;
  }
  #home_company_message {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #home_services {
    margin: 100px 0px;
  }
}

@media only screen and (max-width: 800px) {
  .home_service_card div p,
  .home_service_card div p span {
    font-size: clamp(16px, 4vw, 21px);
  }

  #home_intro_logo_text {
    width: 500px;
  }
  #home_page_header {
    font-size: 35px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #home_intro_logo_and_text {
    margin-left: 15px;
    margin-top: auto;
  }
  #home_intro_logo_and_text p {
    font-size: 21px;
    text-align: center;
    align-self: center;
  }
  #home_intro_logo {
    width: 90px;
  }
  #home_intro_computer_image {
    height: 220px;
  }

  #home_intro_computer_box p {
    font-size: 14px;
    right: 4px;
    bottom: 80px;
    width: 120px;
    height: 60px;
  }
  #home_intro_computer_box p span {
    margin-left: 15px;
  }

  #home_company_message > h2 {
    width: 90%;
  }
  #home_company_message > p {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  #home_intro_logo_text {
    height: 100px;
  }
  .portfolio_item {
    flex-direction: column;
    height: fit-content;
    max-width: 300px;
  }
  .portfolio_item > img {
    margin: 0 auto;
  }

  .portfolio_section > h2 {
    font-size: 40px;
  }

  .portfolio_item > div > h3 {
    font-size: 25px;
  }

  #footer_column_image_box {
    width: 90%;
  }

  #home_page_header {
    font-size: 30px;
    margin-left: 0px;
  }

  #home_intro_logo_and_text {
    margin-left: 0px;
  }
  #home_intro_logo_text {
    width: 380px;
  }
  #home_intro_info_container {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    flex-grow: unset;
  }
  #home_intro_info_container > div {
    width: 100%;
    row-gap: 0;
  }

  #side_nav_logo_box {
    margin-right: 25px;
  }
  #contact_info_image {
    width: 100%;
  }
  #contact_info_container > div {
    width: 100%;
  }
  #contact_form_container {
    flex-basis: 100%;
  }

  #contact_page_phone_box,
  #contact_page_email_box {
    margin-left: 5%;
    font-size: 19px;
  }
  #contact_page_social_links {
    margin-left: 0;
    justify-content: center;
  }
  #home_company_message {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #home_about_us > h2 {
    margin-bottom: 10px;
  }
  #home_about_us {
    padding: 0px 20px;
    padding-bottom: 40px;
  }
  #home_services {
    margin: 60px 0px;
    padding: 20px 20px;
  }
  .home_service_card > div {
    padding: 20px 20px;
  }
  .home_service_card_image {
    height: 230px;
  }
  .home_service_card_header > h3 {
    font-size: 30px;
  }
  .home_service_card_content {
    font-size: 17px;
  }
}

@media only screen and (max-width: 400px) {
  #home_intro_logo_and_text p {
    font-size: 18px;
  }
  .service_list_box_description img {
    width: 100%;
  }

  .portfolio_list_section > img {
    width: 100%;
  }
  #home_intro_logo_text {
    width: 300px;
  }
  #home_page_header {
    font-size: 30px;
  }

  #contact_page_contact_form input,
  #contact_page_contact_form textarea {
    font-size: 18px;
  }
}
@media only screen and (max-width: 350px) {
  #side_nav_logo_box {
    margin-right: 15px;
  }
  #side_nav_btn {
    margin-left: 20px;
  }
}

/* Container for images */
.image {
  display: block;
  margin: 1em 0;
}

/* Full width image */
.image-style-full {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Image aligned left, text flows on right */
.image-style-align-left {
  float: left;
  margin-right: 1em;
  /* max-width: 50%; */
}

/* Image aligned right, text flows on left */
.image-style-align-right {
  float: right;
  margin-left: 1em;
  /* max-width: 50%; */
}

/* Centered image (block with auto margins) */
.image-style-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 50%; */
}
