body p {
    margin: 1rem 0;
    line-height: 1.7rem;
}
#footer-logo {
    margin-top: 17px !important;
    padding-right: 10px;
}
.footer-text {
      font-size: .8rem;
}

.text-gradient {
    background: rgb(0,213,124);
    background: linear-gradient(39deg,rgb(160,207,103) 19%,rgb(0,175,219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0cf67",endColorstr="#00afdb",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.text-gradient-h1 {
    background: rgb(0,213,124);
    background: linear-gradient(39deg,rgb(160,207,103) 19%,rgb(0,175,219) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a0cf67",endColorstr="#00afdb",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  font-size:3rem;
}
/*DESKTOP*/
@media only all and (min-width: 48rem) {
  #drone-vid {
    max-height: 700px;
    overflow: hidden;
  }
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock iframe, .avPlayerWrapper .avPlayerContainer .avPlayerBlock video, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio {
    position: absolute !important;
    left: 0;
    width: 100% !important;
    height: 100% !important;
        top: 50%;
    transform: translateY(-80%);
}
    .main-intro, h1, h2{
      line-height: normal;
  margin:0px;
}
.main-intro h2 {
    top: -70px;
    position: relative;
}
.main-intro p {
      font-size: clamp(1em,2vw,2em);
    position: relative;
    top: -70px;
  line-height: normal !important;
}
  .body-blocks img{
    border-radius: 50px;
  }
.w1-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  align-items: center!important;
}
  .w2-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:150px;
    align-items: center!important;
}
  .right-card {
    margin: 0px;
    flex-basis: 0;
    flex-grow: 1;
    height: fit-content;
}
    .left-card {
    margin: 0px 50px 0px 0px;
    flex-basis: 0;
    flex-grow: 1;
    height: fit-content;
}
h4 {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
  	margin:0px;
  color: #00afdb;
}
}
/*MOBILE*/
@media only screen and (max-width: 600px) {
    .main-intro, h1, h2{
      line-height: normal;
  margin:0px;
}
.main-intro h2 {
    position: relative;
}
.main-intro p {
      font-size: clamp(1em,2vw,2em);
    position: relative;
  line-height: normal !important;
}
#g-header h2 {
    font-weight: 300;
    line-height: normal;
}
 h4 {
    font-size: 1rem;
    line-height:normal;
    text-align: center;
    font-weight: 600;
  	margin:0px;
  color: #00afdb;
}   
  ul {
      line-height:normal;
  }  
  .w1-row {
margin-bottom:50px;
}
}
/*PORTFOLIO*/
* {
  box-sizing: border-box;
}



/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}
.column p {
    text-align: center;
    margin: 0px;
    font-size: 1rem;
    line-height: normal;
}
/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #eee;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}