html,
body {
  margin: 0;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;

  font-size: 15px;
  
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
        }
}
 
p {
  text-transform: uppercase;
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  width: 100%;
  text-align: center;
}

entry a {
  color: black;
  text-decoration: none;
}

body {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f5f7f8);
  background-image: -webkit-linear-gradient(#ffffff, #f5f7f8);
  background-image: linear-gradient(#ffffff, #f5f7f8);
}

.container {
    margin: 5%;
}

.col {
  margin: 20px;
  flex: 1;
}

.col3 {
  margin: 20px;
  flex: 2;
}
  h1 {
    font-size: 5em;
    font-weight: 600;
    color: #2b2e32;
    margin: 0px;
    padding: 0px;
    line-height: 1em;

  }
  h1 a  {
    text-decoration: none;
    box-shadow: inset 0 -4px 0 #ffffff;
    color: #2b2e32;
    transition:0.2s ease;
    margin-bottom: 0px; 
    margin: 0 -2px;
    padding: 0 2px;
  }
   h1 a:hover  {
    text-decoration: none;
    color: #ffffff;
  transition:0.2s ease;
  margin: 0 -2px;
  padding: 0 2px;
/*  box-shadow: inset 0px -6px 0 #4097db;
*/
  box-shadow: none;
}

  h2 {
    font-size: 2.75em;
    font-weight: 300;
    line-height: 1.5em;
    color: #2b2e32;
        margin: 0px;
    padding: 0px;
        margin-bottom: .25em;


  }
  h2 a  {
    text-decoration: none;
    box-shadow: inset 0 -4px 0 #ffffff;
    color: #2b2e32;
    transition:0.2s ease;
    margin-bottom: 0px; 
    margin: 0 -1px;
    padding: 0 1px;

  }
   h2 a:hover  {
    text-decoration: none;
    color: #ffffff;
  transition:0.2s ease;
  margin: 0 -1px;
  padding: 0 1px;
/*  box-shadow: inset 0px -6px 0 #4097db;
*/
  box-shadow: none;
}

  h3 {
    font-size: 1em;

    font-weight: 300;
    color: #505f73;
    margin: 0px;
    padding: 0px;
    color: #3d4959;
  }
  h3 a  {
    text-decoration: none;
    box-shadow: inset 0 -4px 0 #ffffff;
    color: #2b2e32;
    transition:0.2s ease;
    margin-bottom: 0px; 
    margin: 0 -1px;
    padding: 0 1px;
  }
   h3 a:hover  {
    text-decoration: none;
    color: #ffffff;
  transition:0.2s ease;
  margin: 0 -1px;
  padding: 0 1px;
/*  box-shadow: inset 0px -6px 0 #4097db;
*/
  box-shadow: none;
}

h3 a:visited {
  text-decoration: none;
  box-shadow: inset 0 -4px 0 #ffffff;
  color: #2b2e32;
  transition:0.2s ease;
  margin-bottom: 0px; 
  margin: 0 -1px;
  padding: 0 1px;
}



.entry {
  margin-top: 40px;
  max-width: 600px;
}