@charset "utf-8";
/* CSS Document */

@keyframes fade-me-in {
	0% {
		color: #252525;
	}
	100% {
		color: #E4E4E4;
	}
}
@keyframes fade-img-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*@keyframes intro { 
  from { width: 0; } 
} */

@keyframes grayscale-fade-in {
	0% {
		-webkit-filter: grayscale(100%);
		opacity: .9;
	}
	100% {
		-webkit-filter: grayscale(0%);
		opacity: 1;
	}
}
@keyframes grayscale-fade-out {
	0% {
		-webkit-filter: grayscale(0%);
		opacity: 1;
	}
	100% {
		-webkit-filter: grayscale(100%);
		opacity: .9;
	}
}

@-webkit-keyframes bg-slide-in {
  from {right: -500px;}
  to {right: 0px;}
}
@keyframes bg-slide-in {
  from {right: -500px;}
  to {right: 0px;}
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0px auto 0px auto;
	background: #252525;
	color: #d4d4d4;
	
	height: 100%;
	position: relative;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: .5%;
	padding-right: .5%;
	
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	padding-bottom: 100px;
}

a {
	text-decoration: none;
	color: #E1E1E1;
}
a:hover {
	color: #E1E1E1;
	text-decoration: none;
}
a:visited {
	color: #E1E1E1;
}
p {
	color: #d4d4d4;
	font-size: 18px;
	line-height: 25px;
}
h1 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: white;
	margin: 15px auto 10px auto;
	/*text-transform: uppercase;*/
}
h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-top: 20px;
	letter-spacing: .1em;
	font-weight: 600;
	color: #ffffff;
	margin: 15px auto 25px auto;
}
h3 { 
	font-weight: normal; 
	font-size: 20px; 
	color: #C4c4c4;
}
h4 { 
	color: #666; 
	font-size: 17px; 
}
h5 { 
	font-weight: normal; 
	margin: 10px 0; 
	/*color: #666; */
	font-size: 16px; 
	text-align: center;
}

/****************/
#header {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	width: 100%;
	display: block;
	text-align: right;
}
#header a {
	border-bottom: 1px dotted blue;
	color: blue;
}
#logo {
    height: 100px;
    margin-top: 30px;
}
#logo-mobile {
	height: 100px;
}

/* Navigation */
#navigation {
	float: right;
	margin-left: 0px;
	margin-right: 2%;
	width: 100%;
	display: none;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: .15em;
}
#navigation ul {
	width: 200px;
	float: right;
}
#navigation li {
	list-style-type: none;
	text-align: right;
	margin: 10px auto 20px auto;
	border-right: 3px solid white;
	padding-right: 5px;
}
.navbar {
	letter-spacing: .15em;
	font-size: 16px;
}
.navbar-dark .navbar-nav a {
	border-left: 3px solid transparent;
	padding-left: 5px;
}
.navbar-dark .navbar-nav>.active>a:focus, .navbar-dark .navbar-nav>.active>a:hover {
	border-left: 3px solid #fff;
	padding-left: 5px;
}
.navbar-dark .navbar-nav>.active>a, .navbar-dark .navbar-nav>.active>a:focus, .navbar-dark .navbar-nav>.active>a:hover {
	border-left: 3px solid #0080C0;
	padding-left: 5px;
}
.navbar-toggler-right {
	position: absolute;
	right: 1rem;
	top: 3.5rem;
}
#myNavbar {
	padding: 10px 0;
    border-bottom: 2px solid rgb(86, 86, 86);
    border-top: 2px solid rgb(86, 86, 86);
}
/***** *****/
.container {
	padding: 0 2%;
	min-height: 500px;
}
.main {
	background: url("../images/k45_logo.svg") center right / contain no-repeat;
	min-height: 400px;
	/*animation: fade-img-in 2s forwards;*/
}
.bg-k45 {
	background: url("../images/k45_logo.svg") center right / contain no-repeat;
	/*animation: bg-slide-in 2s forwards;*/
}


/***** Footer *****/
footer {
	position: absolute;
	bottom: 30px;
    text-align: center;
    width: 100%;
	color: #808080;
}
footer a, footer a:visited {
	color: #949494;
}
footer a:hover {
	color: #e4e4e4;
}
footer #sitemap {
	margin-top: 10px;
    letter-spacing: .1em;
}
footer #sitemap a {
	margin: auto 10px;
}

/***** Contact Form *****/
form {
	max-width: 700px;
	margin: 40px auto 10px;
}
.fname {
	margin-bottom: .5rem;
}
.form-group {
	margin-bottom: 25px;
}
.form-control:focus {
	background-color: transparent;
	color: #83D7E0;
	box-shadow: none;
}
.form-control {
	background-color: transparent;
	border: none; 
	border-bottom: 2px solid #fff; 
	border-radius: 0; 
	color: #83D7E0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus/*,
input:-internal-autofill-selected, input:-internal-autofill-previewed*/ {
    background-color: #252525 !important;
	-webkit-text-fill-color: #83D7E0 !important;
	transition: background-color 5000s ease-in-out 0s;
}	
#status {
	font-weight: 600;
	font-size: larger;
	margin-top: 15px;
}
.btn-send {
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


/***** Fade Sequence *****/
   /***** Home | Bio *****/
.fade-seq p, 
.fade-seq h1, 
.fade-seq h2 {
	color: transparent;
	animation: fade-me-in 3s forwards;
}
/*.fade-seq p:nth-child(1), */
.fade-seq h1 {
	-webkit-animation-delay: .25s;
	-moz-animation-delay: .25s;
	animation-delay: .25s;
}
/*.fade-seq p:nth-child(2), */
.fade-seq h2 {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}
.fade-seq p/*:nth-child(3)*/ {
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s;
	animation-delay: .75s;
}

   /***** Portfolio *****/
.gallery-in a {
	opacity: 0;
	animation: fade-img-in 3s forwards;
}
.gallery-in a:nth-child(1) {
	-webkit-animation-delay: .2;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}
.gallery-in a:nth-child(2) {
	-webkit-animation-delay: .4;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}
.gallery-in a:nth-child(3) {
	-webkit-animation-delay: .6;
	-moz-animation-delay: .6s;
	animation-delay: .6s;
}
.gallery-in a:nth-child(4) {
	-webkit-animation-delay: .8;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
.gallery-in a:nth-child(5) {
	-webkit-animation-delay: 1;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.gallery-in a:nth-child(6) {
	-webkit-animation-delay: 1.2;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.progress, form {
	opacity: 0;
	animation: fade-img-in 4s forwards;
}

.intro {
	/*white-space: nowrap;
	overflow: hidden;*/
	-webkit-animation: type 4s steps(60, end);
	-moz-animation: type 4s steps(60, end);
	animation: type 4s steps(60, end);
}


/**********Progress Bars**********/
.graph {
	margin-bottom: 40px;
}

.progress {
	height: 2rem;
	padding: 5px;
	background-color: #2F3336;
	margin-bottom: 10px;
	border-radius: 1rem;
}
.progress-bar {
	border-radius: 1rem;
	font-weight: 600;
    font-size: 14px;
    letter-spacing: .2em;
}
.blue .progress-bar {
	background-color: #007bff;
}

.red .progress-bar {
	background-color: #f0a3a3;
}

.green .progress-bar {
	background-color: #44C244;
}

.orange .progress-bar {
	background-color: #f1a165;
}

.purple .progress-bar {
	background-color: #B000FD;
}




@media (min-width: 576px) {
/*	h1 {
		font-size: 40px;
	}*/
	h2 {
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 30px;
		letter-spacing: .3em;
		font-weight: 600;
		color: #ffffff;
		margin: 15px auto 25px auto;
	}
	p {
		/*text-indent: 30px;*/
		font-size: 20px;
		line-height: 35px;
	}
	p span {
		letter-spacing: .3em;
		color: #0080C0;
	}

	#header {
		clear: both;
		float: right;
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}

	/* Navigation */
	#navigation {
		clear: both;
		float: left;
		margin-left: 0;
		width: 165px;
		display: none;
		font-size: 20px;
		/*position: fixed;*/
	}
	#navigation .active {
		border-right: 3px solid #83D7E0;
		padding-right: 5px;
	}
	#navigation li {
		text-align: right;
		margin: 5px auto 0 -30px;
		border-right: 3px solid transparent;
		padding-right: 5px;
	}
	#navigation li:hover {
		border-right: 3px solid #c4c4c4;
		padding-right: 5px;
	}
	#navigation img {
		float: right;
	}

	#fullwidth {
		width: 100%;
		height: 100%;
		/*padding-top: 40px;*/
	}
	/*#fullwidth .col-lg-4, #fullwidth .col-md-4, #fullwidth .col-sm-4 {
		padding-left: 0;
		padding-right: 0;
	}*/
	#fullwidth .col-lg-3, #fullwidth .col-md-3, #fullwidth .col-sm-3 {
		padding-left: 0;
		padding-right: 0;
	}
	.column {
		width: 25%;
		float: left;
		font-weight: 600;
		font-size: 14px;
	}
	.sites .column {
		text-align: center;
	}
	
	.main {
		min-height: 500px;
	}
	.fname {
		margin-bottom: 0;
	}

	
	/* Skills style */
	.graph {
		max-width: 900px;
		margin: auto;
		margin-bottom: 40px;
	}

	/* Dropdown list */
	.dropdown {
		visibility: hidden;
		line-height: 16px;
		position: absolute;
		z-index: 999;
	}
	.scripting:hover .dropdown {
		visibility: visible;	/* Display the dropdown */
		position: relative;
		top: -20px;
		bottom: 20px;
	}
	.scripting li .dropdown li {
		visibility: visible;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 50px;
		text-align: left;
	}
	h2 {
		/*font-size: 30px;*/
		text-align: left;
	}
	#navigation {
		clear: both;
		float: left;
		height: 100%;
		margin-left: 0;
		display: block;
		min-height: 600px;
	}
	.navbar {
		display: none;
	}
	
	/***** Website Gallery *****/
	.site {
		-webkit-filter: grayscale(1);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(1);
		-moz-filter: grayscale(100%);
		filter: gray;
		filter: grayscale(100%);
		opacity: .9;
		animation: grayscale-fade-out .5s ease-out forwards;
	}
	.site:hover {
		animation: grayscale-fade-in .5s ease-in forwards;
	}
	
	.standard {
		padding: 100px 2% 0;
	}
	.description {
		display: block;
		margin: 0px 10px 0px 10px;
		font-size: 16px;
		letter-spacing: .2em;
		line-height: 25px;
		text-indent: 20px;
	}
	.gallery {
		margin: 20px 40px;
	}	
	.caption {
		height: 80px;
	}
}

@media (min-width: 992px) {
	.main {
		background: url("../images/k45_logo.svg") center right / 600px no-repeat;
		min-height: 800px;
	}
	.bg-k45 {
		background: url("../images/bg-k45-logo.png") center right / cover no-repeat;
		position: relative;
		max-height: 500px;
	}

	.sites {
		margin: 10px auto 10px auto;
	}
	.description {
		display: inline-block;
		margin: 0px auto 0px auto;
		width: 50%;
		font-size: 16px;
		letter-spacing: .2em;
		line-height: 25px;
		text-indent: 20px;
		vertical-align: middle;
	}
}

@media (min-width: 1200px) {
	.container{
		max-width:1300px;
	}
	.description {
		width: 60%;
	}
}