* {
    box-sizing: border-box;
}
#logo{
    display: block;
    width: 250px;
}
#img1 {
    max-width: 450px;
}
.services {
    max-width: 30%;
}
.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
}
.imgcont{
  height: 55vh;
  overflow: hidden;
} 
.imgcont2{
    height: 55vh;
    overflow: hidden;
  } 
  

#runner{
    width: 100vw;
    background-clip: text;
  -webkit-background-clip: text;
    
  }
  #runner2{
    width: 100%;    
  }
  #cintro{
    width: 100%;
    height: 55vh;
    overflow: hidden;
  }

  #page-container {
  
    min-height: 100vh;
  }
  

  #footer {
  
    clear:both;
    width: 100%;
    height: 100%;            /* Footer height */
  }

  #content-wrap {
    margin-bottom: 4.5rem;    /* Footer height */
  }
  