.inbody *,
.inbody *::before,
.inbody *::after {
  box-sizing: border-box;
}
.inbody{
  background-color: white;
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal;
}
/* ===== Desktop ===== */
div.About{
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
div.SDC, h1{
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 1.5;
}
div.SDC{
  width: 100%;
  height: auto;
  padding-left: 3%;
  padding-right: 6%;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  font-size: 1.9vw;
  color: #303030;
  font-weight: normal;
}
h1{
  font-size: 2.5vw;
  color: red;
  font-weight: bold;
}
#sdcstone {scroll-margin-top: 110px; }

a.inq, a.inq:visited{
  background-color: #8080ff;
  padding: 5px 8px;
  border-radius: 5px;
  transition: background-color 0.8s ease;
  font-size: 1.2vw;
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}
a.inq:active, a.inq:hover{
  color: #d0d0d0;
  background-color: #0000ff;
  text-decoration: none;
  font-weight: bold;
}

div.Co-cont, div.Co-Adv{
  width: 100%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.3;
  font-size: 20px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}


/* ===== Mobile / Tablet ===== */
@media (max-width: 768px) {

  .inbody{ background-color: white; }


  div.About{
    position: relative;
    top: 3.3vw;
    left: 0;
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 6%;
    padding-top: 0;
    padding-bottom: 0;

    display: flex;
    flex-wrap: wrap; /* FIX: removed invalid "flex;flex-wrap" */
    font-size: 1.5vw;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  }

  div.SDC, h1{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    line-height: 1.3;
  }


  div.SDC{
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 6%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 4.5vw;
    color: #303030;
    font-weight: normal;
  }

  h1{
    font-size: 5.5vw;
    color: red;
    font-weight: bold;
  }

  a.inq, a.inq:visited{
    background-color: #808080;
    padding: 5px 8px;
    border-radius: 5px;
    transition: background-color 0.8s ease;
    font-size: 1.17vw;
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
  }

  a.inq:active, a.inq:hover{
    color: #d0d0d0;
    background-color: #0000ff;
    text-decoration: none;
    font-weight: bold;
  }
 #sdcstone{
    scroll-margin-top: 100px;
  }

  div.Co-cont, div.Co-Adv{
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-right: 6%;
    padding-top: 2.2vw;
    padding-bottom: 2.2vw;
    margin: 0;
    font-size: 4.1vw;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
  }
}
		}
