body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #898b93;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	color: #62646f;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 35px;
	margin: 0;
	font-size: 38px;
	font-weight: 500;
	text-transform: uppercase;
}
h3 {
	font-size: 30px;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}
a {
	color: #777;
}
a:hover, a:focus {
	text-decoration: none;
	color: #1e9fb4;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #494754;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}

hr {
	height: 4px;
	width: 70px;
	text-align: center;
	background: #eee;
	margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 30px;
	border: 0;
}

/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	padding: 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#99053740', GradientType=0 ); /* IE6-9 */
}
.section-title {
	padding: 25px 0 25px 0;
	text-align: center;
}
.intro H1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.9);
}

.intro p {
	margin-left: 20px;
    margin-right: 20px;
	color: #eee;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.intro .brand {
	color: #7bc3d1;
	font-weight: 700;
}
.intro .intro-text p {
    font-size: 16px;
    letter-spacing: 0.5px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
}
header .intro-text {
	padding-top: 150px;
	padding-bottom: 150px;
}

.button {
	background-color: #343b42;
	border: none;
	color: white;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
    text-transform: uppercase;
	margin: 4px 2px;
	cursor: pointer;
  }

/* Navigation */
.topnav {
    overflow: hidden;
    background-color: #343b42;
    padding: 10px;
	transition: all 0.8s;
	position: fixed;
	top: 0;
	z-index: 500;
	width: 100%;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  .topnav a:hover {
    background-color: #343b42;
    color: #54d0dd;
  }
  
  .topnav a.active {
    background-color: #343b42;
    color: #54d0dd;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 650px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 650px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  /* About Section */
#about {
	padding: 48px 80px 48px 80px;
    /*background: #25BAD0;*/
    background: #7bc3d1;
    text-align: center;
}
#about .about-text {
	margin-left: 10px;
}
#about img {
	border-radius: 50%;
	width: 170px;
	height: 170px;
	display: inline-block;
}
#about p {
	margin-top: 20px;
    margin-bottom: 30px;
	color: #eee;
	font-size: 16px;
}

#about h2 {
    color: #fff;
    text-align: center;
}

/*Experience Section */
#experience {
	padding: 48px 20px 48px 20px;
	background: #f6f6f6;
	color: #656c6d;
	box-sizing: border-box;
}
#experience h4{
	color: #7bc3d1;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
  }
/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
  }
  
  /* Container around content */
  .container1 {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
	box-sizing: border-box;
  }
  
  /* The circles on the timeline */
  .container1::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -17px;
	background-color: white;
	border: 4px solid #7bc3d1;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
	left: 0%;
  }
  
  /* Place the container to the right */
  .right {
	left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
	left: -17px;
  }
  
  /* The actual content */
  .content {
	padding: 10px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
  }
  
  /* Media queries - Responsive timeline on screens less than 650px wide */
  @media screen and (max-width: 650px) {
	/* Place the timelime to the left */
	.timeline::after {
	left: 31px;
	}
	
	/* Full-width containers */
	.container1 {
	padding-left: 70px;
	padding-right: 25px;
	width: 95%
	}
	
	/* Make sure that all arrows are pointing leftwards */
	.container1::before {
	left: 60px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
	}
  
	/* Make sure all circles are at the same spot */
	.left::after, .right::after {
	left: 15px;
	}
	
	/* Make all right containers behave like the left ones */
	.right {
	left: 0%;
	}
  }

/* Projects Section */
#projects {
	padding: 48px 80px 48px 80px;
    background: #343b42;
	color: #f6f6f6;
	text-align: center;
}

#projects h2 {
    color: #f6f6f6;
    text-align: center;
}

#projects h3 {
    color: #f6f6f6;
    text-align: center;
}

#projects h4 {
    color: #f6f6f6;
    text-align: center;
}

.card {
	display: flex;
	justify-content: space-evenly;
  }

  .flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
  }
  
  .flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  
  .flip-card-front {
	background-color: #bbb;
	color: black;
  }
  
  .flip-card-back {
	background-color: #7bc3d1;
	color: white;
	transform: rotateY(180deg);
  }

  .pbutton {
	background-color: #f6f6f6;
	border: none;
	color: #656c6d;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
    text-transform: uppercase;
	margin: 4px 2px;
	cursor: pointer;
	width:75%;
  }
  .pbutton:hover {background: #dddddd;
  }

  /* Media queries - Responsive timeline on screens less than 750px wide */
  @media screen and (max-width: 750px) {
	#projects {
		padding: 48px 20px 48px 20px;
		background: #343b42;
		color: #f6f6f6;
		text-align: center;
	}

	.card {
		display: flex;
		flex-direction: column;
		align-items: center;
	  }

  }



/* Photo Section */
#photo {
    background: #f6f6f6;
	color: #656c6d;
	text-align: center;
	padding-top:48px!important;
	padding-bottom:48px!important;	
}

#photo h4 {
    margin-left: 20px;
    margin-right: 20px;
}

.row {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px 0px 50px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
	-ms-flex: 23%; /* IE10 */
	flex: 23%;
	max-width: 23%;
	padding: 0 4px;
  }
  
  .column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
	.column {
	  -ms-flex: 40%;
	  flex: 40%;
	  max-width: 40%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.column {
	  -ms-flex: 40%;
	  flex: 40%;
	  max-width: 40%;
	}
  }

/* Contact Section */
#contact {
	padding: 20px 80px 20px 80px;
	color: #121d1f;
	background: #7bc3d1;
}
#contact h2 {
	color: #fff;
}
#contact hr {
	background: rgba(255,255,255,0.3);
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact p {
	padding-top: 20px;
	margin-top: 20px;
    margin-bottom: 30px;
	color: #eee;
	font-size: 16px;
}

/* Footer Section*/
#footer {
	background: #343b42;
    display: block;
    color: rgba(255,255,255,0.8);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#footer p {
	font-size: 10px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #7bc3d1;
}