/* main scss Document */
/*Base scss document*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rokkitt:wght@400;500;600&display=swap");
html body {
  font-size: 100%;
  font-family: "Nunito Sans", sans-serif;
  color: #45403E;
  scroll-behavior: smooth;
}

h1 {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 3.2rem;
}

h2 {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3rem;
}

h3 {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin: 20px 0px 13px 0px;
}

h4 {
  font-family: "Rokkitt", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}

h5 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 20px 0px 15px;
  padding: 0px;
}

h6 {
  font-weight: 600;
  font-size: 1rem;
  margin: 30px 0px 6px;
  padding: 0px;
}

body p {
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.onDark {
  color: #F5F3F2;
}

.introtext {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
}

.caption {
  font-style: italic;
  margin-top: 10px;
  color: #8D8686;
  width: 100%;
  text-align: center;
}

.alignleft {
  text-align: left;
}

.plusmarginbottom {
  margin-bottom: 30px;
}

.bodyLarge {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}

.bodyLargeBold {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.centretext {
  text-align: center;
}

.bgdcolor-investa {
  background-color: #2DCCD3;
}

.bgdcolor-lightinvesta {
  background-color: #D5F5F6;
}

.bgdcolor-ca {
  background-color: #00A3DD;
}

.bgdcolor-lightca {
  background-color: #E6F6FC;
}

.bgdcolor-service {
  background-color: #E31837;
}

.bgdcolor-lightservice {
  background-color: #FCEDEF;
}

.bgdcolor-pz {
  background-color: #00847D;
}

.bgdcolor-lightpz {
  background-color: #E6F3F2;
}

a {
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease-in;
  color: #FF7777;
}
a:hover {
  text-decoration: underline;
  color: #FF7777;
}

.material-symbols-outlined {
  padding-top: 8px;
  margin-left: 5px;
  vertical-align: top;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

/* Mixin Scss Document */
/*// Creates a wrapper for a series of columns
@include make-row();

// Make the element grid-ready (applying everything but the width)
@include make-col-ready();
@include make-col($size, $columns: $grid-columns);

// Get fancy by offsetting, or changing the sort order
@include make-col-offset($size, $columns: $grid-columns);*/
/* layout scss Document */
body {
  background-color: #FFF;
}

/* z icon top bar that's fixed*/
.topbar {
  height: 80px;
  border: 0px;
  border-top: 10px;
  border-color: #FF7777;
  border-style: solid;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 20%);
  position: fixed;
  z-index: 20;
}
.topbar .icon {
  padding-top: 10px;
}

/* used for every section of the homepage*/
.section {
  /*The centred content area within a section*/
}
.section .section-content {
  max-width: 1047px;
  margin: 0px auto 0px auto;
  padding: 30px 30px 0px 30px;
}

/*
-------------------------------------------------
HOMEPAGE
-------------------------------------------------
*/
/* first section on the homepage*/
.opener {
  height: 1800px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px 30px 0px 30px;
  z-index: 2;
}
.opener .openercontent {
  max-width: 800px;
  text-align: center;
  margin: 200px auto;
  align-items: center;
}
.opener .arrowposition {
  margin: 0px auto 40px auto;
}
.opener .line-under-title {
  background-color: #FF7777;
  height: 8px;
  width: 254px;
  margin: 40px auto;
}

.heroContainer {
  height: 1182px;
  width: 100%;
  overflow: hidden !important;
  margin-top: 600px;
  /* max-width: 2000px; */
  /* min-width: 1200px; */
  position: absolute;
  /* background-color: white; */
  z-index: -3;
}

.heroContent {
  background: url("../img/hero-image.svg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  height: 100%;
  overflow: hidden !important;
  margin: 0px auto;
  z-index: -3;
}

.extrablurb {
  max-width: 470px;
  z-index: 100;
  margin: 535px 32px 0px 32px;
  color: #F5F3F2;
  position: absolute;
}

.angledRectangle {
  background: url("../img/bgd-angle.svg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  position: absolute;
  top: 800px;
  z-index: -8;
  overflow: hidden !important;
  height: 0px;
  padding: 0;
  /* reset */
  padding-bottom: 75%;
}

.boxunderimage {
  background-color: #1B1C1B;
  width: 100%;
  height: 700px;
  position: absolute;
  top: 1200px;
  left: 0px;
  z-index: -5;
  overflow: hidden !important;
}

@media (min-width: 2000px) {
  .angledRectangle {
    top: 700px;
  }
}
@media (min-width: 2500px) {
  .angledRectangle {
    top: 620px;
  }
}
@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .boxunderimage {
    top: 1000px;
    height: 1000px;
  }
}
.bgdGrad1 {
  background: radial-gradient(50% 50% at 80% 70%, #E2BAE6 0%, transparent) no-repeat;
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 300px;
  z-index: -10;
  min-height: 800px;
}

.bgdGrad2 {
  width: 80%;
  height: 80%;
  position: absolute;
  right: 0px;
  top: 200px;
  background: radial-gradient(40% 40% at 70% 60%, #FF7777 0%, transparent) no-repeat;
  opacity: 0.3;
  z-index: -10;
  min-height: 800px;
}

/* second section on the homepage*/
.keys-skills {
  background: linear-gradient(180deg, #1B1C1B 0%, #917A7F 100%);
  min-height: 700px;
  overflow: hidden;
}
.keys-skills h2 {
  text-align: center;
  margin: 10px auto 30px;
}
.keys-skills .skillsbox {
  text-align: center;
  max-width: 800px;
  background-color: #181717;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  padding: 25px 0px;
}
.keys-skills .iconset {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
.keys-skills .iconset .skill-item {
  max-width: 180px;
  min-width: 100px;
}
.keys-skills .iconset .skill-item p {
  line-height: 1.2rem;
  font-weight: 400;
  color: #E5E5E5;
  font-family: "Nunito Sans", sans-serif;
  font-size: 90%;
}

/* third section on the homepage*/
.selection-work {
  margin: 0px;
  padding: 0px;
  background: linear-gradient(180deg, #917A7F 0%, #F8DCCE 100%);
  min-height: 800px;
}
.selection-work h2 {
  text-align: center;
  margin: 10px auto 30px;
}
.selection-work .additionalWork {
  margin-top: 25px;
  padding-bottom: 40px;
}
.selection-work .additionalWork a {
  color: #582683;
}

/* last section on the homepage*/
.about {
  background-color: #3A3634;
  overflow: hidden;
}
.about .profile-pic {
  margin-bottom: 20px;
}
.about .aboutbox {
  max-width: 800px;
  width: 100%;
  margin: 80px auto;
}
.about h2 {
  line-height: 1rem;
}
.about h4 {
  margin-bottom: 30px;
}
.about .pp {
  display: flex;
  flex-direction: row;
}
.about .mainrow {
  padding-bottom: 100px;
}
.about .blurb {
  margin-bottom: 50px;
  padding-right: 20px;
}
.about .row {
  padding-bottom: 15px;
}
.about .row img {
  max-width: 250px;
  padding-bottom: 15px;
}
.about .up-arrow {
  margin: auto;
  padding: 100px 0px 40px;
}
.about .up-arrow .text {
  text-align: center;
}

/*
-------------------------------------------------
CASE STUDY PAGES
-------------------------------------------------
*/
.case-page {
  background-color: #FFF;
  min-height: 100vh;
  z-index: 100;
  position: relative;
}

.case-container {
  max-width: 1300px;
  padding: 20px 40px 0px 40px;
}

/*the top section of the case study page*/
.case-part2 {
  background-color: #FFF;
  min-height: 100vh;
  position: relative;
}

.greyborder {
  border: 1px solid #E5E5E5;
}

.leftcolumn {
  padding-right: 50px;
}

.rightcolumn img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rightcolumn video {
  border: 1px solid #E5E5E5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.rightcolumn .vidguide {
  margin: 25px 0px 0px 0px;
  padding: 0px 5px;
}

/*.example-container {
    width: 800px;
    @include make-container();
}
.example-row {
    @include make-row();
}
.example-content-main {
    @include make-col-ready();

    @include media-breakpoint-up(sm) {
        @include make-col(6);
    }
    @include media-breakpoint-up(lg) {
        @include make-col(8);
    }
}
.example-content-secondary {
    @include make-col-ready();

    @include media-breakpoint-up(sm) {
        @include make-col(6);
    }
    @include media-breakpoint-up(lg) {
        @include make-col(4);
    }
}*/
/*
-------------------------------------------------
OLD
-------------------------------------------------
*/
/*


.m-button {
	display: block;
	padding: 0.5em;
	overflow: hidden;
	background-color: #4472B9;
	min-width: 92px;
	box-model: border-box;
	.txt {
		color: #eceff1;
		transition: background-color 0.15s ease-in;
	}
	&:hover {
		background-color: #3D67A6;
	}
}

code {
	font-weight: bold;
}

.m-type-display-1 {
	font-size: 2em;
	font-weight: 300;
	margin: 16px 0;
}
.m-type-sub-heading-1 {
	font-size: 1.13em;
	font-weight: 400;
	margin: 16px 0;
}
.m-type-heading-1 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 16px 0;
}
.m-lorem {
	background-color: #eceff1;
	display: inline;
}
.m-code {
	display: block;
	margin: 1.5em 0;
	padding: 1em;
	border-bottom: 1px solid #cfd8dc;
}
*/
/*.m-page {
	background-color: #eceff1;
	color: #263238;
}
.m-page--alt {
	background-color: #fff;
	color: #E18728;
}

.m-detail-layout {
	.m-aside {
		.aside_title {
			margin: 0;
			font-weight: normal;
		}
	}
}
.m-right-panel {
	.m-header {
		max-width: 43em;
	}
	.m-segment {
		.segment_content {
			max-width: 43em;
		}
	}
	.right-panel_top {
		border-bottom: 1px solid #cfd8dc;
	}
}
.m-breadcrumb {
	.breadcrumb_link {
		position: relative;
		top: -2px;
		font-size: 0.75em;
	}
	.m-type-display-1 {
		margin-top: 0;
	}
}
.m-highlight {
	background-color: #E18728;
	color: #eceff1;
	a {
		color: #eceff1;
		text-decoration: underline;
	}
}
@media screen and (min-width: 500px) {
	body {
		font-size: 1em;
	}
}
@media screen and (min-width: 768px) {
	.m-type-display-1 {
		font-size: 4em;
	}
	.m-detail-layout {
		padding-left: 110px;
		.m-aside {
			position: absolute;
			left: 0;
			width: 110px;
			.aside_title {
				position: fixed;
			}
			.m-button {
				display: block;
			}
		}
	}
}
@media screen and (min-width: 1024px) {
	.m-header {
		padding: 8.5em 8.5em 4.25em;
	}
	.m-segment {
		padding: 2.25em 8.5em;
	}
}*/
/* case study scss document */
html {
  scroll-behavior: auto;
}

.logocontainer {
  max-width: 1300px;
  padding: 0px 30px;
  width: 100%;
  margin: auto;
}

.logonav {
  height: 80px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 50;
}
.logonav .backbutton {
  transition: margin-left 0.4s;
  margin-left: 20px;
  color: #FF7777;
}
.logonav .backbutton .text {
  display: inline-block;
  padding-top: 4px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  margin-left: 10px;
}
.logonav .backbutton img {
  margin-top: 0px;
  margin-bottom: 5px;
  width: 25px;
}
.logonav:hover .backbutton {
  margin-left: 10px;
}

html:not([data-scroll="0"]) .logonav {
  box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.2);
}

.bottom-navstrip {
  padding-top: 50px;
}

.up-arrow {
  display: inline-block;
  float: right;
}
.up-arrow .text {
  padding-top: 4px;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
  font-family: "Nunito Sans", sans-serif;
}
.up-arrow img {
  margin-top: 0px;
  margin-bottom: 5px;
}

.pagetag {
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  padding: 1px 10px;
  margin: 100px 0px 4px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
}

.details-strip {
  padding: 0px 0px 20px;
  margin: 50px 0px 10px;
}

.result-strip {
  padding: 30px 0px 20px;
  margin: 100px 0px 0px;
  background-color: #F5F3F2;
}

.contact-strip {
  padding: 15px 0px 25px;
  margin: 0px;
  background-color: #181717;
  height: 100px;
}

.dot {
  height: 6px;
  width: 6px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  margin: 10px 15px 0px;
}

.builtby {
  color: #B4B0AF;
  float: right;
}

.detail a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #FF7777;
}
.detail a:hover {
  color: #FF7777;
  text-decoration: underline;
}
/* home scss Document */
html {
  scroll-behavior: smooth;
}

/* components scss Document */
/* Large */
.downarrow {
  height: 60px;
  width: 60px;
  background-color: rgba(196, 196, 196, 0.1);
  border-radius: 50%;
  background-image: url("../img/downarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s ease-in;
}
.downarrow:hover {
  background-color: rgba(196, 196, 196, 0.2);
}

.worktile {
  background-color: #FFF;
  color: #45403E;
  margin: 10px 0 10px 0;
  padding: 0;
  display: grid;
  transition: background-color 0.1s ease-in;
  grid-template-columns: 14px 160px 0.6fr 0.5fr 0.5fr;
  grid-template-rows: auto auto;
  grid-template-areas: "sideline pic title title title" "sideline pic client role role";
}
.worktile .sideline {
  grid-area: sideline;
}
.worktile .pic {
  grid-area: pic;
  background-repeat: no-repeat;
  background-image: cover;
  margin: 15px 0px 0px 15px;
}
.worktile .title {
  grid-area: title;
  padding: 10px 0px 0px 20px;
}
.worktile .client {
  grid-area: client;
  padding: 20px;
}
.worktile .role {
  grid-area: role;
  padding: 20px;
}
.worktile:hover .title {
  text-decoration: underline;
}

.worktile-set {
  max-width: 800px;
  margin: auto;
}
.worktile-set a:hover {
  text-decoration: none;
}

.CA .sideline {
  background-color: #00A3DD;
}
.CA .pic {
  background-image: url("../img/casestudy_CA.svg");
}
.CA:hover {
  background-color: #E6F6FC;
}

.binder .sideline {
  background-color: #2DCCD3;
}
.binder .pic {
  background-image: url("../img/casestudy_binder.svg");
}
.binder:hover {
  background-color: #EAFAFB;
}

.service .sideline {
  background-color: #E31837;
}
.service .pic {
  background-image: url("../img/casestudy_service.svg");
}
.service:hover {
  background-color: #FCEDEF;
}

.pz .sideline {
  background-color: #00847D;
}
.pz .pic {
  background-image: url("../img/casestudy_pz.svg");
}
.pz:hover {
  background-color: #E6F3F2;
}

/* Medium screens */
/* Small screens */
@media all and (max-width: 500px) {
  .worktile {
    grid-template-columns: 14px 0px 1fr 1fr 0px;
  }
}/*# sourceMappingURL=main.css.map */