@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: typewriter;
    src: url(fonts/TYPEWR_B.TTF);
}

:root {
    --mainBlue: #325288;
    --mainPeach: #f5cebe;
    --mainGreen: #328868;
    --mainYellow: #F2C743;
}


/* The rest of the CSS file */
#foo h1 {
  color: var(--mainBlue);
}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*End Slideshow*/

/*GLOBAL*/


*{
    font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
}

body {
	background-color: white;
	margin: 0px;
	/*background-image: url("texture2.png");
	background-repeat: repeat;*/
}


.bar{
	float:center;
	height: 15px;
	background-color: var(--mainBlue);
}

.bar-grey{
	float:center;
	height: 8px;
	background-color: #015249;
	margin-bottom: 15px;
}

header{
	padding-top: 0px;
    clear: left;

}

.container{
	float: center;
/*	background-color: #EBF1EB;
	background-color: #eef8f3;
	background-image: url("texture2.png");
	background-repeat: repeat;
	min-height: 1000px;
	padding: 15px 40px;*/
	background-color: white;

}


.project {

	float: center;
	padding: 20px;
	margin-top: 20px;
	margin-left: 5%;
	/*margin-right: 20%;*/
	border: 5px solid #A5A5AF;
	min-height: 100px;

}

.project-index {

	margin-top: 20px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
	min-height: 150px;

}


.w3-third{
	width:100% !important;
	border: none;
	padding: 30px;
	background-color: white;

	margin-top: 0;

}

.w3-third-index{
	border: 15px solid #A5A5AF;
	padding: 30px;
	padding-bottom: 15px;
	background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10%;
}

.title-container{
    height: 60px;  
	background-color: white;
	border: 10px solid #A5A5AF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 30px;
	margin-left: 5%;
	margin-right: 5%;
	
}

.title{
	font-family: typewriter;
	font-size: 25pt;
	color: white;

}

.page-title{
	color: var(--mainGreen);
	margin-top: 100px;
	margin-bottom: 10px;
	font-family: typewriter;
	font-size: 35pt;
/*	border: 3px solid #A5A5AF;*/
	margin-left: 5%;
	margin-right: 5%;
}


.subtitle{
	font-family: typewriter;
	font-size: 18pt;
	color: black;

}

.home-quote{
	margin-left: 25%;
	margin-right: 25%;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	color: #A5A5AF;
}


.index-icon{
	margin-left: 2%;
	margin-right: 2%;
	float: left;
}

.index-desc{
	margin: auto;
}

.index-desc a{
	color: var(--mainBlue);
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.body-wrapper {
	width: 90%;
	background: white;
	min-height: 500px;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
	padding: 0px;
}

.callout {
	background-color: #f0f6fa;
	color: grey;
    width: 300px;
	padding: 10px;
	font-size: 16px;
	margin: 20px;
	float: left;

}

.callout-author {
	background-color: var(--mainBlue);
	color: white;
	font-weight: bold;
	margin-top: 20px;
	padding:10px;
	padding-bottom:0px;
}

.cv-role {
	background-color: #f0f6fa;
	color: #9EBD9E;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	width: 800px;

}

.callout-company {
	background-color: var(--mainBlue);
	color: var(--mainPeach);
	font-style: italic;
	font-size: 15px;
	padding: 10px;
	padding-top:0px;
}

.cv-company {
	background-color: #f0f6fa;
	width: 800px;
	color: #DD855C;
	font-style: italic;
	font-size: 15px;
}

.aboutMe {
	margin-top: 20px;
	margin-right: 100px;
}

.icon{
	
	padding: 5px;
}

.icon a:hover {
	text-decoration: none !important;
}

.icon li a:hover{
	text-decoration: none;
}

.about {
	float:left;
}

.about ul {
	
	list-style-type: circle;
}

.about ul li{
	
	list-style-type: circle;
	display: list-item;
}

.date {
	float: right;
	padding-right: 5px;
	font-size: 14px;
	color: var(--mainPeach);
}


.project-img {
	margin: auto;
	max-width: 100px;
	display: block;
	
}

.project-desc{
	margin: auto; 
}


.project-desc li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	display: list-item;
}

.project-desc ul li a{
	
	color: #9EBD9E !important;

	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.project-desc ul li a:hover{
	/*text-decoration: underline;*/
	border: none;
	color: #A5A5AF !important;
}



.media-wrapper{
	float: right;
	text-decoration: none;
}

.media-wrapper ul{
	padding:0;
	margin: 0;
	text-decoration: none;

}

.media-wrapper li{
	padding:0;
	margin: 0px;
	display: list-item;
	text-decoration: none;

}

.media-wrapper li a{
	padding:0;
	display: list-item;
	text-decoration: none;

}

.media-wrapper li a:hover{
	padding:0;
	display: list-item;
	text-decoration: none;
	border: none;
}

/*NAVIGATION*/

.topnav {
  overflow: hidden;
  background-color: var(--mainBlue);
  padding-left:3%;
  padding-right:3%;
  height:70px;
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
    vertical-align: center;

}

.topnav li {
  float: left;
}

.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 21.5px 16px;
  text-decoration: none;
}

.topnav a {

  border-top: 3px solid var(--mainBlue);

}

.topnav a:hover {
    color: white;
  border-top: 3px solid var(--mainPeach);
}

.topnav a.active {
    border-top: 3px solid var(--mainPeach);
}

.topnav active {
    border-top: 3px solid var(--mainPeach);
}


.topnav-right {
    float: right;
}




a { 
	text-decoration: none;
	color: var(--mainBlue);
}

a:hover {
	text-decoration: none;
	color: var(--mainPeach);
}


nav{

    margin-bottom: 0px;
}

li {
	list-style-type: none;
	display: inline;
	padding-left: 20px;

}


li a {
    color: #015249;
    text-align: center;
    text-decoration: none;

}

li a:hover {
    color: #A5A5AF;
    border-top: 3px solid #57bc90;
}


.current {
    border-top: 3px solid #57bc90;
}

input, textarea {
  display: block;
  margin: 5px;
  padding: 5px 5px;
}

/*TABS*/
/* Style the tab */
div.tab {
	float:center;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

/* Style the buttons inside the tab */
div.tab button {
    /*background-color: #F5F5F5;
    border: 1px solid #B7B7B7; 
    border-radius: 6px 6px 0px 0px;*/
    background: none;
    border: none;
	border-top: 3px solid white;
    color: var(--mainBlue);
    float: center;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;

}

/* Change background color of buttons on hover */
div.tab button:hover {
    background: none;
    border: none;
    border-top: 3px solid var(--mainPeach);
}

/* Create an active/current tablink class */
div.tab button.active {
    background: none;
    border: none;
    color: var(--mainBlue);
    border-top: 3px solid var(--mainPeach);
    /*border: 1px solid #B7B7B7; 
    border-radius: 6px 6px 0px 0px;
    border-bottom-color: white;*/
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
	border: none;
    margin-left: 5%;
    margin-right: 20%;
}
