@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


/* Main Fonts Styling */
  body{
  font-family: Nunito;
  font-size: 1.125rem;
  color: black;
  margin-top:0;
  padding-top:0;
  }

  p {
  font-family: Nunito;
  font-size: 1.125rem;
  color: black;
  line-height:1.5em;
  margin-top:0;
  padding-top:0;
  }

  h1 {
  font-family: Nunito;
  text-align:center;
  display: block;
  font-size: 2rem;
  line-height: 1.5em;
  padding-bottom: 1%;
  margin: 0;
  font-weight: bold;
  }

  h2 {
  font-family: Nunito;
  display: block;
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
  }

  h3 {
  font-family: Nunito;
  display: block;
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
  }

  /* Site Header Styling */
  .header-fixed {
    background-color:#ffffff;
    border-style: solid 0px;
    box-shadow: 0px 0px 20px 0px rgba(3, 191, 199, 0.42);
    padding: 20px 40px;
    margin-bottom:2%;
    height: 80px;
    color: #ffffff;
    box-sizing: border-box;
    top:-100px;

    -webkit-transition:top 0.3s;
    transition:top 0.3s;
  }

  .header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
  }

  /*  The header placeholder. It is displayed when the header is fixed to the top of the
    browser window, in order to prevent the content of the page from jumping up. */

  .header-fixed-placeholder{
    height: 80px;
    display: none;
  }

  /* Logo */

  .header-fixed .header-limiter h1 {
    float: left;
    margin: 0;
  }

  /* The navigation links */

  .header-fixed .header-limiter a {
    color: black;
    text-decoration: none;
  }

  .header-fixed .header-limiter nav {
    line-height: 40px;
    float: right;
  }

  .header-fixed .header-limiter nav a{
    display: inline-block;
    padding: 0 5px;
    text-decoration:none;
    color: black;
    opacity: 0.9;
  }

  .header-fixed .header-limiter nav a:hover{
    opacity: 1;
  }

  .header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1;
  }

  /* Fixed version of the header */

  body.fixed .header-fixed {
    padding: 10px 40px;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  body.fixed .header-fixed-placeholder {
    display: block;
  }

  body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
  }


  /* Making the header responsive */

  @media all and (max-width: 600px) {

    .header-fixed {
      padding: 20px 0;
      height: 75px;
    }

    .header-fixed .header-limiter h1 {
      float: none;
      margin: -8px 0 10px;
      text-align: center;
      line-height: 1;
    }

    .header-fixed .header-limiter nav {
      line-height: 1;
      float:none;
    }

    body.fixed .header-fixed {
      display: none;
    }

  }

  /*
     We are clearing the body's margin and padding, so that the header fits properly.
     We are also adding a height to demonstrate the scrolling behavior. You can remove
     these styles.
   */

  body {
    margin: 0;
    padding: 0;
    height: 1500px;
  }

/* Site Header Styling */
  .header-fixed {
    background-color:#ffffff;
    border-style: solid 0px;
    box-shadow: 0px 0px 20px 0px rgba(3, 191, 199, 0.42);
    padding: 20px 40px;
    margin-bottom:2%;
    height: 80px;
    color: #ffffff;
    box-sizing: border-box;
    top:-100px;

    -webkit-transition:top 0.3s;
    transition:top 0.3s;
  }

  .header-fixed .header-limiter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
  }

  /*  The header placeholder. It is displayed when the header is fixed to the top of the
    browser window, in order to prevent the content of the page from jumping up. */

  .header-fixed-placeholder{
    height: 80px;
    display: none;
  }

  /* Logo */

  .header-fixed .header-limiter h1 {
    float: left;
    margin: 0;
  }

  /* The navigation links */

  .header-fixed .header-limiter a {
    color: black;
    text-decoration: none;
  }

  .header-fixed .header-limiter nav {
    line-height: 40px;
    float: right;
  }

  .header-fixed .header-limiter nav a{
    display: inline-block;
    padding: 0 5px;
    text-decoration:none;
    color: black;
    opacity: 0.9;
  }

  .header-fixed .header-limiter nav a:hover{
    opacity: 1;
  }

  .header-fixed .header-limiter nav a.selected {
    color: #608bd2;
    pointer-events: none;
    opacity: 1;
  }

  /* Fixed version of the header */

  body.fixed .header-fixed {
    padding: 10px 40px;
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  body.fixed .header-fixed-placeholder {
    display: block;
  }

  body.fixed .header-fixed .header-limiter nav {
    line-height: 28px;
  }


  /* Making the header responsive */

  @media all and (max-width: 600px) {

    .header-fixed {
      padding: 20px 0;
      height: 75px;
    }

    .header-fixed .header-limiter h1 {
      float: none;
      margin: -8px 0 10px;
      text-align: center;
      line-height: 1;
    }

    .header-fixed .header-limiter nav {
      line-height: 1;
      float:none;
    }

    body.fixed .header-fixed {
      display: none;
    }

  }

  /*
     We are clearing the body's margin and padding, so that the header fits properly.
     We are also adding a height to demonstrate the scrolling behavior. You can remove
     these styles.
   */

  body {
    margin: 0;
    padding: 0;
    height: 1500px;
  }

/* Tabs */

  .tabs {
  	display: flex;
  	flex-wrap: wrap; // make sure it wraps
    background-color:#dafdff;
    justify-content:center;
  }
  .tabs label {
  	order: 1; // Put the labels first
  	display: flex;
  	cursor: pointer;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    background-color: rgb(218, 253, 255);
    font-weight: bold;
    font-size:1rem;
    transition: background ease 0.2s;
    text-align: center;

  }
  .tabs .tab {
    order: 99; // Put the tabs last
    flex-grow: 1;
  	width: 100%;
  	display: none;
    padding: 1rem;
  }
  .tabs input[type="radio"] {
  	display: none;
  }

  .tabs input[type="radio"]:checked + label {
  	background: #fff;
  }
  .tabs input[type="radio"]:checked + label + .tab {
  	display: block;
  }

  @media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
      order: initial;
    }
    .tabs label {
      width: 100%;
      margin-right: 0;
    }
  }

/* Tabs Styling */
  .tabs {
  min-height: 100vh;
  max-width: 100vw;
  margin: 0 auto;
        align-content:start;
      justify-content: start;
  }

/* Portfolio Tab Content */

    /* Center website */

    .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    align-content:start;
    }

    /* Create three equal columns that floats next to each other */
    .post-card {
      float: left;
      width: 25%;
      align-content:start;
      align-items:stretch;
      border: 0 solid;
      border-radius: 15px;
      padding: 3%;
      margin: .75rem;
      box-shadow:  0px 0px 10px 0px rgba(205, 205, 205, 0.5);
    }

    /* Content */
    .content {
      align-content:start;
      background-color:white;    

    }

    .content p, a {
      font-size:.93rem; 
      text-decoration: none;
      color:black;
    }

      .column:hover {
      top: -2px;
      box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    }

    .portfolio-category span {
      display:inline-block;
      background-color:#FFE2EE;
      font-size:.75rem;
      font-weight:600;
      border-radius:10px;
      text-transform: uppercase;
      color:#52002A;
      padding:2% 4%;
      margin-bottom:.75rem;
    }

/* Footer Styling  */
  .footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #dafdff;
  }
  .footer .col {
    width: 15%;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }


  .col-products {
    width:30%;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }

  .footer .col p {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: .875rem;
    padding: 20px 0px 5px 0px;
    color: black;
    font-weight: 400;
  }

  .footer .copyright {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: .875rem;
    padding: 20px 0px 5px 0px;
    color: black;
    font-weight: 400;
    width:auto;
  }

  .footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    .footer .col-products ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer .col ul li {
    color: #black;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
  }

  .footer .col-products ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #black;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
  }

  .footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
  }
  .clearfix {
    clear: both;
  }
  @media only screen and (min-width: 1280px) {
    .contain {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1139px) {
    .contain .social {
      width: 1000px;
      display: block;
    }
  }
  @media only screen and (max-width: 950px) {
    .footer .col {
      width: 33%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 500px) {
      .footer .col {
        width: 50%;
      }
      .footer .col h1 {
        font-size: 14px;
      }
      .footer .col ul li {
        font-size: 13px;
      }
  }
  @media only screen and (max-width: 340px) {
    .footer .col {
      width: 100%;
    }
  }