*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7rem;
  line-break: auto;
}

.name-box {
  color: #38464d;
}

.name-box__main {
  font-weight: 300;
}

.name-box__sub {
  font-weight: 700;
}

.text-box {
  display: inline-block;
  text-align: center;
  color: #38464d;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 4rem;
  line-height: 5rem;
}

.group__heading {
  color: #38464d;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

.resource__heading {
  color: #2BC0E4;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.resource__heading--premium::after {
  content: 'PREMIUM';
  background-color: #ff951f;
  color: #fff;
  display: inline-block;
  padding: .1rem .6rem;
  border-radius: .3rem;
  font-size: 8px;
  margin-left: 1.5rem;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}

.resource__text {
  color: #38464d;
  font-size: 1.4rem;
  line-height: 1.8;
}

.temp {
  font-size: 1.6rem;
}

.container {
  max-width: 110rem;
  margin: 0 auto;
}

.group {
  text-align: center;
  margin-bottom: 7rem;
}

.group__heading--icon {
  font-size: 3rem;
  display: block;
  color: #2BC0E4;
  margin-bottom: 2.5rem;
}

@media (max-width: 56.25em) {
  .resource {
    text-align: center;
  }
}

.resource__logo {
  height: 4rem;
  display: block;
  margin-bottom: 2rem;
}

@media (max-width: 56.25em) {
  .resource__logo {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}

.resource__link {
  color: #2BC0E4;
}

.resource__link:link, .resource__link:visited {
  text-decoration: none;
}

.resource__link:hover, .resource__link:active {
  color: #ff951f;
}

.footer {
  padding: 6rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#2BC0E4), to(#EAECC6));
  background-image: linear-gradient(to right, #2BC0E4, #EAECC6);
}

.footer__caption {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
}

@media (max-width: 56.25em) {
  .footer__caption {
    font-size: 2rem;
  }
}

.footer__icon {
  color: red;
}

.row {
  max-width: 198rem;
  margin: 0 auto;
}

.row:not(:last-child) {
  margin-bottom: 5rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 56.25em) {
  .row {
    margin: 0 auto;
    margin-bottom: -3rem;
  }
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}

@media (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
    margin-bottom: 5rem;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 6rem) /2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) /3);
}

.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * (6rem)) /3) + 6rem);
}

.row .col-1-of-4 {
  width: calc((100% - 3 * (6rem)) /4);
}

.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * (6rem)) /4) + 6rem);
}

.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * (6rem)) /4) + 2 * 6rem);
}

.header {
  width: 100%;
  height: 55vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#2BC0E4), to(#EAECC6));
  background-image: linear-gradient(to right, #2BC0E4, #EAECC6);
  position: relative;
}

@media (max-width: 75em) {
  .header {
    height: 45vh;
  }
}

@media (max-width: 56.25em) {
  .header {
    height: 35vh;
  }
}

.header__logo-box {
  position: absolute;
  top: 4rem;
  left: 4rem;
}

.header__logo {
  height: 5rem;
}

.header__name-box {
  position: absolute;
  top: 6rem;
  right: 6rem;
  font-size: 1.6rem;
}

@media (max-width: 56.25em) {
  .header__name-box {
    position: static;
    text-align: center;
    padding-top: 10rem;
  }
}

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 56.25em) {
  .header__text-box {
    position: absolute;
    width: 100%;
    left: 50%;
    margin-top: 5rem;
  }
}

.group-nav {
  padding-top: 1.6rem;
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.group-nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.group-nav ul li {
  margin-right: 1.1rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.group-nav ul li a:link,
.group-nav ul li a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: #38464d;
  text-transform: uppercase;
  font-weight: 400;
  background-color: #f0f3f3;
  padding: 0.5rem 1.3rem;
  border-radius: 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.group-nav ul li a:hover,
.group-nav ul li a:active {
  color: #fff;
  background-color: #2BC0E4;
}

.group-nav--icon {
  color: #2BC0E4;
  font-size: 1.9rem;
  margin-right: 1rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.group-nav a:hover .group-nav--icon,
.group-nav a:active .group-nav--icon {
  color: #fff;
}

.section-tools {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-html {
  padding: 7rem;
  background-color: #fff;
}

.section-css {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-js {
  padding: 7rem;
  background-color: #fff;
}

.section-fonts {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-colors {
  padding: 7rem;
  background-color: #fff;
}

.section-images {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-icons {
  padding: 7rem;
  background-color: #fff;
}

.section-design {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-blogs {
  padding: 7rem;
  background-color: #fff;
}

.section-speed {
  padding: 7rem;
  background-color: #f0f3f3;
}

.section-node {
  padding: 7rem;
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */