body{
	font-family: Roboto;
	margin: 0px;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px !important;
}

.hidden {
	display: none;
}

.inline-block {
	display: inline-block;
}

#body {
	background-color: #f8f8f8;
/*	width: calc(100% - 250px);*/
/*	margin-left: 250px*/
}

noscript {
	display: block;
	font-family: Montserrat;
	text-align: center;
	margin: 30px;
}

/*.textfield{
	transition-duration: 0.2s;
	/*background-color: #FFC0C0;*/
	/*background-color: #FFFFFF;
	border-radius: 0px;
	border: none;
	width: 14em;
	height: 2em;
	margin: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#registerButton{
	transition-duration: 0.2s;
	border: none;
	cursor: pointer;
	width: 6em;
	padding: 0em;
	text-decoration: none;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
#registerButton:hover{
	background-color: #D0D0D0;
}
#registerButton:active{
	background-color: #F0F0F0;
}
#logreg{
	transition-duration: 0.2s;
	width: 250;
	text-align: center;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	background-color: #FFC080;
	border: 3px solid;
	border-color: #FF8040;
}
#center{
	text-align: center;
	display: block;
}*/

#bars {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 64px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#topbar {
	background-color: rgba(255, 255, 255, 0.96);
	width: 100%;
	height: 64px;
}

.social-links {
	height: 36px;
}

#leftbar {
	background-color: #ffff00;
/*	width: 250px;*/
	width: 0;
	top: 64px;
	height: calc(100vh - 64px);
}

.nav-item {
	font-family: Roboto;
	font-size: 16px;
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	/*background-color: #ff00ff;*/
	height: 64px;
	line-height: 64px;
}

.float-right {
	float: right;
}

.section-bar {
	font-family: Montserrat;
	font-weight: 300;
	width: 100%;
	height: 64px;
	margin-top: 10px;
	font-size: 32px;
	line-height: 64px;
	text-align: center;
/*   background-color: #ffff80;*/
}

.group {
	padding-bottom: 20px;
}

.modal-title {
	line-height: initial !important;
}

.modal-body {
	padding-top: 0px !important;
}

@media only screen and (min-width: 992px) {
	.modal-tn-wrapper {
		display: inline-block;
		width: 50%;
	}
	.modal-desc-text {
		padding-top: 5px;
		padding-left: 30px;
		width: 50%;
	}
}

.modal-header {
	padding-left: 30px !important;
	padding-right: 18px !important;
}

.modal-body {
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.modal-tn-wrapper:hover {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.75)
}

.modal-tn-wrapper {
	transition-duration: 0.35s;
	margin-bottom: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16), 0px 2px 10px rgba(0, 0, 0, 0.12);
}

#tn-wrapper {
	display: block;
	overflow: hidden;
}

.modal-desc-text {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
}

.detail-title {
	font-family: Montserrat;
	font-size: 17px;
}

.detail-text {
	font-size: 14px;
	line-height: 1;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 7px;
}

.tech {
	display: inline-block;
	background-color: #bbdefb;
	line-height: 16px;
	padding: 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.collab {
	display: inline-block;
	line-height: 16px;
	padding: 7px;
	border-radius: 2px;
	margin-right: 10px;
}

.collab:hover {
	background-color: #e0e0e0;
}

#detail-collab {
	padding-left: 8px;
	padding-right: 8px;
}

#detail-modified {
	line-height: 30px;
}

#detail-title {
	margin-top: 0px;
}

.skill {
	display: inline-block;
	background-color: #bbdefb;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#details {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#modal-links {
	margin-bottom: 15px;
}

.modal-tn {
	width: 100%;
}

.page {
	margin-top: 64px;
	margin-bottom: 20px;
	margin-right: auto;
}

#intro-parent {
	display: table;
	text-align: center;
	width: 100%;
}

#intro {
	display: table-cell;
	width: 100%;
	height: 50vh;
	vertical-align: middle;
	background-color: #ffffff;
	box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1) inset;
}

#intro-centered {
	display: inline-block;
	font-family: Montserrat;
	padding: 32px;
	text-align: center;
}

#intro-centered > h1, #intro-centered > h2, #intro-centered > h3 {
	margin-top: 0px;
}

.card {
	transition-duration: 0.35s;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #ffffff;
	max-width: 640px;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16), 0px 2px 10px rgba(0, 0, 0, 0.12);
}

.imglink {
	display: block;
}

.col-md-4a {
	width: 100%;
	position: relative;
	float: left;
	box-sizing: border-box;
}

.card:hover {
	text-decoration: none;
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.75);
	/*transform: scale(1.01, 1.01);*/
}

.ripple {
	position: absolute;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.25);
	transition-duration: 0s;
	transform: scale(0);
}

.ripple-animate {
	animation: ripple 0.5s linear;
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(3);
	}
}

.expand {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	width: 40px;
	background-color: #cfe8fc;
	float: right;
}

.fa-ff {
	font-family: FontAwesome;
}

.img-responsive {
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.card-text {
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	width: 100%;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.link {
	display: inline-block;
	margin-left: 14px;
	margin-right: -4px;
}

.icon {
	height: 25px;
}

.extra {
	font-size: 16px;
}

.more {
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: -20px;
}

.links {
	float: right;
}

.pad {
	display: inline-block;
	width: 7px;
}

#choice-text {
	margin-top: 0px;
}

#choice-body {
	padding-bottom: 10px;
}

.choice-link {
	display: block;
	width: 100%;
	line-height: 35px;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.choice-link:hover {
	background-color: #e0e0e0;
}

.link-icon-wrapper {
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	text-align: center;
}

.link-icon {
	height: 35px;
	padding-bottom: 6px;
	padding-top: 4px;
}

.shortdesc {
	color: #000000;
	font-size: 15px;
	margin-top: -10px;
}

.section {
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	padding-top: 90px;
	padding-bottom: 100px;
}

.sink-in {
	background-color: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2) inset;
}

.find-link {
	display: inline-block;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.15)) !important;
	margin: 10px;
}

#social-msg {
	margin-bottom: 40px !important;
}

#email-msg {
	margin-top: 40px !important;
}

.ripple-listener {
	overflow: hidden;
	position: relative;
}
