/* TEXT STYLING */
html, body {
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    margin:0;
    padding:0;
}

h1 {
  font-family: 'Patua One', cursive;
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  opacity: 0.9;
  font-weight: 550;
  margin-bottom: 8px;
}

h3 {
  font-family: 'Patua One', cursive;
  font-size: 20px;
  opacity: 0.9;
  font-weight: normal;
}

h4 {
  opacity: 0.7;
  font-weight: 400;
}

p {
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0.8;
}

.minilist {
  font-size: 12px;
  font-family: 'Roboto';
  opacity: 0.5;
  font-weight: 400;
}

.pink {
  color: #EB2576;
  font-weight: bold;
}

.intro h1 {
  font-size: 54px;
}

.intro h2 {
  font-size: 24px;
}

.huge {
  font-size: 100px;
  position: absolute;
  left: 8%;
  top: 23%;
  font-family: Arial, serif;
}



/* SECTIONS AND PANELS */
.intro {
  color: #FFFFFF;
}

.columnleft {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  height: inherit;
  opacity: 0.1;
}

.columnright {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  height: inherit;
  opacity: 0.1;
}

.process {
  color: #444444;
}

.circle {
  background-color: #EB2576;
  border-radius: 50px;
  color: white;
  width: 30px;
  height: 27px;
  display: inline-block;
  margin-right: 12px;
  font-weight: bold;
  font-family: 'Patua One';
  font-size: 20px;
  padding-top: 3px;
}

.image3 { /* section with 3 images */
  width: 69%;
  margin: 0 auto 0 auto;
  display: inline-block;
  max-width: 1024px;
}

.box3 {
  display: inline;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 36px 40px 36px;
}

.image4 { /* section with 4 images */
  width: 80%;
  margin: 0 auto 0 auto;
  display: inline-block;
  max-width: 1024px;
}

.box4 {
  display: inline;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 24px 0 24px;
}

/* ICONS AND IMAGES */
img {
  padding: 20px 0 20px 0;
  width: 120px;
  height: 120px;
}

.hintblock {
  margin-right: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hint {
  width: 150px;
  text-align: center;
  font-size: 12px;
  color: black;
  opacity: 0.4;
}

.arrow_down {
  opacity: 0.5;
  height: 24px;
}

.arrow_up {
  opacity: 0.5;
  transform: scaleY(-1);
  position: absolute;
  top: 20px;
  height: 24px;
}

.applyimg {
  width: 60px;
  height: 60px;
}

/* QUOTES */
.light { /* light background color */
  background-color: #21AFC1;
}

.medium { /* medium background color */
  background-color: #02808E;

}

.dark { /* dark background color */
  background-color: #015C66;
}

.quoterow {
  width: 70%;
  margin: 0 auto 0 auto;
}

.quote {
  display: inline;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  height: 20vh;
  color: white;
  position: relative;
}

.text {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  margin: 0 10% 0 10%;
}

.quote h3 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: 'Roboto', sans-serif;
}

.quote strong {
  font-style: italic;
}

.quote p {
  font-size: 10px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
