/* Generated by less 3.11.1 */
/* Colors lighter than original */
/* Colors darker than original */
/* Black and white */
/* Styles headings */
/* Styles links */
/* Styles buttons */
/* Gives buttons a shadow */
/* Gradient with two colors */
/* Turns button into clickable bar */
/* Styles copyright info */
/* Styles page wrapper to 80% width of page */
/* Drop shadow for text */
/* Expands text */
/* 65% Transparency */
/* Underlines and italicizes text */
/* Bolds and all-caps text */
/* Flips image */
/* Impact font */
/* Shadow for text */
/* Creates pointer cursor */
/* Rounds borders */
/* Makes image black & white */
.playwrite-cu-header {
  font-family: "Playwrite CU", cursive;
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background-color: #76939e;
}
.flex-wrapper {
  display: flex;
  min-height: 85vh;
  flex-direction: column;
  justify-content: space-between;
}
h1 {
  font-family: "Playwrite CU", cursive;
}
h1,
h2 {
  text-align: center;
}
h1 {
  font-size: 3.5em;
  color: #f8f7e5;
  padding: 4.5em 0 0;
}
h2 {
  color: #254E58;
}
h3 {
  font-size: 2em;
  color: #254E58;
  font-size: 2.4em;
  padding: 1em 0 0.8em 0.5em;
}
.homeHero {
  background-color: #76939e;
  height: 812px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.homeHero h1 {
  font-size: 2em;
}
.homeHero h2 {
  font-size: 1em;
  padding-top: 1em;
}
.homeHero h4 {
  font-weight: bold;
}
.homeHero #socialMedia {
  display: block;
  text-align: center;
  font-size: 1.5em;
  height: auto;
  position: relative;
  /* Social media icons */
}
.homeHero #socialMedia .fab,
.homeHero #socialMedia .fas {
  font-size: 1.2em;
  text-decoration: none;
  color: #ff834f;
  margin: 0.5em;
  padding-top: 0.4em;
}
.homeHero #socialMedia .fab:hover,
.homeHero #socialMedia .fas:hover {
  color: #e84500;
}
.homeHero #socialMedia .fab:visited,
.homeHero #socialMedia .fas:visited {
  color: #ffcbb5;
}
nav {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  float: right;
}
nav ul {
  list-style-type: none;
  padding-bottom: 1.5em;
}
nav .nav-item {
  padding: 0.8em;
}
nav .nav-link {
  text-decoration: none;
  font-size: 0.8em;
  color: #ff834f;
  font-weight: bold;
}
nav .nav-link:hover {
  color: #e84500;
}
nav .nav-link:visited {
  color: #ffcbb5;
}
/* Styling the menu button */
.menu-btn {
  position: absolute;
  z-index: 3;
  right: 1em;
  top: 1.3em;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
/* Styling the hamburger lines */
.menu-btn .btn-line {
  width: 1.7em;
  height: 0.18em;
  margin: 0 0 0.3em 0;
  transition: all 0.5s ease-out;
  background-color: #ff834f;
}
/* Adding tranform to the X */
.menu-btn.close {
  transform: rotate(180deg);
}
/* Styling the three lines 
    to make it an X */
.menu-btn.close .btn-line:nth-child(1) {
  transform: rotate(45deg) translate(0.3em, 0.3em);
}
.menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}
.menu-btn.close .btn-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.43em, -0.37em);
}
/* Styling the position of the menu icon */
.menu {
  top: 0;
  width: 100%;
  opacity: 0.9;
  visibility: hidden;
}
.menu.show {
  visibility: visible;
}
/* Adding a transition delay to the
4 items in the navigation menu*/
.nav-item:nth-child(1) {
  transition-delay: 0.4s;
}
.nav-item:nth-child(2) {
  transition-delay: 0.3s;
}
.nav-item:nth-child(3) {
  transition-delay: 0.2s;
}
.nav-item:nth-child(4) {
  transition-delay: 0.1s;
}
/* Scroll to top button */
#scrollToTop {
  display: inline-block;
  color: #ff834f;
  position: fixed;
  cursor: pointer;
  left: 90%;
  top: 2%;
  z-index: 10000;
  visibility: hidden;
  font-size: 2em;
}
#scrollToTop:hover {
  color: #e84500;
}
#scrollToTop.show {
  visibility: visible;
}
main {
  line-height: 1.5em;
  /* Portfolio Cards */
  /* Contact form success page 
	#contactSuccess {
		height: 100%;
		h1 {
			color: @lightColor;
			padding: 1.5em 0 0.8em 0;
			text-shadow: 0.1rem 0.1rem 1rem;
			animation: none;
		}

		h3,
		p {
			color: @lightColor;
			padding: 0.5em 1.5em;
		}
		h3 {
			font-size: 1em;
			font-weight: normal;
			font-family: "Montserrat", sans-serif;
			text-align: center;
			padding-bottom: 3em;
		}
		p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.ghost-button {
			margin: 5em 3em;
			color: @lightColor3;
			border: solid 1px @lightColor3;
			font-size: 1em;
			&:hover {
				color: @color3;
				border-color: @color3;
				transition: border-color 0.4s ease-in, color 0.4s ease-in;
			}
			&:visited {
				color: @lighterColor3;
				border-color: @lighterColor3;
			}
		}
		.center {
			display: flex;
			justify-content: center;
		}
	}*/
}
main #intro {
  background-color: #b2c2c8;
}
main #intro .welcomeText {
  font-variant: all-small-caps;
  text-align: center;
  color: #254E58;
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 0.7em 1.2em 1.4em 1.2em;
}
main #intro .welcomeText:first-of-type {
  line-height: 1.6em;
  font-size: 2em;
  padding: 0.7em 0.7em 0 0.7em;
}
main #wrapper {
  background-color: #f8f7e5;
}
main #wrapper #about #welcome h3 {
  font-size: 2em;
  padding: 1em 0 0.3em 0.5em;
}
main #wrapper #about #welcome #aboutText {
  font-size: 1.2em;
  line-height: 140%;
  padding: 1em;
  color: #4F4A41;
}
main #wrapper #about #welcome #aboutText a {
  color: #ff834f;
  text-decoration: none;
  font-weight: 600;
}
main #wrapper #about #welcome #aboutText a:hover {
  color: #e84500;
}
main #wrapper #about #welcome #aboutText a:visited {
  color: #ffcbb5;
}
main #portfolio {
  background-color: #76939e;
}
main #portfolio h3 {
  font-size: 2em;
}
main #small-btn1 {
  margin: 1em 0.5em 1em 1em;
}
main #small-btn2 {
  margin: 1em 1em 1em 0.5em;
}
main a.btn,
main a.writing-btn {
  font-family: "Montserrat", sans-serif;
  color: #4F4A41;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.1s 0s ease-out;
  width: 12.5em;
  cursor: pointer;
  text-align: center;
  outline: none;
  border-radius: 0.3em;
  font-variant: all-small-caps;
  font-size: 1em;
}
main a.btn {
  padding: 0.9em;
  background-color: #ff834f;
}
main a.btn:hover {
  background-color: #e84500;
  transition: background-color 0.8s ease-in, color 0.8s ease-in;
}
main a.btn:visited {
  background-color: #ffcbb5;
}
main a.writing-btn {
  margin: 0.5em;
  padding: 0.5em;
}
main .no-touch a.btn:hover,
main .no-touch a.writing-btn:hover {
  transform: translateY(-2px);
  color: #6E6658;
  transition: background-color 0.4s ease-in, color 0.4s ease-in;
}
main .no-touch a.btn:active,
main a.btn:active,
main .no-touch a.writing-btn:hover {
  transform: translateY(-2px);
  color: #6E6658;
  border-color: #6E6658;
  transition: border-color 0.4s ease-in, color 0.4s ease-in;
}
main .cards {
  text-align: center;
  padding-bottom: 1em;
}
main .card {
  background: #ffffff;
  display: inline-block;
  margin: 1em 0.5em;
  perspective: 1000;
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  width: auto;
}
main .card .cardImageBox {
  background: #ffffff;
  height: 0;
  padding-bottom: 65%;
  overflow-y: hidden;
}
main .card .cardImageBox .cardImage {
  max-width: 100%;
  height: auto;
}
main .card .cardTitle {
  padding: 0.37em 1em 0.6em;
  position: relative;
  z-index: 1;
}
main .card .cardTitle a.infoToggle {
  border-radius: 2em;
  height: 2em;
  padding: 0;
  position: absolute;
  right: 1em;
  bottom: 1.9em;
  width: 2em;
}
main .card .cardTitle a.infoToggle span {
  background: #254E58;
  display: block;
  height: 0.12em;
  position: absolute;
  top: 1em;
  transition: all 0.15s 0s ease-out;
  width: 0.75em;
}
main .card .cardTitle a.infoToggle span.left {
  right: 0.87em;
  transform: rotate(45deg);
}
main .card .cardTitle a.infoToggle span.right {
  left: 0.87em;
  transform: rotate(-45deg);
}
main .card .cardTitle h2 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  color: #171613;
  font-family: "Montserrat", sans-serif;
}
main .card .cardTitle h2 small {
  display: block;
  color: #4F4A41;
  font-size: 0.6em;
}
main .card .cardText {
  padding: 0 1.3em 0.6em;
  position: relative;
  font-size: 0.8em;
  color: #000000;
  background: #ffffff;
}
main .card .cardAction,
main .card .caedActionHorizontal {
  box-shadow: 0 0.12em 0 0 rgba(0, 0, 0, 0.075);
  padding: 0.6em 0.9em 1.2em;
  text-align: center;
  background: #ffffff;
}
main .card .cardActionHorizontal {
  display: flex;
}
main .card .cardInfo {
  background: #d9d9d9;
  position: absolute;
  width: 100%;
  transform-origin: top;
  transform: rotateX(-90deg);
}
main .card .flap1 {
  transition: all 0.3s 0.3s ease-out;
  z-index: -1;
}
main .card .flap2 {
  transition: all 0.3s 0s ease-out;
  z-index: -2;
}
main .cards.showing .card {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.88);
}
main .no-touch .cards.showing .card:hover {
  opacity: 0.94;
  transform: scale(0.92);
}
main .card.show {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 1;
}
main .card.show .cardTitle .infoToggle span {
  top: 0.9em;
}
main .card.show .cardTitle .infoToggle span.left {
  right: 0.6em;
}
main .card.show .cardTitle .infoToggle span.right {
  left: 0.6em;
}
main .card.show .cardInfo {
  background: #ffffff;
  transform: rotateX(0deg);
}
main .card.show .flap1 {
  transition: all 0.3s 0s ease-out;
}
main .card.show .flap2 {
  transition: all 0.3s 0.2s ease-out;
}
/* Sets and styles skill progress bars */
.htmlcss,
.less,
.jsjquery,
.php,
.wordpress,
.photoshop,
.illustrator {
  background: rgba(0, 0, 0, 0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 35px;
  width: 100%;
}
.htmlcss-value,
.less-value,
.jsjquery-value,
.php-value,
.wordpress-value,
.photoshop-value,
.illustrator-value {
  animation: load 3s normal forwards;
  border-radius: 100px;
  background: #4F4A41;
  height: 25px;
  width: 0;
}
.htmlcss-value span,
.less-value span,
.jsjquery-value span,
.php-value span,
.wordpress-value span,
.photoshop-value span,
.illustrator-value span {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
  font-size: 14px;
  text-align: center;
  display: block;
}
.htmlcss-value,
.less-value,
.photoshop-value {
  width: 90%;
}
.illustrator-value {
  width: 70%;
}
.jsjquery-value,
.wordpress-value {
  width: 60%;
}
.php-value {
  width: 50%;
}
@keyframes load {
  0% {
    width: 0;
  }
}
/*
/* contact form 
#contact {
	background-color: @color5;
	font-family: "Montserrat", sans-serif;
	padding: 1.5em;
	text-align: center;
	margin: 0 auto;
	#inquiryForm {
		font-size: 1.3em;
		font-family: "Montserrat", sans-serif;
		label {
			padding: 0.5em 0;
			color: @color4;
			text-align: left;
			font-size: 0.8em;
		}
		label,
		input,
		textarea {
			display: inline-block;
			width: 100%;
		}
	}
	h2 {
		padding: 0 1em 1em 1em;
		font-size: 2em;
	}
	/* submit button 
	#mySubmit {
		width: 10em;
		font-size: 0.8em;
		padding: 0.5em;
		margin: 0.6em 0;
		background-color: @color8;
		font-family: "Montserrat", sans-serif;
		letter-spacing: 0.02em;
		color: @color3;
		border: none;
		text-align: center;
		outline: none;
		text-decoration: none;
		font-variant: all-small-caps;
		transition: border-color 0.3s ease-out, color 0.3s ease-out;
		&:hover {
			color: @color3;
			border-color: @color3;
			transition: border-color 0.4s ease-in, color 0.4s ease-in;
		}
		&:visited {
			color: @lighterColor3;
			border-color: @lighterColor3;
		}
		} 
}
*/
footer #footerwrapper {
  background-color: #f8f7e5;
  /* Social media links */
}
footer #footerwrapper #socialMedia {
  display: block;
  text-align: center;
  font-size: 1.5em;
  height: auto;
  position: relative;
  padding-top: 0.5em;
  /* Social media icons */
}
footer #footerwrapper #socialMedia .fab,
footer #footerwrapper #socialMedia .fas {
  font-size: 1.2em;
  text-decoration: none;
  color: #ff834f;
  margin: 0.5em;
  padding-top: 0.4em;
}
footer #footerwrapper #socialMedia .fab:active,
footer #footerwrapper #socialMedia .fas:active {
  position: relative;
  top: 0.15em;
}
footer #footerwrapper #socialMedia .fab:hover,
footer #footerwrapper #socialMedia .fas:hover {
  color: #e84500;
}
footer #footerwrapper #socialMedia .fab:visited,
footer #footerwrapper #socialMedia .fas:visited {
  color: #ffcbb5;
}
footer #copyright {
  color: #4F4A41;
  font-variant: all-small-caps;
  text-align: center;
  padding: 1em 0 0.6em 0;
}
/* lightbox gallery */
.lb-caption {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  color: #ffffff;
}
#lightbox {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  /* Overrides the top element.style */
  top: 0.5em !important;
  left: 5em;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#lightbox p {
  color: #ffffff;
  margin-right: 1.25em;
  font-size: 0.75em;
}
#lightbox img {
  box-shadow: 0 0 25px #111;
  -webkit-box-shadow: 0 0 25px #111;
  -moz-box-shadow: 0 0 25px #111;
  max-width: 940px;
}
.ghost-button {
  display: inline-block;
  width: 12.5em;
  cursor: pointer;
  padding: 1.2em;
  text-align: center;
  outline: none;
  text-decoration: none;
  border-radius: 0.3em;
}
/*

TABLET STYLESHEET

The following CSS affects all screen sizes larger than 480 pixels wide.

*/
@media only screen and (min-width: 481px) {
  h1 {
    font-size: 6.5em;
    padding: 3.4em 0 0;
  }
  h2 {
    font-size: 1.7em;
  }
  h3 {
    padding: 1em 0 0.5em 0.5em;
    text-align: center;
  }
  .homeHero {
    height: auto;
  }
  .homeHero #socialMedia {
    padding-bottom: 4em;
  }
  main .card {
    max-width: 20em;
  }
  main .card .cardTitle a.infoToggle {
    height: 0.5em;
  }
  main .card #APILandscapeTitle {
    margin-top: 2.4em;
  }
  main .card #IndianOaksTitle,
  main .card #APILandscapeSOTMTitle {
    margin-top: 2.9em;
  }
  main .card #OBOFTitle,
  main .card #NoCodeTitle {
    margin-top: 1em;
  }
  main #sectionTitleWork {
    padding: 1em 0 1.5em 1em;
  }
  main #wrapper #about {
    overflow: hidden;
  }
  main #wrapper #about h2 {
    font-size: 1.2em;
  }
  main #wrapper #about #welcome #aboutText {
    font-size: 1.3em;
    line-height: 1.4em;
    padding: 1.3em;
  }
  nav {
    padding: 2em 0;
  }
  nav .nav-item {
    display: inline;
    background-color: transparent;
    padding: 0.5em;
  }
  nav .nav-item:hover {
    background-color: transparent;
  }
  nav .nav-item .nav-link {
    font-size: 1em;
    padding: 0.5em;
  }
  .menu-btn {
    top: 2em;
    right: 2em;
  }
  .menu-btn .btn-line {
    width: 3em;
    height: 0.25em;
  }
  #scrollToTop {
    left: 94%;
    font-size: 3em;
  }
}
#contact #inquiryForm label,
#contact #inquiryForm input,
#contact #inquiryForm textarea {
  width: 70%;
}
footer #copyright {
  font-size: 1em;
}
/*

DESKTOP STYLESHEET

The following CSS affects all screen sizes larger than 1024 pixels wide.

*/
@media only screen and (min-width: 1025px) {
  h1 {
    padding-top: 3.5em;
    font-size: 5em;
  }
  h2 {
    padding-top: 0.6em;
    font-size: 2em;
  }
  h3 {
    padding: 1em 0 0.5em 1em;
  }
  .homeHero {
    height: 45em;
  }
  .homeHero h1 {
    font-size: 5em;
  }
  .homeHero h2 {
    padding-top: 0.4em;
    font-size: 1.8em;
  }
  nav .nav-item .nav-link {
    padding: 0.5em 0.8em;
  }
  .menu-btn {
    top: 2em;
    right: 1.5em;
  }
  .menu-btn .btn-line {
    width: 2em;
  }
  #scrollToTop {
    left: 95%;
    font-sie: 2.5em;
  }
  main .cards {
    margin: 1em auto;
  }
  main #wrapper #about #welcome #aboutText {
    padding: 1em 1.5em 2em 1em;
    font-size: 1.3em;
  }
  main #wrapper #skillsContainer {
    margin: 0 4em;
  }
  #contact #inquiryForm label,
  #contact #inquiryForm input,
  #contact #inquiryForm textarea {
    width: 50%;
  }
  footer #copyright {
    font-size: 1em;
    padding: 0.6em 0;
  }
  footer .fab,
  footer .fas {
    font-size: 1em;
  }
  /* lightbox gallery */
  .lb-caption {
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
  }
}
