body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFF;
	background-color: #0F3C50;
	font-family: 'lato', sans-serif;
	font-size: 1.5em;
}
h1 {}
h2, h3 {
	font-family: 'Quicksand', sans-serif;
}
p {
	line-height: 1.75em;
}
.emphasis {
	font-family: 'lato', sans-serif;
}
.navbar {
	border-radius:0;
	margin:0;
	z-index: 99999;
}
.section {
	margin:0;
	text-align: center;
	padding: 15px 10px;
}
.section .section-content {
	text-align: center;
	margin: auto;
	max-width: 1000px;
	width: 100%;
	padding: 15px 10px;
}
tr:nth-child(odd):not(.ng-table-sort-header) {
	background-color: #fff;
}
table ul {
	padding-top: 2px;
	padding-left: 0;
}
table ul li {
	list-style: none;
}
@media (max-width: 500px) {
	tr {
		display: flex;
		flex-wrap: wrap;
	}
	td {
		display: block;
		flex:1;
	}
	td:nth-child(2) {
		flex: 4;
	}
	td:nth-child(4), td:nth-child(3) {
		width: 100%;
		flex: auto;
	}
	thead {
		display: none;
	}
	th .filter {
		display: block;
		width:100%;
	}
	table ul {
		padding: 5px;
		margin-bottom: 0;
		text-align: center;
	}
	table ul li {
		display: inline;
		font-weight: bold;
	}
	table ul li:after {
		content: "\2022";
		margin-left: 10px;
		margin-right: 10px;
		color: #999;
		font-size: 14px;
	}
	table ul li:last-child:after {
		content: none;
	}
}
#tableApp {
	border-radius: 5px;
	background: #FAFAFA;
	border: 1px solid #DDD;
}
.sec1 {
	background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.0)), url(../images/bg4.jpeg) no-repeat center center, #000;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 700px;
}
.flatButtonContainer {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
.flatButton {
	height: 50px;
	width: 150px;
	color: #fff;
	border: solid #fff 3px;
	background-color:transparent;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: 40px;
}
.social {
	height: 30px;
	margin-top: 25px;
}
.social img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
table {
	border:none;
	width:95%;
	margin: 10px auto;
	text-align: left;
}
table th {
	padding: 0 10px;
	text-align: center;
}
table td {
	padding: 10px;
	vertical-align: top;
}
.sec2 {
	background-color: #FFF;
	color: #055476;
}
.sec21 {
	background-color: #EEE;
	color: #000;
}
.sec3 {
	old-background-color: #FF5A33;
	old-background-color: #2882AA;
	color: #FFF;
	background: linear-gradient(#2882AA, #46B4B4);
	old-background-color: #EEE;
	old-color: #055476;
}
.sec3 h2 {
	margin: 10px auto 40px;
}
.sec3 ul {
	padding-left: 0;
}
.skill {
	text-align: left;
}
.thestars {
	display:inline;
	float:right;
}
.glyphicon-star, .glyphicon-star-empty {
	color: #FF5A33;
}
.sec3 .cs {
	color: #000;
	width: 100%;
	margin: 10px, 0;
	background-color: #FFF;
	padding: 10px 25px;
	border-radius: 4px;
}
.sec3 .ie {
	color: #000;
	width: 100%;
	margin-top: 20px;
	background-color: #FFF;
	padding: 10px;
	border-radius: 4px;
}
.sec3 h3 {
	color: #2883AA;
}
.sec4 {
	background-color: #FFF;
	color: #2883aa;
	color: #055476;
	color: #000;
}
.sec5 {
	background-color: #FFF;
	color: #055476;
}
.sec6 {
	background-color: #FFF;
	color: #055476;
	display: none;
}


h1a, h2a {}
no {
	font-size: 2em;
	font-family: 'Quicksand', sans-serif;
	font-family: serif;
	font-weight: bold;
}
.emphasis {
	font-size: 3em;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}
.hline {
	height: 0;
	width: 200px;
	margin: 2.5em auto;
	border: solid #fff 1px;
	border: solid #000 1px;
}
.hline .light {
	border-bottom: none;
	margin: 10px;
}
	.linesec2 {
		border-color: #055476;
	}
	.linesec4 {
		border-color: #2883aa;
	}
	.linesec5 {
		border-color: #055476;
	}
	.linesec6 {
		border-color: #055476;
	}
#funfact {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.funfact {
	display:block;
	width: 200px;
	height: 200px;
	border-radius: 10px;
	margin:15px;
}
.funfact .ffimage {
	width: 200px;
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 10px 10px 0 0;
}
.funfact .ffdetail {
	width: 200px;
	height: 40px;
	margin: auto;
	padding: auto;
	background-color: #fff;
	//text-align: center;
	border-radius: 0 0 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.funfact .ffdetail div {
}
/* Medium screens */
@media all and (max-width: 768px) {
  .funfact {
    width: 130px;
    height: 130px;
  }
  .funfact .ffimage {
	width: 130px;
	height: 90px;
  }
  .funfact .ffdetail {
	width: 130px;
	height: 40px;
  }
}
footer {
	background-color: #0F3C50;
	height: 200px;
}
footer a {
	color: #FFF;
	font-style: italic;
}
footer p {
	text-align: center;
	color: #FFF;
	margin: auto;
	max-width: 1000px;
	padding: 5px, 10px;
}
.mobileProjectsContainer {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.mobileProjectsContainer pre {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.mobileProjectsContainer pre:first-child {
	margin-right: 2%;
	margin-left: 0;
}
.mobileProjectsContainer pre * {
	margin: 0 auto;
}
pre {
	white-space: normal;
	word-break: normal;
}
dl {
	margin: 0;
}
dd {
	margin-bottom: 20px;
}
input[type=submit] {
	background-color: #EEE;
	border: 2px solid #008CBA;
	font-size: 16px;
	padding: 8px 50px;
	margin: 5px auto;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
input[type=submit]:hover {
	background-color: #008CBA;
	color: #FFF;
}
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }
input:-moz-placeholder { color: #ccc; }
input.ng-invalid.ng-dirty, textarea.ng-invalid.ng-dirty {
	background-color:pink;
}
input[disabled]:hover {
	background-color:#EEE;
	color:#000;
}

/*FLEX*/

.flexBoxAbout {
  display: flex;
  flex-direction: column;
}
.flexBoxAboutSpacer {
  display: none;
}
.flexBoxWhatIDo {
	display: flex;
	flex-direction: column;
}
.flexBoxWhatIDoProject {
	flex: 1;
}
.flexBoxWhatIDoiOS {
	flex: 1;
}
.flexBoxExpect {
	display: flex;
	flex-direction: row;
	margin: 20px auto;
}
.flexBoxExpectCheck {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
}
.flexBoxExpectCheck img {
	width: 30px;
	height: 30px;
	margin: 10px;
}
.flexBoxExpectContent {
	flex: 1;
	text-align: left;
}
.flexBoxPortfolio {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
}
.flexBoxPortfolioCard:hover {
	color: #333333;
	text-decoration: none;
}
.flexBoxPortfolioCard {
	position: relative;
	border: 1px solid gray;
	color: #333333;
	text-decoration: none;
	background-color: #eee;
	width: 440px;
	margin: 10px;
	padding: 20px;
}
@media (max-width: 960px) {
	.flexBoxPortfolio {
		flex-direction: column;
	}
	.flexBoxPortfolioCard {
		width: inherit;
		margin: 10px;
	}
}
.flexBoxGithub {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
.githubContainer {
	position: relative;
	border: 1px solid gray;
	color: #333333;
	text-decoration: none;
	background-color: #eee;
	width: inherit;
	margin: 10px;
	padding: 20px;
}
.flexBoxContact {
	display: flex;
	flex-direction: column;
}
.flexBoxContactMeta {
	flex: 1;
	margin-right: 0;
}
.flexBoxContactMeta input {
	width: 100%;
}
.flexBoxContactMessage {
	flex: 1;
}
.inlineSubmitButton {
	display: none;
}
.outlineSubmitButton {
	display: block;
}

/*FLEX LARGE ONLY*/

@media (min-width: 768px) {
  .flexBoxAbout {
    flex-direction: row;
  }
  .flexBoxAboutContent {
    flex: 1;
  }
  .flexBoxAboutImage {
    flex: 0 0 12em;
  }
  .flexBoxAboutSpacer {
    display: block;
  }
	.flexBoxWhatIDo {
		flex-direction: row;
	}
	.flexBoxContact {
		display: flex;
		flex-direction: row;
	}
	.flexBoxContactMeta {
		flex: 2;
		margin-right: 25px;
	}
	.flexBoxContactMessage {
		flex: 3;
	}
	.inlineSubmitButton {
		display: block;
	}
	.outlineSubmitButton {
		display: none;
	}
}
