*, html {
	box-sizing: border-box;
	color: #000;
	font-family: 'Roboto', Verdana, Tahoma, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: left;
}

a:link {
	color: #0086ad;
}

a:visited {
	color: #026886;
}

a:active {
	color: #009bc8;
}

a:hover {
	color: #009bc8;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

p {
	font-size: 100%;
}

.bold {
	font-weight: 500;
}

button.md-button {
	margin-left: 0;
	width: auto !important;
}

button.md-button.md-primary {
	background: #0e6913;
}

button.md-button.md-primary:hover {
	background: #0a4c0e;
}

button.md-button.md-secondary {
	background: #204c75;
}

button.md-button.md-secondary:hover {
	background: #1b4063;
}

button.md-button[disabled] {
	background: #b1b1b1 !important;
}

button.md-button[disabled] span {
	color: #444;
}


body {
	background: #233f59;
	float: left;
	height: 100%;
	width: 100%;
}

#main-wrapper {
	background-attachment: fixed;
	background-color: #fff;
	background-image: url('../images/bg1.png');
	background-repeat: no-repeat;

	float: left;
	width: 100%;
}

#content-wrapper {
	height: 100%;
	width: 100%;
}

md-content {
	background: transparent;
}

md-tabs md-tabs-wrapper {
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.5);
}

md-tabs-canvas {
    margin: 0 auto;
	max-width: 60rem;
}

md-pagination-wrapper {
	margin: 0 auto;
	position: relative !important;
}

.md-tab span {
	color: #444;
}

.md-tab.md-active span {
	color: #2e6fac;
}

md-tabs md-ink-bar {
	height: 5px;
}

#header-wrapper .md-icon-button {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
}

#header-wrapper .md-icon-button span,
#header-wrapper .md-icon-button .material-icons {
	color: #fff;
}

#header-wrapper, 
#content-wrapper, 
#footer-wrapper {
	text-align: center;
	width: 100%;
}

#header {
	background: rgba(129, 255, 28, 0.4);
    padding: 0.5rem;
    width: 100%;
}

#header-content {
	margin: 0 auto;
	max-width: 60rem;
    text-align: center;
    width: 100%;
}

#header-content h1, 
#header-content span {
	text-align: center;
}

#header-content h1 {
	color: #fff;
	font-weight: 300;
	line-height: 1;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

#header-content span {
	color: #164c12;
	display: inline-block;
	line-height: 1;
	padding: 0 0.5rem 0 0.5rem;
	width: 100%;
}

#body-content {
	overflow: hidden;
}

.content-box {
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	max-width: 48rem;
	width: 100%;
}

.content-img {
	position: absolute;
	padding-right: 2rem;
}

.content-right img {
	background: #fff;
    -webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 0.5rem solid #fff;
	max-width: 200px;
	margin: 0 auto 1rem auto;
	width: 100%;
}

.content {
	float: left;
	width: 100%;
}

.content-left {
	padding-right: 2rem;
}

.content-right {
	text-align: center;
}

.content h1, 
.content p, 
.content span {
	color: #fff;
	text-shadow: 0px 1px 1px #275a87;
}

.content h1, 
.content p {
	padding: 0 0 1rem 0;
	text-align: center;
}

.content h1 {
	font-weight: 400;
	width: 100%;
}

.content p {
	font-weight: 300;
	width: 100%;
}

#about-me .social-link {
	display: inline-block;
	line-height: initial;
	margin: 0;
	min-width: 1px;
	min-height: 1px;
	padding: 0;
}

#about-me .fa {
    color: #ccc;
	font-size: 40px;
}

#about-me .fa:hover {
    color: #fff;
}

md-tooltip .md-content {
	background: rgba(0,0,0,0.9);
	height: 27px !important;
	line-height: 27px !important;
}

md-tooltip span {
	color: #fafafa;
	font-size: 130%;
}

#skills i.material-icons {
    color: #fff;
    display: block;
    font-size: 400%;
	margin: 0 auto;
    text-align: center;
}

#skills h1 {
	font-size: 130%;
	line-height: 1;
	text-align: center;
}

#skills ul {
	list-style: none;
	margin: 0 auto;
}

#skills ul li {
	background: rgba(255,255,255,0.8);
	border-radius: 0.25rem;
    color: #444;
	margin: 0.35rem 0;
    padding: 0.35rem 0.5rem;
	text-align: center;
}

#contact-form {
	padding: 1rem 0;
}

#contact-form md-input-container {
    margin: 0.25rem 0;
	padding: 0;
	width: 100%;
}

#contact-form md-input-container label {
	color: #fff;
}

#contact-form md-input-container input, 
#contact-form md-input-container textarea {
	color: #444;
}

#contact-form md-input-container label,
#contact-form md-input-container input {
	padding: 0;
}

#contact-form md-input-container.md-default-theme .md-input, md-input-container .md-input {
	border-color: #fff;
}

#contact-form input, 
#contact-form textarea {
	
}

#contact-form .md-input-focused textarea {
	min-height: 100px;
}

.form-message {
	margin: 0.5rem 0;
    padding: 0.5rem 1rem !important;
}

.form-message#success {
	background: rgba(24,239,0,0.5);
}

.form-message#error {
	background: rgba(255,0,0,0.6);
}

.form-message h3 {
	font-weight: 400;
    padding: 1rem 0;
}

.form-message h3, 
.form-message p {
	color: #fff;
	text-align: center;
	text-shadow: none !important;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input, 
md-input-container.md-input-has-value .md-input,
md-input-container.md-default-theme.md-input-invalid .md-input, 
md-input-container.md-input-invalid .md-input {
	border: none;
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input, 
md-input-container.md-input-has-value .md-input {
	background: rgba(255,255,255,0.8);
}

md-input-container.md-default-theme.md-input-invalid .md-input, 
md-input-container.md-input-invalid .md-input {
	background: #ffd4d4;
}

md-input-container.md-default-theme.md-input-invalid label, 
md-input-container.md-input-invalid label {
	color: #ff0000 !important;
	padding-left: 0.25rem !important;
}

md-input-container.md-default-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after, 
md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
	color: #fff;
	font-size: 120%;
}

#contact-form div[ng-messages] {
	margin-top: -22px;
}

#footer {
	background: #233f59;
	box-shadow: inset 0 10px 12px -12px;
	float: left;
	padding: 1rem;
	width: 100%;
}

#footer span.footer-copyright {
	color: #777;
}


@media screen and (min-width: 961px) {
    .content-left img {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 960px) {
	.content-right h1,	
	.content-left {
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	#skills ul {
		max-width: 22rem;
	}
}