/*Brand Colors

/*
Acculon Orange: #F26B24
Steel Gray: #444444
Electric Blue: #3399FF
Black: #000000
Aluminum Gray: #CCCCCC
*/

/* General Styling*/
body {
  margin: auto;
  margin-bottom: 1.125em;
  max-width: 100%;
  background-color: #ededed;
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1em;
  line-height: 1.5;
  width: 42em;
  font-weight: 500;
  letter-spacing: 0em;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto";
  font-weight: 500;
  color: #444444;
}

h1 {
  font-size: 6.5em;
  text-align: center;
}

h2 {
  font-size: 4em;
}

h3 {
  font-size: 2.5em;
  color: #3399FF;
  margin-bottom: 0;
  padding-bottom: 0px;
}

h4 {
  font-size: 1.5em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 1000;
}

.h4 {
  padding: 0;
  margin: 0;
}

.all-content {
  padding: 10px;
}

.divider {
  width: 100px;
  height: 5px;
  background-color: #F26B24;
  margin-top: 40px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: block;
}

strong {
  font-weight: bold;
}

/* Intro */
.logo-box-black {
  padding: 3em;
  text-align: center;
  background-color: #000000;
  border-radius: 20px;
  box-shadow: 2px 2px 12px 5px #cccccc;
  margin: 2em 0 2em 0;
}

.logo-box-dark-grey {
  padding: 3em;
  text-align: center;
  background-color: #444444;
  border-radius: 20px;
  box-shadow: 2px 2px 12px 5px #cccccc;
  margin: 2em 0 2em 0;
}

.logo-box-white {
  padding: 3em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 12px 5px #cccccc;
  margin: 2em 0 2em 0;
  border: solid 1px #0b152d;
}

.logo-box-blue {
  padding: 3em;
  text-align: center;
  background-color: #3399FF;
  border-radius: 20px;
  box-shadow: 2px 2px 12px 5px #cccccc;
  margin: 2em 0 2em 0;
}

/* Logo Section */
.icon-nest {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  background-color: #ededed;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 145px;
  width: 145px;
  border-radius: 24%;
  box-shadow: 2px 2px 12px 5px #cccccc;
}

/* Color Palette Section*/
.color-box-parent {
  padding: 20px;
  background-color: #ffffff;
  border-width: 0px;
  box-shadow: 2px 2px 12px 5px #cccccc;
  border-radius: 20px;
  text-align: center;
}

.dot-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dot {
  height: 100px;
  width: 100px;
  background-color: #bbb;
  border-radius: 50%;
  margin-bottom: 3px;
}

.nested {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  grid-column: span 1;
}

.nested p {
  margin: 0px;
}

/* Color Rules Section */
.nested-blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-column: span 1;
}

.block {
  height: 145px;
  width: 145px;
  border-radius: 50%;
}

.dot-2 {
  height: 100px;
  width: 100px;
  background-color: #bbb;
  border-radius: 50%;
  margin-bottom: 3px;
}

.dot-3 {
  height: 50px;
  width: 50px;
  background-color: #bbb;
  border-radius: 50%;
  margin-top: 10px"
}

/*Typography Section*/
.typography-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1em;
  background-color: #ededed;
  width: 100%;
  margin-bottom: 1.125em;
}

#typography-co-head {
  font-family: "Roboto";
  font-size: 1.5em;
}

/* #typography-roboto {
  font-family: "Roboto";
  font-size: 1.5em;
} */

.download-button {
  padding: 10px;
  margin-top: 30px;
  background-color: #444444;
  color: #F26B24;
  padding: 15px 25px;
  border-radius: 40px;
  max-width: 215px;
  font-size: 1.5em;
  font-family: "proxima-nova", "Roboto";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 12px 5px #cccccc;
  text-decoration: none;
}

.download-button:hover {
  background-color: #545454;
  cursor: pointer;
}

footer {
  font-family: "proxima-nova";
  flex-shrink: 0;
  background: #000000;
  color: #ffffff;
  padding: 2px;
  margin: 0 20px;
  text-align: center;
  border-radius: 5px;
  line-height: 0px;
  font-size: 0.8em;
  box-shadow: 1px 1px 5px 2px #cccccc;
}

/*Redcuced Page Width Editors*/
@media only screen and (max-width: 900px) {
  .nested {
    grid-template-columns: repeat(3, 1fr);
  }
  .nested-blocks {
    grid-template-columns: repeat(3, 1fr);
  }
  .icon-nest {
    grid-template-columns: repeat(3, 1fr);
  }
  .typography-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .nested {
    grid-template-columns: repeat(2, 1fr);
  }
  .nested-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .icon-nest {
    grid-template-columns: repeat(2, 1fr);
  }
  .typography-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 320px) {
  .nested {
    grid-template-columns: repeat(1, 1fr);
  }
  .nested-blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .icon-nest {
    grid-template-columns: repeat(1, 1fr);
  }
  .typography-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
