html {
	scroll-behavior: smooth;
}

* {
	font-family: 'Raleway', sans-serif;
}

/* -------------------------------------------------- */
/*                    LANDING PAGE                    */
/* -------------------------------------------------- */

.landing-page {
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom center;
	background-image: url(../images/catalina.jpg);
}

.shift-right {
	margin-left: 50px;
}

.redirects a {
	text-decoration: none !important;
	display: inline;
	margin-right: 50px;

	color: #2e2e2e !important;
	font-size: 1.3vw;
}

.landing-page-text {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing-page h1 {
	color: #2e2e2e;
	font-size: 6.5vw;
	font-weight: 800;
}

.landing-page h2 {
	color: #606060;
	font-size: 2.5vw;
	font-weight: 400;
	animation-delay: 0.4s;
}

.landing-page h3 {
	color: #808080;
	font-size: 1.2vw;
	font-weight: 400;
	font-style: italic;
	animation-delay: 1s;
}

.bear {
	max-width: 25%;
	margin-left: 5%;
	width: auto;
	height: auto;
	animation-delay: 1.4s;
}

.next-section {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 25px;
}

.next-section img{
	width: 70px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.next-section a{
	text-decoration: none;
}

.arrow-bounce {
  animation: arrow-bounce 1s infinite alternate;
  -webkit-animation: arrow-bounce 1s infinite alternate;
}

@keyframes arrow-bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes arrow-bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

/* -------------------------------------------------- */
/*                  ABOUT / PROJECTS                  */
/* -------------------------------------------------- */

.spacer {
	height: 150px;
}

.section-header {
	font-weight: bold;
}

.hyperlink {
	color: #1892ad !important;
	font-weight: 600;
	text-decoration: none !important;
	font-size: 24px;
}

.blue-highlight {
	color: #1892ad !important;
}

p {
	font-size: 24px;
}

.about-profile {
	border-radius: 50%;
	max-width: 100%;
	margin-top: 50px;
	width: auto;
	height: auto;
}

.coursework {
	display: none;
	overflow: hidden;
	font-size: 20px;
}

/* Vertical tabs */
* {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  border-left: 5px solid #6cabba;
  width: 25%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none !important;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #d7eff5;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #afd9e3;
}

/* Style the tab content */
.tabcontent {
  float: left;
  width: 70%;
  height: 330px;
  padding-left:40px;
  border-left: none;
  display: none;
}

.tabcontent h3, .tabcontent h4 {
	margin: 0px;
}

#Apple-current {
	display: block;
}

.work-company {
	font-size: 30px;
	margin-bottom: 0;
}

.work-title {
	font-style: italic;
}

.proj-header {
	padding-top: 40px;
}

.proj-subdesc {
	font-size: 18px;
	font-style: italic;
}

.proj-links {
	display: inline-block;
	height: 40px;
}

.proj-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 10px;
}

.proj-links img {
	height: 40px;
	width: 40px;
}

.proj-img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.more-proj {
	display: none;
}

.button-outer {
	height: 100px;
	position: relative;
	padding-top: 200px;
}

.proj-button {
	height: 40px;
	width: 200px;
	font-size: 20px;

	margin: 0;
	top: 50%;
	left: 50%;
	position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

	border-radius: 4px;
	background-color: #1892ad;
	color: white;
	border: 2px solid #1892ad;
	transition-duration: 0.4s;
}

.proj-button:hover {
	background-color: white;
	color: #1892ad;
}

.hyperlink-background {
	background-color: #bdf3ff;
}

.small-text {
	font-size: 16px;
}

.no-padding {
	padding: 0 !important;
}

.footer{
	background-color: #1892ad;
	width: 100%;
	height: 110px;
	margin: 0;
	margin-top: 20px;
}

.footerLinks{
	text-align: center;
}

.footerLinks a{
	text-decoration: none;
}

.footerLinks img{
	display: inline-block;
	width: 35px;
	height: auto;
	margin: 15px;
	margin-top: 20px;
}

.footer p{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

/* -------------------------------------------------- */
/*                       MOBILE                       */
/* -------------------------------------------------- */

/* All mobile */
@media (max-width: 992px) {
	.hide-on-mobile {
		display: none;
	}

	.landing-page {
		background-image: none;
	}

	.shift-right {
		margin: initial;
	}

	.landing-page h1 {
		font-size: 8vh;
	}

	.redirects a {
		font-size: 16px;
	}

	.next-section img {
		width: 50px;
		-webkit-filter: invert(1);
		filter: invert(1);
		opacity: 50%;
		margin-right: 50px;
		float: right;
	}

	p, .hyperlink {
		font-size: 18px;
	}

	.coursework {
		font-size: 16px;
	}

	.about-profile {
		max-width: 50%;
	}

	.tab {
		display: none;
	}

	.tabcontent {
	  float: initial;
	  width: 100%;
	  height: initial;
	  padding-left: initial;
	  border-left: none;
	  display: block;
	  margin-bottom: 20px;
	}

	.work-title {
		font-size: 16px;
	}

	#web-switchero {
		display: none;
	}
}

/* Portrait only */
@media (max-width: 576px) {
	.redirects a {
		display: block;
		margin: initial;
	}

	.landing-page h1 {
		font-size: 42px;
	}

	.landing-page h2 {
		font-size: 20px;
	}

	.landing-page h3 {
		font-size: 16px;
	}

	.landing-page h1, .landing-page h2, .landing-page h3 {
		margin-bottom: 10px;
	}

	.bear {
		max-width: 80%;
	}

	.next-section img {
		margin: 0 auto;
		float: initial;
		padding-bottom: 60px;
	}

	.proj-img {
		height: 200px;
	}
}