
/*
=========================================
	Font Import
=========================================
*/

@font-face {
  font-family: 'Manrope';
  font-style:  normal;
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style:  normal;
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style:  normal;
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style:  normal;
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Manrope';
  font-style:  normal;
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
}

html {
  font-family: 'Manrope', 'Helvetica Neue', Helvetica, sans-serif;
}


/*
=========================================
	Base Styles
=========================================
*/

body {
	font-size: 16px;
  text-decoration: none;
  /* -webkit-font-smoothing: subpixel-antialiased; */
  -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

b {
  font-weight: 900;
}


ul {
  margin: 0;
  margin-left: 0px;
  padding: 0;
  list-style: none;
}

h1 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: -0.03em;
  display: inline;
}

h2, h3, h4 {
  font-weight: 800;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}

h5, h6 {
  font-weight: 700;
  font-style: normal;
  line-height: 1.6em;
  letter-spacing: -0.02em;
}

p {
	font-style: normal;
  font-weight: 500;
	line-height: 1.8em;
  letter-spacing: -0.01em;
}

p.large {
  font-weight: 500;
}


.article-list {
	font-style: normal;
  font-weight: 500;
	line-height: 2em;
  letter-spacing: -0.01em;
}

button,
#mobile-nav-options a,
#nav-options a {
	font-weight: 700;
	font-style: normal;
  /* letter-spacing: 0.02em; */
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

button {
	letter-spacing: 0.03em;
}

p.guide-label,
p.guide-label-large {
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.4em;
}

p.overview {
  font-weight: 400;
}

.article-list {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 32px;
}

.article-list li {
  list-style-position: inside;
}

p.image-caption {
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.4em;
}

p.email {
  position: fixed;
  display: block;
  top: -1000px;
  left: -1000px;
  font-size: 0.75em;
  background-color: #FFF;
  font-family: sans-serif;
}

p.info {
  font-weight: 600;
  line-height: 1.6em;
}

#scroll-tip {
  font-weight: 600;
}


/*
=========================================
	Links
=========================================
*/

.white-bg a.text-link:link {
  color: #FA3D17;
  color: #662cfb;
  color: #777;
  border-bottom: none;
  font-weight: 500;
}

.white-bg a.text-link:visited{
  color: #BC3115;
  color: #662cfb;
  color: #666;
}

.white-bg a.text-link:hover{
  color: #FA3D17;
  color: #662cfb;
  color: #777;
  padding-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.white-bg a:active {
  color: #FA3D17;
}

.info a:link {
  color: #FA3D17;
  color: #7842ff;
  color: rgba(255,255,255,0.4);
  border-bottom: none;
}

.info a:visited {
  color: #B32E14;
  color: #7842ff;
  color: rgba(255,255,255,0.4);
}

.info a:hover {
  color: #FF3B14;
  color: #7842ff;
  color: rgba(255,255,255,0.6);
  padding-bottom: 0px;
  border-bottom-width: 1.5px;
  border-bottom-style: solid;
}

.info a:active {
  color: #7842ff;
  color: rgba(255,255,255,0.4);
}


/* .info a:link {
  color: rgba(255,255,255,0.4);
  padding-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.info a:visited {
  color: rgba(255,255,255,0.4);
}

.info a:hover {
  color: rgba(255,255,255,0.55);
}

.info a:active {
  color: rgba(255,255,255,0.3);
} */




/*
=========================================
	Section Coloring
=========================================
*/

.white-bg h1,
.white-bg h2,
.white-bg h3,
.white-bg h4,
.white-bg h6 {
	color: rgba(0,0,0,1);
}

.white-bg h5 {
	color: rgba(0,0,0,0.3);
}

.white-bg p,
.white-bg .article-list {
	color: rgba(0,0,0,0.9);
}

.white-bg p.image-caption {
  color: rgba(0,0,0,0.3);
}

.white-bg h6 {
	color: rgba(0,0,0,1);
}

.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h6,
#mobile-cart-button span {
	color: rgba(255,255,255,1);
}



.black-bg h5 {
	color: rgba(255,255,255,0.3);
}

.black-bg p.xxlarge,
.black-bg p.xlarge,
.black-bg p.large,
.black-bg p,
.black-bg p.small{
	color: rgba(255,255,255,0.9);
}

p.info {
  color: rgba(255,255,255,0.4);
}

#scroll-label p {
  color: rgba(255,255,255,0.35);
}


/*
=========================================
	Hero gradient
=========================================
*/

.gradient-text {
  background: linear-gradient(to right, #B44CED 0%, #FD518F 50%, #E78031 100%);
	background-clip: text;
  -webkit-background-clip: text;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/*
=========================================
	Mobile Portrait
	< 374px
	- iPhone SE
=========================================
*/

h1 {
  font-size: 7.2vw;
	margin-bottom: 76px;
}

h2 {
	font-size: 12vw;
	margin-bottom: 12px;
}

h3 {
	font-size: 1.875em;
  font-size: 2em;
  /* font-size: 1.75em; */
  /* font-size: 1.625em; */
  /* font-size: 1.5em; */
  /* font-size: 7.6vw; */
	margin-bottom: 22px;
}

h3.link-button-h3 {
  font-size: 5.6vw;
  margin-bottom: 0px;
}

h4 {
	font-size: 1.375em;
	margin-bottom: 16px;
}

h4#logo-name {
  font-size: 1.375em;
  font-size: 1.3125em;
  /* font-size: 1.4375em; */
  /* font-size: 5.4vw; */
}

/* .experience h4,
.education h4,
.skills h4,
.tools h4 {
	margin-bottom: 32px;
} */

.about-text h4 {
  margin-bottom: 32px;
}

h3.article-section-header {
  margin-top: 14px;
}

h4.article-section-header {
  margin-top: 48px;
}

#cart-title {
	margin-bottom: 0px;
}

h5 {
	font-size: 1.25em;
  /* font-size: 1.0625em; */
  /* font-size: 1em; */
  /* font-size: 1.25em; */
  /* font-size: 4.3vw; */
	margin-bottom: 4px;
  /* margin-bottom: 4.6vw; */
}

h5.link-button-h5 {
  font-size: 4.1vw;
  margin-bottom: 0.2vw;
}

h6 {
	font-size: 1.0625em;
	margin-bottom: 8px;
}

#nav-options a,
#mobile-nav-options a,
button {
	font-size: 0.8125em;
  /* font-size: 1.125em; */
  /* font-size: 1.0625em; */
  /* font-size: 1em; */
  font-size: 0.875em;
}

/* #mobile-nav-options a {
  font-size: 1.5em;
} */

p.xxlarge {
	font-size: 1.375em;
	margin-bottom: 16px;
}

p.xlarge {
	font-size: 1.125em;
	margin-bottom: 16px;
}

p.large {
	font-size: 1em;
  /* font-size: 1.0625em; */
	margin-bottom: 16px;
}

p {
	font-size: 1em;
  margin-bottom: 14px;
}

p.image-caption {
  font-size: 0.875em;
  margin-bottom: 2.2em;
}

p.guide-label {
  font-size: 5.1vw;
}

p.guide-label-large {
  font-size: 6vw;
  line-height: 1.5em;
}

p.overview {
  font-size: 1.125em;
  margin-bottom: 34px;
}

p.article-paragraph {
  margin-bottom: 12px;
}

p.info-label {
	font-size: 1em;
}

/* .experience-header {
  margin-bottom: 0px;
} */

.experience-header p {
  margin-bottom: 0px;
}

.experience-header .main {
  margin-bottom: 2px;
}

p.info {
  font-size: 0.875em;
}

#scroll-label p.large {
	font-size: 1.25em;
}

#scroll-tip {
  font-size: 0.875em;
  /* font-size: 0.8125em; */
}



/*
=========================================
	Mobile Landscape
	568px > 768px
	- iPhone 8
	- iPhone 8 Plus
=========================================
*/

@media screen and (min-width: 568px)
							and (max-height: 500px)
							{

	h1 {
		/* font-size: 2em; */
    font-size: 1.875em;
		margin-bottom: 40px;
	}

  h2 {
		font-size: 3.25em;
	}

  h3.link-button-h3 {
    font-size: 1.5em;
  }

  h5.link-button-h5 {
    font-size: 1.125em;
  }

  p.guide-label {
    font-size: 1.375em;
  }

  .experience-header p {
    margin-bottom: 0px;
  }

  .experience-header .main {
    margin-bottom: 10px;
  }

  p.guide-label-large {
    font-size: 1.5em;
    line-height: 2em;
  }

	h4 {
		font-size: 1.5em;
		margin-bottom: 0px;
	}

  h4.article-section-header {
    margin-bottom: 16px;
  }

  .gradient-text {
    background: linear-gradient(to right, #B44CED 0%, #FD518F 50%, #E78031 100%);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }

}

/*
=========================================
	Tablet Portrait
	768px > 1024px
=========================================
*/

@media screen
			and (min-width: 676px)
			and (min-height: 500px) {

	h1 {
 		/* font-size: 3.375em; */
    font-size: 3.25em;
    font-size: 3.125em;
    /* font-size: 3em; */
 	}

 	h2 {
 		font-size: 4.25em;
 		margin-bottom: 20px;
 	}

 	h3 {
 		font-size: 2.5em;
 		margin-bottom: 14px;
 	}

  h3.link-button-h3 {
    font-size: 1.75em;
    margin-bottom: 0px;
  }

  h3.article-section-header {
    margin-bottom: 22px;
  }

 	h4 {
 		font-size: 1.5em;
 		margin-bottom: 16px;
 	}

  h4#logo-name {
    font-size: 1.5em;
    font-size: 1.4375em;
    /* font-size: 1.375em; */
  }

  .about-text h4 {
    margin-bottom: 30px;
  }

  h4.article-section-header {
    font-size: 1.625em;
    margin-top: 52px;
    margin-bottom: 16px;
  }

 	h5 {
    font-size: 1.375em;
 		margin-bottom: 24px;
 	}

  h5.link-button-h5 {
    font-size: 1.125em;
    margin-bottom: 0px;
  }

 	h6 {
 		font-size: 1.25em;
 		margin-bottom: 8px;
 	}

  h6.article-section-header {
    font-size: 1.125em;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  #mobile-nav-options a,
  #nav-options a,
 	button {
     font-size: 0.8125em;
 	}

  #nav-options a {
     font-size: 0.8125em;
  }

  p.xxlarge {
  	font-size: 2em;
  	margin-bottom: 32px;
    line-height: 1.5em;
  }

  p.xlarge {
  	font-size: 1.125em;
  	margin-bottom: 1.125em;
  }

 	p.large {
 		font-size: 1.0625em;
    font-size: 1em;
 		margin-bottom: 20px;
 	}

  p.guide-label {
    /* font-size: 1.625em; */
    font-size: 1.75em;
  }

  p.guide-label-large {
    font-size: 2em;
    line-height: 2.2em;
  }

 	p {
 		font-size: 1em;
    margin-bottom: 16px;
 	}

  p.small {
    font-size: 0.875em;
    margin-bottom: 16px;
  }

  p.overview {
    font-size: 1.25em;
    margin-bottom: 32px;
  }

  p.article-paragraph {
    margin-bottom: 16px;
  }

  .experience-header p {
    margin-bottom: 0px;
  }

  .experience-header .main {
    margin-bottom: 6px;
  }



  .gradient-text {
    background: linear-gradient(to right, #B44CED 0vw, #FD518F 30vw, #E78031 80vw);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }

}

/*
=========================================
	Tablet Landscape
=========================================
*/

@media screen and (min-width: 1023px) {

  h1 {
    font-size: 3.375em;
    /* font-size: 3.5em; */
    /* font-size: 3.25em; */
    /* margin-bottom: 40px; */
  }

  h4#logo-name {
    font-size: 1.5em;
    font-size: 1.375em;
  }

  .gradient-text {
    background: linear-gradient(to right, #B44CED 0%, #FD518F 50%, #E78031 100%);
    background: linear-gradient(to right, #CCFF00 0%, #CCFF00 50%, #CCFF00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  }

}

/*
=========================================
	Desktop
=========================================
*/

@media screen and (min-width: 1441px)
							and (orientation : landscape) {

		h1 {
	 		font-size: 3.75em;
	 		/* margin-bottom: 160px; */
	 	}

		h2 {
			font-size: 4.5em;
			margin-bottom: 22px;
		}

    h3 {
   		font-size: 2.675em;
   		margin-bottom: 16px;
   	}

    h4#logo-name {
      font-size: 1.5em;
      /* font-size: 1.375em; */
    }

    p.guide-label {
      /* font-size: 1.625em; */
      font-size: 1.875em;
    }

}
