﻿@import url('style.css');
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #d0ecf9;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
header {
	background-position: center center;
	text-align: center;
	color: #fff;
	height: 100%;
}
header img {
	display: block;
	margin: 5% auto 0px;
}
.name {
	display: block;
	text-transform: uppercase;
	font-family: 'THCharmofAU', serif;
	font-size: 2em;
}
.skills {
	font-size: 1em;
	font-family: 'THCharmofAU', serif;
	color: #2c6f90;
	line-height:1.85em;
}
.name2 {
	font-size: 1.25em;
	font-family: 'THCharmofAU', serif;
}

@media (min-width: 768px) {
.name {
	font-size: 2.5em;
}
.name2 {
	font-size: 2em;
}
.skills {
	font-size: 1.25em;
	line-height: 2em;
}
}

.btn-primary.btn-outline {
	color: #428bca;
}
.btn-outline {
	color: inherit;
	background-color: transparent;
	transition: all .5s;
}
.btn-intro {
	margin-top: 20px;
}
