@import url("font-awesome.min.css");

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: url('http://www.theresa-obermayr.com/assets/fonts/SourceSansPro.woff2') format('woff2');
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#socialStuff {
    text-align: center;
}

#socialStuff a {
    padding: 10px;
    text-decoration: none;
}

#socialStuff a:hover {
    color: #e97770;
}

a {
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-decoration: underline;
    color: #717479;
}

a:hover {
    text-decoration: none;
}


.homepage {
	height: 100vh;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
}