/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*---------------Mobile Viewport---------------*/
/*Text styles*/
h1 {
  font-size: 4.5em;
  color: #ed1c09;
}
h2 {
  font-size: 3.5em;
  background-color: rgb(0,153,48,0.16);
}
p {
  font-size: 2em;
  color: #474747;
}

/*Header styles*/
header {
  -webkit-box-shadow: black 0px 0px 8px;
          box-shadow: black 0px 0px 8px;
  border-bottom: 25px solid #0bbfe8;
  position: sticky;
	top: 0;
	width: 100%;
  z-index: 1;
}
#detail {
  position: absolute;
  left:-9999px;
}
#indexLink {
  font-size: xx-large;
}
#consultingLink {
  font-size: xx-large;
}
#aboutLink {
  font-size: xx-large;
}
#contactLink {
  font-size: xx-large;
}
#referralsLink {
  font-size: xx-large;
}
a {
  text-decoration: none;
  color: #474747;
}
a:hover {
  color: #5e5e5e;
}
#logo {
  width: 50%;
  color: #ed1c09;
  font-size: 0.9em;
  font-family: 'Nunito', 'Sans Serif';
}

/*Footer styles*/
#meLink {
  color: white;
  text-decoration: underline;
}
#meLink:hover {
  color: #0bbfe8;
}
footer {
  font-size: x-large;
  border-top: 15px solid #e0d100;
  background-color: #474747;
}
#footerList {
  background-color: #474747;
}
ul {
  list-style: none;
  list-style-type: none;
}
#facebook {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  display: block;
}
span {
  position: absolute;
  left: -999em;
}

/*---------------Medium Viewport---------------*/
@media screen and (min-width: 992px) {
  /*Text styles*/
  h2 {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }

  /*Header styles*/
  header {
    border-bottom-width: 10px;
  }
  #logo {
    width: 25%;
    font-size: 0.5em;
  }
  #indexLink {
    margin-left: auto;
    margin-right: 1rem;
    font-size: large;
  }
  #consultingLink {
    font-size: large;
  }
  #aboutLink {
    font-size: large;
  }
  #contactLink {
    font-size: large;
  }
  #referralsLink {
    margin-right: auto;
    margin-left: 1rem;
    font-size: large;
  }

  /*Footer styles*/
  footer {
    font-size: medium;
    border-top: 5px solid #e0d100;
  }
  #facebook {
    float: right;
    display: block;
    margin-right: 2em;
    margin-top: 1em;
  }
}

/*---------------Large Viewport---------------*/
@media screen and (min-width: 1200px) {
  /*Text styles*/
  h2 {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }

  /*Header styles*/
  header {
    border-bottom-width: 10px;
  }
  #logo {
    width: 15%;
    font-size: 0.5em;
  }
  #indexLink {
    margin-left: auto;
    margin-right: 3rem;
    font-size: large;
  }
  #consultingLink {
    font-size: large;
  }
  #aboutLink {
    font-size: large;
  }
  #contactLink {
    font-size: large;
  }
  #referralsLink {
    margin-right: auto;
    margin-left: 3rem;
    font-size: large;
  }

  /*Footer styles*/
  footer {
    font-size: medium;
    border-top: 5px solid #e0d100;
  }
}
