@font-face { font-family: Quicksand; src: url('./font/quicksand.woff2');}

*:focus{
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
	outline: 0;
}

button:focus{
	outline: 0;
}

body{
	background: #1a1a1a;
	color: #6a6a6a;
}

navbar{
	height: 60px;
}

main{
	font-family: Quicksand;
}

h1,h2,h3,h4,h5,h6{
	color: #bababa;
}

article{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 56px);
}

article:nth-of-type(even){
	background: rgba(255,255,255, 0.1)!important;
}

a{
	color: rgb(148, 154, 160);
}
a:hover{
	background: #343a40;
	color: #fff;
	text-decoration: none;
}

.modal{
	font-family: Quicksand;
}

.modal-full-screen>.modal-dialog{
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
}
.modal-full-screen .modal-content{
	border-radius: 0;
	border: none;
	height: 100%;
}

.modal-dark{
	background: #343a40;
	color: #ddd;
}

.modal-project .modal-dialog{
	min-height: 100%;
}
.modal-project .modal-content{
	background: #1a1a1a;
	color: #6a6a6a;
	border: 1px solid #4a4a4a;
	overflow-y: auto;
}
.modal-project .modal-header{
	border-bottom: 1px solid #333;
}
.modal-project .modal-header button{
	text-shadow: none!important;
	color: #ddd;
}
.modal-project .modal-header h5{
	color: #ddd;
	font-weight: bold;
	letter-spacing: 1px;
}

#modal-nav-closer{
	position: absolute;
	top: 0;
	right: 0;
}
#modal-nav-closer button{
	padding: 1rem;
	font-size: 500%;
	text-shadow: none;
	color: #aaa;
}

#modal-nav-footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.btn-linkedin{
	background: #1178b3;
	color: #fff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(12,87,131,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(12,87,131,1);
	box-shadow: 0px 3px 3px 0px rgba(12,87,131,1);
}
.btn-linkedin:hover, .btn-linkedin:focus{
	background: rgba(12,87,131,1);
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(12,87,131,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(12,87,131,1);
	box-shadow: 0px 1px 1px 0px rgba(12,87,131,1);
}
.btn-pdf{
	background: #c91419;
	color: #fff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(153,15,20,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(153,15,20,1);
	box-shadow: 0px 3px 3px 0px rgba(153,15,20,1);
}
.btn-pdf:hover, .btn-pdf:focus{
	background: rgba(153,15,20,1);
	color: #fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(153,15,20,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(153,15,20,1);
	box-shadow: 0px 1px 1px 0px rgba(153,15,20,1);
}

#modal-nav-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: stretch;
}
#modal-nav-content a{
	color: #ddd;
	font-size: 200%;
	display: block;
	padding: 1rem 3rem;
	background: rgba(255,255,255,0.05);
	margin: 1rem auto;
	text-align: center;
	width: 0;
	min-width: 25%;
	flex: 1;
}

#projectSection{
	justify-content: flex-start;
}

#projectSection .card{
	border: 1px solid #222;
	background: transparent;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}
#projectSection .card-header{
	padding: .375rem 1rem;
	background: #40474F;
	font-weight: bold;
	color: #fff;
}
#projectSection .card-body{
	padding: 0;
}

.badge-tag{
	cursor: pointer;
}

.badge-tag-active-filter{
	background: #428F42!important;
}

.rem-all-tags{
	cursor: pointer;
	display: none;
	color: #8F4242;
}

.badge-deepblue{
	background: #40474F;
	color: #fff;
	border: 1px solid #000;
	font-weight: 200;
}

#projectCards .card{
	cursor: pointer;
}

#projectCards .card-body{
	position: relative;
	overflow: hidden;
}

#projectCards .card-footer{
	padding: 0.25rem 0.25rem;
	background: rgba(255,255,255, 0.05);
}

#projectCards .blurOverlay .badge{
	margin: 0.125rem 0.25rem;
}

.button-note-red{
	color: #8F4242;
}

*[data-toggle="tooltip"]{
	cursor: help;
}

#skillImgs img{
	width: 64px;
	max-height: 64px;
	max-width: 20%;
	vertical-align: middle;
	margin: 0.625rem;
}


@media (max-width: 1259px) {
	#modal-nav-content a{
		min-width: 50%;
	}
}
@media (max-width: 639px) {
	#modal-nav-content a{
		min-width: 80%;
	}
	.badge-tag{
		padding: 0.25rem 0.5rem;
	}
}
@media (max-width: 399px) {
	#modal-nav-content a{
		font-size: 140%;
	}
	#modal-nav-closer button{
		font-size: 160%;
	}
	.badge-tag{
		padding: 0.25rem 0.5rem;
	}
}
