:root {
  --max-width: 1100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand' !important;
}

body, html {
  height: 100%;
  color: #666;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  color: #333;
}

p {
  line-height: 2.4rems;
  font-size: 18px;
  color: #2b2827;
}

a {
  color: dodgerblue;
  text-decoration: none;
}

ul {
  list-style: none;
  font-family: 'Quicksand', sans-serif;
}

img {
  width: 100%;
}

/* Semantic Tags */

article {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-bottom: 40px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444;
  width: 100%;
  height: 72px;
  bottom: 0;
}

footer p {
  color: #fff;
  font-size: 16px;
}

main {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  background-color: #fff;
  padding: 0px 20%;
  color: #34495E;
}

main p {
  color: #34495E;
  font-size: 18px;
  font-weight: 200;
  line-height: 2.4rem;
}

main h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding: 30px 0 20px 0;
}

main h3 {
  text-align: left;
  font-size: 20px;
}

main h4 {
  font-size: 24px;
  margin-left: 100px;
  align-items: left;
}

main h5 {
  text-align: center;
  font-weight: 200;
  font-size: 20px;
  padding: 0px;
}

main img {
  align-items: left;
  width: 400px;
}

main ul {
  border: none;
  line-height: 2.4rem;
  list-style: none;
  align-items: left;
  padding-left: 40px;
}

main a {
  font-size: 18px;
  font-weight: 400;
}

nav {
  font-family: 'Quicksand', sans-serif;
  background: #fff;
  opacity: 1.0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0px;
}

nav h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 32px;
  font-weight: 400;
  padding-top: 16px;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

nav a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0px 20px 20px 0px;
}

nav a:hover {
  border-bottom: #4682B4 2px solid;
}

nav a.current {
  color: #4682B4;
}

/* ID Styles */

#about {
  background: url('../img/vaulted cellar.jpg') no-repeat center center/cover;
  height: 72vh;
}

#change {
  background: url('../img/caterpillar.jpg') no-repeat center center/cover;
  height: 72vh;
}

#clients {
  background: url('../img/japan green.jpg') no-repeat center center/cover;
  height: 72vh;
}

#coaching {
  background: url('../img/triangle bldg.jpg') no-repeat center center/cover;
  height: 72vh;
}

#contact {
  background: url('../img/japan green.jpg') no-repeat center center/cover;
  height: 100vh;
}

#home {
  background: url('../img/trees light.jpg') no-repeat center center/cover;
  height: 72vh;
}

#main-flex {
  display: flex;
  background-color: #fff;
}

#resources {
  background: url('../img/japan green.jpg') no-repeat bottom center/cover;
  height: 60vh;
}

#services {
  background: url('../img/path in forest.jpg') no-repeat center center/cover;
  height: 72vh;
}

#strategy {
  background: url('../img/chess strategy.jpg') no-repeat center center/cover;
  height: 72vh;
}

#topics {
  background: url('../img/sf cablecar.jpg') no-repeat center center/cover;
  height: 60vh;
}

/* Color Classes */

.dodgerblue {
  color: dodgerblue;
}

.orange {
  color: #d76B00;
}

.grey {
  color: #6e7f80;
}

.light {
  color: #ccb9ac;
}

.dark {
  color: #333;
}

.blue {
  color: #4682B4;
}

.slate {
  color: #4682B4;
}

.red {
  color: #c72727;
}

/* Format Classes */

.btn-article {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  padding: 0px 6px;
  margin-left: 10px;
  color: #4682B4;
}

.blockquote {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 2rem;
  color: #4682B4;
  margin: 1rem 2rem;
  padding: 0 10%;
}

.caption {
  font-family: 'Quicksand', sans-serif;
  position: relative;
  top: 80%;
  align-items: center;
  padding: 0px 26%;
  font-size: 14px;
  color: #333;
}

.card {
  background: #fff;
  padding: 1em;
}

.clr {
  clear: both;
}

.container {
  margin: auto;
  overflow: auto;
  max-width: 1100px;
  padding: 0 20px;
}

.img-about {
  float: left;
  width: 200px;
  padding-right: 30px;
}

.img-about2 {
  float: left;
  width: 400px;
  padding-left: 0px;
}

.imgright {
  float: right;
  width: 400px;
  padding: 20px 0 0 20px;
}

.imgleft {
  float: left;
  width: 400px;
  padding: 20px 20px 20px 0;
}

.marqee {
  color: #4682B4;
  text-align: center;
}

/* Content Classes */

.about-main {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows;
  grid-gap: 20px;
  background-color: #fff;
  padding: 20px 12%;
}

.about-column1 p {
  grid-column: 1 / 1;
  font-size: 16px;
  font-weight: 300;
  color: #4682B4;
  line-height: 1.6em;
  padding: 0 30px 20px 20px;
}

.about-column1 h1 {
  font-size: 20px;
  grid-column:  1 / 1;
  line-height: 1.6rem;
  color: #727272;
  padding: 0 30px 20px 20px;
}

.about-column1 h2 {
  font-size: 16px;
  font-weight: 400;
  grid-column:  1 / 1;
  line-height: 1.6rem;
  color: #727272;
  padding: 0 30px 20px 20px;
}

.about-column2 p {
  grid-column: 2 / 2;
  font-size: 18px;
  font-weight: 200;
  line-height: 2.4rem;
  color: #727272;
  padding: 0 20px 20px 0px;
}

.about-column2 h1 {
  grid-column: 2 / 2;
  line-height: 1.8rem;
  color: #727272;
  font-size: 24px;
  padding: 20px 20px 20px 0px;
}

.about ul {
    line-height: 1.2em;
}

.about-title {
  top: 60%;
  width: 100%;
  position: relative;
  padding-left: 50px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 16px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
}

.article {
  font-family: 'Quicksand', sans-serif;
  text-align: left;
  height: 100%;
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 100px 20px 200px;
}

.article h2 {
  font-size: 24px;
  padding: 20px 0px;
  color: #4682B4;
}

.article h3 {
  font-size: 18px;
  color: #4682B4;
}

.article p {
  font-size: 16px;
  line-height: 1.8em;
  padding-bottom: 20px;
  color: #666;
}

.article ul {
  padding-left: 10px;
  color: var(--dark);
}

.article img {
  width: 300px;
}

.aside {
  color: #536872;
  padding: 30px 0 0 0px;
  font-family: 'Quicksand', sans-serif;
}

.aside h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.aside a {
  font-family: 'Quicksand', sans-serif;
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 18px;
  color: #333;
}

.contact {
  top: 50%;
  width: 100%;
  padding-right: 20px;
  position: relative;
  line-height: 1.2em;
  text-align: right;
  color: #f5f5f5;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.contact2 {
  top: 60%;
  width: 100%;
  padding-right: 20px;
  position: relative;
  line-height: 1.2em;
  text-align: right;
  color: #f5f5f5;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, min-content);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  width: 100%;
  text-align: center;
  align-content: space-around;
  justify-content: space-between;
  padding: 30px 20px 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.grid a {
  color: #333;
}

.item {
  padding-top: 0px;
}

.home {
  top: 50%;
  width: 100%;
  position: relative;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.home2 {
  top: 60%;
  width: 100%;
  position: relative;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.home p {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.home h2 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

.home h3 {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
}
.home a {
  font-size: 28px;
  font-weight: 500;
}

.lead-ul {
  padding-left: 50px;
  list-style: disc;
}

.logo {
  font-family: 'Quicksand', sans-serif;display: flex;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.logo h1 {
  align-items: center;
  padding-top: 10px;

}

.logo h2 {
  align-items: center;
  padding-top: 0px;
}

.main2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  font-family: 'Quicksand', sans-serif;
  margin-left: 40%;
  align-items: left;
  height: 100%;
  color: #333;
}

.main2 h2 {
  padding: 30px 0 0 0;
  font-size: 24px;
  font-weight: 500;
}

.main2 ul {
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  color: #34495E;
  text-decoration: none;
}

.resources {
  font-family: 'Quicksand', sans-serif;
  color: #333;
  line-height: 1rem;
  padding: 20px 20%;
}

.resources h2 {
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0;
  color: #34495E;
}

.resources p {
  font-size: 18px;
  font-weight: 200;
}

.resources a {
  font-size: 16px;
  line-height: 2rem;
}

.section {
  text-align: center;
  padding: 20px 80px;
  height: 280px;
}

.tag {
  font-family: 'Quicksand', sans-serif;
  position: relative;
  top: 80%;
  align-items: center;
  padding: 0px 15%;
  font-size: 16px;
  color: #333;
}

.text {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.text .border {
  background-color: #111;
  color: #fff;
  padding: 10px;
  margin: 0 50px;
  font-size: 18px;
}

.text .border.trans {
  background-color: transparent;
}

.text-right {
  text-align: right;
}

.title {
  line-height: 1.2em;
  text-align: center;
  color: #9AA297;
  font-size: 20px;
  font-family: 'Quicksand', serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-top: 20%;
}

.topics-main {
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: #fff;
}

.topics-main h1 {
  color: #ccc;
  font-size: 28px;
}

.topics p {
  color: #34495E;
  font-size: 18px;
  line-height: 2.4px;
}

.topicspic {
  background: #fff no-repeat center center/cover;
  margin: 40px 0px 0px 100px;
  width: auto;
}

.topics-blurb {
  height: auto;
  padding: 40px 100px 0px 40px;
}

.topics-blurb p {
  font-size: 18px;
  color: #333;
  padding-top: 0px;
  line-height: 1.5em;
}

.topics-blurb h2 {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 10px 0;
}
