/* Stylesheet for spinneystudiosllp.co.uk */

/*  SoulSites CSS Reset  */
*, *:before, *:after {
  box-sizing: border-box;
}
body, header, img, h1, h2, ul, p, footer {
    margin: 0%;
    padding: 0%;
    
}

/*  CSS for spinneystudiosllp.co.uk  */

body {
  background-color: #f0fbfb;
}

main {
  margin-bottom: 7.5rem;

}
header {
    background-color: #84dfe0;
    padding: 2rem 0.75rem 0.75rem;
    margin-bottom: 2rem;
}

.brand {
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 2.5rem;
    color: darkgreen;
    letter-spacing: .15rem;
    line-height: 1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    
}

.hero-images {
    display: block;
    filter: grayscale(0%);
    width: 100%;
    max-width: 1400px;
    height: auto;
    padding: 2rem 0;
    margin-left: auto;
    margin-right: auto;
}  

h1, h2, a, .body-text, ul, .list-title, .contact-info, footer p {
    font-family: "Quicksand", serif;
    font-weight: 300;
}

h1, h2, .body-text, .list-title {
    font-size: 1.75rem;
    text-align: center;
    color: darkgreen;
    font-weight:500 ;
    padding: 1.5rem;
}

.body-text {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.list-title {
  padding: .25rem;
}


.list {
   color: darkgreen;
   margin-bottom: 4.5rem;
}

ul {
    text-align: center;
    font-size: 1.25rem;
}

.contact-link {
    display: inline-block;
    width: 100%;
    text-align: center; 
}

.contact-icon {
    width: 65%;
    padding: .75rem;
    border: 3px solid darkgreen ;
    border-radius: 25%;
    background-color: white;
}

.contact-section {
    max-width: 400px;
    padding: 0 .5rem 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.5rem;
    background-color: white;
    border-radius: 15%;
}

.link-div {
    display: flex;
    justify-content:space-evenly
}



/* unvisited link */
a:link {
    color:darkgreen;
    font-size: 1.25rem;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: darkgreen;
  }
  
  /* mouse over link */
  a:hover {
    
    color: darkgreen;
    font-size: 1.5rem;
  }

  .contact-icon:hover {
    background-color: #f0fbfb;
  }
  
  /* selected link */
  a:active {
    color: darkgreen;
  }

  footer {
    width: 100%;
    line-height: 1.5rem;
    padding-top: 10rem;
  }

  footer, footer a:link, footer a:visited, footer a:hover, footer a:active {
    text-align: center;
    color: #006464;
    font-size: 1rem;
    background-color: white;
    text-decoration: none;
    letter-spacing: .05rem;
  }

  .footer-soulsites-info {
    background-color: white;
  }
  @media only screen and (min-width: 760px) { 
    /* ruleset for >= 760px */  
    header {
      padding-top: 3rem;
    }
    .brand {
      font-size: 3.5rem;
    }
    h1, h2, .body-text, .list-title {
      font-size: 2.25rem;
    }

  ul {
    font-size: 1.75rem;
  }
    .footer-contact-info, .footer-business-info, .footer-soulsites-info {
      max-width: 1400px;
      padding-left: 1rem;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    footer a:link, footer a:visited, footer a:hover, footer a:active {
      font-size: 1.25rem;
    }
  }


  .font-weight-500 {
    font-weight: 500;
  }

  .footer-contact-info, .footer-business-info {
    margin-bottom: 2rem;
  }
  .footer-soulsites-info {
    margin-top: 0;
    padding-bottom: 1rem;
  }

  