html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  /* width: 100%; */
  margin: 80px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.5; 
  max-width: '1000px' !important; 
}

h1 {
  width: 600px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400; }

h2 {
  font-size: 1.25rem;
  font-weight: 400; }

a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
  transition: all .2s ease-in-out !important; }
  a:hover {
    border-bottom: 1px solid #9b9b9b; }

header, main, footer {
  max-width: 960px;
  margin: 0 auto; }


.float{
	position:fixed;
	width:90px;
	height:60px;
	bottom:40px;
	right:40px;
	
	text-align:center;
}


img {
  max-width: 100%;
  filter: grayscale(100%); }

.body-wrapper {
  max-width: 800px; 
  margin: 0 auto;
}


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 60px 0; }

.column {
  margin-right: 40px; }
  .column:last-of-type {
    margin-right: 0; }

header .row, .row .clients, .contact-bar {
  align-items: center; }

.intro {
  align-items: flex-end;
 }

.intro {
  height: 300px; }

hr {
  width: 90px;
  border: 1px solid #f8f8f8;
  margin: 0 auto 0 0; }

.contact-bar {
  border-radius: 8px;
  padding: 7px 7px 7px 15px;
  background-color: #f5f5f5;
  color: #000;
  font-size: 0.875rem; }
  

a.email-button, a.email {
  color: white;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: none;
  z-index: 2; }
  a.email-button:hover, a.email:hover {
    opacity: 0.8; }

a.email-button {
  border-radius: 4px;
  padding: 11px;
  background-color: #000; }
  a.email-button img {
    vertical-align: middle; }

a.email {
  border-radius: 4px;
  padding: 11px 13px 12px;
  background-color: #000000; }

.thumbnails a {
  border: none;
  z-index: 2; }
  .thumbnails a:hover {
    opacity: 0.8; }
  .thumbnails a img {
    border-radius: 8px;
    width: 293.33333px;
    height: auto; }

.thumbnails, .testimonials {
  margin-bottom: 80px; }

.question {
  color: #000;
  font-weight: 400;
  margin-bottom: 20px; }

mark {
  border-radius: 4px;
  color: #555;
  background: #f8f8f8; }

.author {
  display: flex;
  align-items: center;
  color: #9b9b9b;
  margin-top: 20px; }
  .author img {
    margin-right: 10px;
    border-radius: 100%; }

footer, footer a {
  color: #9b9b9b; }

@media screen and (max-width: 900px) {

  body {
    margin: 40px 0; 
  }

  .link{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1060px) {


  body {
    margin: 40px 0; 
  }

  header, main, footer {
    max-width: 85%; 
  }

  h1 {
    display: none;
    /* font-size: 1.375rem;
    width: 100%; } */
  }

  .thumbnails a {
    width: 30%; }
    .thumbnails a img {
      width: 100%; }

  .contact-bar {
    padding: 30px;
    text-align: center;
    justify-content: space-around; }
    .contact-bar .message {
      width: 100%; }
    .contact-bar a.email {
      margin-top: 20px; } }

@media screen and (min-width: 850px) {
        .column {
          flex: 1; } }
@media screen and (max-width: 850px) {
  .row {
    margin: 20px 0; }

  .column {
    margin: 20px 0; }

  .clients {
    width: 400px;
    margin: 40px auto;
    justify-content: space-around; }
    .clients img { filter: grayscale(100%);
      padding: 10px; } }
@media screen and (max-width: 500px) {
  .intro {
    height: 250px; }

  .clients {
    width: 300px; }

  .thumbnails a {
    width: 100%; } }
@media screen and (max-width: 375px) {
  .intro {
    height: 200px; }

  .column {
    margin: 10px 0; }

  .clients {
    width: 100px; } }

    #technology-stack {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  #technology-stack h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #333333;
  }
  
  .tech-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }
  
  .tech-category {
      flex: 1 1 300px; /* Grow and shrink with a base width of 300px */
      background-color: #f0f4f8;
      padding: 15px;
      border-radius: 6px;
  }
  
  .tech-category h3 {
      margin-bottom: 10px;
      color: #007acc;
      font-size: 1.2em;
  }
  
  .tech-category ul {
      list-style-type: disc;
      padding-left: 20px;
  }
  
  .tech-category ul li {
      margin-bottom: 8px;
      color: #555555;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
      .tech-category {
          flex: 1 1 45%;
      }
  }
  
  @media (max-width: 480px) {
      .tech-category {
          flex: 1 1 100%;
      }
  }