body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
}

/* HEADER BACKGROUND */
.header-all {
  font-weight: 700;
  background-color: #e7e9fc;
}

.header-all a {
  color: #2e2f42;
}

/* HEADER WEBSITE LOGO "STUDIO" */
.header-all .logo-top {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
  text-decoration: none;
}

/* HEADER WEBSITE LOGO "WEB" */
.header-all .logo-top .logo-web {
  color: #2e2f42;
  font-weight: 700;
}

/* REMOVE EXTRA STAFF FROM LISTS */
ul {
  list-style-type: none;
}

/* TOP MENUS */
.top-menus {
  letter-spacing: 0.02em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 3 MENUS  */
.top-menus .menulink {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #434455;
}

/* 3 MENUS  HOVER+FOCUS*/
.top-menus .menulink:hover,
.top-menus .menulink:focus {
  color: #404bbf;
}
/* 3 MENUS STYLE */
.top-menus a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
}

/* TOP LINKS: E-MAIL + PHONE */
.top-links {
  font-family: "Roboto", sans-serif;
  color: #434455;
  text-decoration: none;
  font-style: normal;
}

/* BUTTON + HERO CENTER ALIGNMENT */
.hero-text {
  text-align: center;
  background-color: #2e2f42;
}
/* HERO TEXT */
.hero-text h1 {
  color: #ffffff;

  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
}

/* ORDER SERVICE BUTTON */
.hero-text button {
  color: #ffffff;
  background-color: #4d5ae5;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 500;
}

/* CORE VALUES */
.core-values h2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

/* ALL WRITTEN CORE VALUES */
.core-values h3 {
  font-weight: 500;
  font-size: 20px;
}

.our-team {
  background-color: #f4f4fd;
}

/* OUR TEAM */
.our-team h2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

/* OUR TEAM NAMES  */
.our-team h3 {
  font-weight: 500;
  font-size: 20px;
}

/* OUR PORTFOLIO */
.our-portfolio h2 {
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

/* OUR PORTFOLIO THINGS */
.our-portfolio h3 {
  font-weight: 500;
  font-size: 20px;
}

/* FOOTER BACKGROUND */
.footer-stuff {
  background-color: #2e2f42;
}

/* FOOTER WEBSITE LOGO "STUDIO" */
.footer-stuff a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #f4f4fd;
  text-transform: uppercase;
}

/* FOOTER WEBSITE LOGO "WEB" */
.footer-stuff span {
  font-family: "Raleway", sans-serif;
  color: #4d5ae5;
  font-weight: 700;
}

.footer-stuff p {
  color: #f4f4fd;
}
