
@charset "utf-8";

@import "./theme.css";

@font-face {
  font-family: 'Helvetica-Light';
  src: url('../fonts/Helvetica-Light.otf') , url('../fonts/Helvetica-Light.woff') format('woff'), url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Light';
  src: url('../fonts/Helvetica-Bold.otf') , url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Antonio-Light';
  src: url('../fonts/Antonio-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Antonio-Regular';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: var(--white-1);
  border: none;
}
section#wrapper {
  color: var(--black-2); /* overwrite general.css*/
  border: 1px solid var(--brown-2);
  border-top: none;
}
section#homepage {
  background: var(--white-1); /* overwrite general.css */
}
section#top {
  border: 1px solid var(--brown-2);
  border-bottom: none;
  border-top: none;
  width: 960px;
}
.mainsection h3 { /* overwrites */
    font-size: 0;
    color: var(--black-2);
    padding: 0;
    border-bottom: none;
}

header nav ul li a.active {
  color: var(--brown-1); /* overwrites general.css*/
}

header nav ul li a:hover {
  color: var(--yellow-1); /* overwrites general.css*/
}
header nav ul li a {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 1.2rem;
}
header nav ul li:last-child a {
  border-right-width: 0px;
}

footer {
  background: var(--brown-2); /* overwrites general css*/
}
footer p, footer p a {
  font-size: 12px;
  font-family: 'Helvetica-Light';
  color: var(--black-2);
  line-height: 18px;
}
footer p a:hover {
  color: var(--yellow-1);
}
footer p a:visited {
  color: var(--yellow-4);
}

footer p {
  padding: 20px;
}
a {
  text-decoration: none;
  border: none;
}
a:hover {
  color: var(--yellow-3)0;
}
a:visited {
  color: var(--brown-4);
}



.about .mainsection h2 {
  padding: 40px 40px 20px 40px;
  font-size: 20px;
  color: var(--black-2);
  font-family: 'Helvetica';
}

p {
  font-family: 'Helvetica';
}

.headerTall {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 2.3rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
}

.indexHeader {
  display:inline-block;
  color: var(--brown-5);
  margin: 0 0 90px 65px;
}

#benefitsHeader {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  display:inline-block;
  color: var(--yellow-2);
  margin: 0 0 12px 65px;
}

section#benefits .headerTall {
  margin: 0 0 12px 65px;
  font-size: 1.8rem;
}

.benefit-image {
  width:calc(33% - 130px/3);
  display:inline-block;
  vertical-align:top;
}
.benefit-image:nth-of-type(1) {
  margin-left: 65px;
}
.benefit-image:nth-of-type(3) {
  margin-right: 65px;
}
.benefit-image img {
  width: 80%;
  margin: 0 auto 24px auto;
  display: block;
}
.benefit-image h2, .arrow-box h2  {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  text-align: center;
}
.benefit-image p  {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1rem;
  text-align: center;
  padding: 0 12px;
}

.arrow-quote-box {
  background: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(100% - 130px);
  display: block;
  margin: 0 auto;
  height: 125px;
  padding: 60px 40px 60px 40px;
  margin-bottom: 20px;
}
.arrow-quote-box p {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 12px;
  line-height: 2rem !important;
}

.arrow, .arrow-box {
  display:inline-block;
  vertical-align: middle;
}

.arrow-box {
  width: calc((100% - 8px*5)/6);
}
.arrow-box h2 {
  margin: 0;
  padding: 18px 0;
  vertical-align: middle;
}
.arrow {
  height: 67px;
}
.arrow div {
  margin: 26px 0;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid green;
}

.arrow-box:nth-of-type(1) {background: var(--yellow-1);}
.arrow-box:nth-of-type(1) h2 {color: var(--brown-3);}
.arrow:nth-of-type(2) {background: var(--yellow-2);}
.arrow:nth-of-type(2) div {border-left-color: var(--yellow-1);}
.arrow-box:nth-of-type(3) {background: var(--yellow-2);}
.arrow-box:nth-of-type(3) h2 {color: var(--brown-4);}
.arrow:nth-of-type(4) {background: var(--yellow-4);}
.arrow:nth-of-type(4) div {border-left-color: var(--yellow-2);}
.arrow-box:nth-of-type(5) {background: var(--yellow-4);}
.arrow-box:nth-of-type(5) h2 {color: var(--black-1);}
.arrow:nth-of-type(6) {background: var(--brown-6);}
.arrow:nth-of-type(6) div {border-left-color: var(--yellow-4);}
.arrow-box:nth-of-type(7) {background: var(--brown-6);}
.arrow-box:nth-of-type(7) h2 {color: var(--white-1);}
.arrow:nth-of-type(8) {background: var(--brown-7);}
.arrow:nth-of-type(8) div {border-left-color: var(--brown-6);}
.arrow-box:nth-of-type(9) {background: var(--brown-7);}
.arrow-box:nth-of-type(9) h2 {color: var(--yellow-5);}
.arrow:nth-of-type(10) {background: var(--brown-4);}
.arrow:nth-of-type(10) div {border-left-color: var(--brown-7);}
.arrow-box:nth-of-type(11) {background: var(--brown-4);}
.arrow-box:nth-of-type(11) h2 {color: var(--yellow-6);}
.arrow:nth-of-type(12) div {border-left-color: var(--brown-4);}

#whatisIMC h2 {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 2.3rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  margin: 60px 0 30px 65px;
}

#whatisIMC p {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1rem;
  margin: 0 65px;
  text-align: justify;
}

.icon-point {
  margin: 40px 65px 0 65px;
}
.icon-point h4 {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1.2rem;
  font-weight: bold;
}
.icon-point img {
  vertical-align: middle;
  display:inline-block;
  max-width: calc(20%);
  width: 117px;
  margin: 0 calc((20% - 117px)/2);
}
.icon-point div {
  vertical-align: middle;
  display:inline-block;
  width: calc(80% - 5px);
}
#whatisIMC .icon-point p {
  margin: 0;
}
.icon-point:last-of-type {
  margin-bottom:70px;
}


.greenTopBorder {
  border-top: 1px solid var(--yellow-7);
  padding-top:8px;

}

section#homepage {
  background: url(../images/mainBackground.jpeg);
  width: 960px;
  height: 1200px;
  background-repeat: no-repeat;
  background-size: 100%;
}

section#benefits {
  width: 960px;
  background: url(../images/inside01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 200px;
}
section#about {
  width: 960px;
  padding-top: 0px;
}

.about-background {
  background: url(../images/back01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* #head-banner p {
  margin: 0 0 28px 65px;
  width: 250px;
} */

div.mainsection {
  padding: 0;
    font-size: 16px;
    font-family: 'Helvetica-Bold';
    line-height: 1.4em;
}

.black-quote {
  background: var(--black-2);
  color:var(--white-1);
}

.black-quote .large-quote {

}

#logo {
  width: 40%;
  margin: 60px 0 0 60px;
}

#about .mainsection h2, #profile-section h2 {
  padding: 0;
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  margin: 0px 0 30px 65px;
}
#profile-section h2 {
  padding-top: 0;
}

.p-container:nth-of-type(1) {
  margin-left:65px;
  margin-right:20px;
}
.p-container:nth-of-type(2) {
  margin-right:65px;
  margin-left:20px;
}

.p-container {
  width: calc(50% - 85px - 3px);
  display: inline-block;
  vertical-align: top;
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1rem;
  margin-bottom: 65px;
  text-align: justify;
}

.black-quote p {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 1.1rem;
  letter-spacing: .07rem;
  margin: 28px 0px;
  width: calc(70% - 3px);
  display: inline-block;
  color: var(--yellow-2);
}
.black-quote *::selection, .black-quote *::-moz-selection {
  background: none;
}
.black-quote p.large-quote {
  width: calc(15% - 3px - 40px);
  margin: 0;
  font-size: 5rem;
  font-family: 'Helvetica';
  vertical-align: middle;
  padding: 0 20px;
}
.black-quote p.large-quote:nth-of-type(1) {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.black-triangle {
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid black;
  border-bottom: 30px solid transparent;
  border-right: 40px solid transparent;
  border-left: 40px solid black;

}

#profile-section {
  padding-bottom: 65px;
  background: url(../images/back01-2.jpg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 100% 100%;
}

#profile-section.mainsection h3 {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 1.2rem;
  font-weight: bold;
}
.profile {
  margin:0 65px 40px 65px;
}

.profile h3 span {
  color: var(--yellow-2);
  font-weight: bold;
  padding: 0 14px;
}

.profile img {
  vertical-align: top;
  width: calc(25% - 4px);
  display: inline-block;
  border: 5px solid var(--yellow-2);
}

.profile div {
  vertical-align: top;
  width: calc(75% - 4px - 40px);
  display: inline-block;
  padding-left: 30px;
}

.profile p {
  font-family: 'Helvetica-Light', Helvetica;
  font-size: 0.9rem;
  text-align: justify;
}

.profile #side-note {
  float: right;
  width: 100%;
}
.profile #side-note h2 {
  text-transform: uppercase;
  text-align: right;
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-weight: bold;
  margin: 30px 0 10px 0px;
}
.profile #side-note p {
  text-align: right;
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.profile:last-of-type {
  margin-bottom: 0;
}

.header-ball-img {
  background: url(../images/ball.png);
  background-position: 91% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

#about .about-background {
  padding-top: 40px;
}

#preview-imgs {
  margin-bottom:40px;
}

.third {
  vertical-align: top;
  display: inline-block;
  width: calc(33% - 2px - 10px*2);
  padding: 0 10px;
}

.third a {
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.third img {
  max-width: 100%;
}

.third a:hover {
  background-color: var(--brown-2);
}

.third img:hover {
  filter: grayscale(20%) opacity(50%);
}

#preview-imgs h2 {
  font-family: 'Antonio-Light', 'Antonio-Regular', Georgia;
  font-size: 2.3rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  margin: 0px 0 30px 65px;
}
