body {
	font-family: Arial;
	vertical-align: center;
	/*background-color: #d9f4e9;*/
}

header {
	padding: 20px;
	width: 100%;
}

hr {
	background-color: gray;
	height: 5px;
}

a:link {
	color: blue;
}

.carousel-control .glyphicon {
	color: black;
}

.carousel-indicators li {
	border: solid 1px black !important;
}

.carousel-indicators li.active {
	background-color: black !important;
}

a:visited {
	color: green;
}

a:hover {
	color: yellow;
}

.navbar-nav li.nav-item {
	width: 16.66%;
}

#myDropdown span.link a.nav-link {
	color: black;
}

#myDropdown span.link a.nav-link:visited {
	color: black;
}

#myDropdown span.link a.nav-link:active {
	color: white;
}

.background-pine {
	background-color: #4abdac;
}

.background-mint {
	background-color: #d9f4e9;
}

.color-pine {
	color: #4abdac;
}

.color-mint {
	color: #d9f4e9;
}

.color-white {
	color: white;
}

.margin-bottom25 {
	margin-bottom: 25px;
}

.logo {
	height: 80px;
	width: auto;
}

.horizontal-rule {
	position: relative;
	display: inline-block;
	width: 940px;
}

.hr2 {
	z-index: -1;
	margin-left: 20px;
}

#tabs {
	display: inline-block;
	margin: 20px 0px 10px 20px;
}

.name {
	font-size: 32px;
	vertical-align: middle;
	display: inline;
}

.contact-info {
	padding: 12px;
	margin-top: 10px;
}

.header-info {
	margin-top: 38px;
}

@media screen and (max-width: 767px) {
	.header-info {
		margin-top: 6px;
	}
}

.top-border {
  border-top: solid 2px black;
}

.bottom-border {
  border-bottom: solid 2px black;
}

.shadow {
  -moz-box-shadow:    0px 6px 3px 3px #ccc;
  -webkit-box-shadow: 0px 6px 3px 3px #ccc;
  box-shadow:         0px 6px 3px 3px #ccc;
}

.tab {
	margin-right: 10px;
	padding: 20px;
	border: 3px solid gray;
	border-radius: 12px 12px 0px 0px;
	background-color: #4abdac;
	font-family: "Arial Black", Gadget, sans-serif;
	cursor: default;
}

#tab-the-first {
	margin-left: 20px;
}

span.active {
	border-bottom-color: white;
	border-radius: 12px 12px 0px 0px;
	background-color: #07889b;
	color: white;
}

.hidden {
	display: none;
}

.invisible {
	visibility: hidden;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.carousel-inner .item {
	text-align: center;
}

li {
	line-height: 24px;
}

.job-title {
	font-style: italic;
}

.area-of-study {
	padding-left: 20px;
}

.content {
	width: 900px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#nav-bar {
	display: none;
}

.position {
	text-align: left;
	margin: 0 auto;
	padding: .5px 0px .5px 16px;
}

.container {
	padding-top: 40px;
	padding-bottom: 40px;
}

header .container,
footer .container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.container h1, .container h2, .container h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.carousel {
	min-height: 272px;
}

.carousel-inner .item .position {
	max-width: 600px;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -36px !important;
}}

.slide-in-right {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  animation: slide-in 1s forwards;
  -webkit-animation: slide-in 1s forwards;
}

.slide-in-left {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  animation: slide-in 1s forwards;
  -webkit-animation: slide-in 1s forwards;
}

@-webkit-keyframes slide-in {
   100% { transform: translateX(0%); }
}

/* Start Lightboxing CSS */
.row {
	margin-left: 100px;
	margin-top: 20px;
	line-height: 70px;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.display-image {
	width: 200px;
	height: auto;
}

.column {
	float: left;
  width: 30%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 98%;
  height: auto;
  max-width: 600px;
}

/* The Close Button */
#myModal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#myModal .mySlides {
  display: none;
}

/* Next & previous buttons */
#myModal .prev,
#myModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#myModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#myModal .prev:hover,
#myModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  font-weight: bold;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.demo-thumbnail {
	float: left;
}

.demo-thumbnail > .demo {
	width: 100px;
	height: auto;
	margin-right: 20px;
	line-height: 100px;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* End Lightboxing CSS */

@media screen and (max-width: 600px) {
	body {
		width: 100%;
		font-size: smaller;
	}

	header {
		width: 100%;
		/*height: 90px;*/
		border: none;
		border-bottom: 3px solid gray;
		border-radius: 0px;
	}

	h3.name {
		font-size: 15px;
	}

	br {
		display: none;
	}

	.only-600up {
		display: none;
	}

	.logo {
		height: 40px;
	}

	.name {
		font-size: 20px;
		line-height: 45px;
	}

	.content {
		width: 100%;
		margin: 10px;
	}

	.horizontal-rule {
		margin: 0px 0px 6px 0px;
		width: 100%;
	}

	#nav-push {
		height: 50px;
		width: 100%;
	}

	#nav-bar {
		display: block;
		vertical-align: top;
		position: fixed;
		z-index: 1;
		height: 50px;
		width: 100%;
    box-shadow: 0px 5px 5px 0px #888888;
	}

	#menu-button {
		margin: 10px;
		width: 30px;
		height: 30px;
		color: #d0eae6;
		background-color: #4abdac;
		border-radius: 3px;
		border: solid 1px black;
	}

	.menu-bar {
    width: 20px;
    height: 3px;
    margin: 5px;
    vertical-align: center;
    background-color: black;
    transition: 0.4s;
	}

	.dropdown {
	 	position: relative;
	 	display: inline-block;
	}

	.dropdown-content {
	 	display: none;
	 	position: absolute;
	 	background-color: #4abdac;
	 	min-width: 120px;
	 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  cursor: default;
	}

	.dropdown-content span {
		border-top: solid 1px gray;
	 	color: black;
	 	padding: 12px 16px;
	 	text-decoration: none;
	 	display: block;
	}

	.dropdown-content span:hover {
		background-color: #f1f1f1;
	}

	.show {
		display:block;
	}

	.tab, .hr2 {
		display: none;
	}

	.change .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-5.5px, 5.5px) ;
	    transform: rotate(-45deg) translate(-5.5px, 5.5px) ;
	}

	.change .bar2 {
	    opacity: 0;
	}

	.change .bar3 {
	    -webkit-transform: rotate(45deg) translate(-5.5px, -5.5px) ;
	    transform: rotate(45deg) translate(-5.5px, -5.5px) ;
	}

	.link {
		font-size: 1.2em;
		font-weight: 600;
	}

	.position {
		margin: auto;
		margin-bottom: 0px;
		width: auto;
		background: none;
	}

	/* Styling for Portfolio pieces under media query */
	.row {
		margin-left: 80px;
	}

	.column {
		float: none;
		display: block;
		width: 10%;
	}

	.modal-content {
		width: 300px;
	}

	.demo-thumbnail {
	width: 100px;
	height: auto;
	margin-right: 0px;
	line-height: 100px;
	}

	.nav-arrows {
		background-color: gray;
		opacity: .5;
	}
}

.icon-container {
	display: inline-block;
}

i {
	display: inline-block;
	vertical-align: middle;
	font-size: 200px;
}

i.skills-icon {
	font-size: 100px;
}

@media screen and (min-width: 992px) {
	.margin-top50 {
		margin-top: 50%;
	}
	.margin-top16 {
		margin-top: 16%;
	}
	i.skills-icon {
		margin-top: 22%;
	}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 1000;
  background-color: #4abdac;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 18px;
}

#myBtn:hover {
  background-color: white;
  border: solid 1px black;
}

@media screen and (min-width: 1200px) {
	header p.contact-info {
		margin-top: 22px;
	}
}