/* stylesheet for main page */
@font-face {
    font-family: 'BlackRose';
    src: url('../font/blackrose/BLACKR-webfont.eot'), url('../font/blackrose/BLACKR-webfont.ttf') format('truetype'), url('../font/blackrose/BLACKR-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Journal';
    src: url('../font/journal/journal-webfont.eot'), url('../font/journal/journal-webfont.ttf') format('truetype'), url('../font/journal/journal-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Blokletters';
    src: url('../font/bloklettersbalpen_balpen/Blokletters-Balpen-webfont.eot'), url('../font/bloklettersbalpen_balpen/Blokletters-Balpen-webfont.ttf') format('truetype'), url('../font/bloklettersbalpen_balpen/Blokletters-Balpen-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: white;
}

h1{
	font-family: 'Journal';
	font-size: 500%;
	margin:0;
    padding:0;
}

h2{
	font-family: 'Journal';
	font-size: 300%;
	margin: -20px;
    padding:0;
}

p {
	font-family: 'Blokletters';
	font-size: 80%;
}

#contact {
	float: right;
}

#contact a{
	color: inherit;
}

.fixed-bg {
	background-image:url('../images/rebecca-cropped.jpg');
	min-height: 90rem;
    background-attachment:fixed;
	background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#main-text {
	right: 25%;
	top: 15%;
	font-size: 200%;
	width: 20%;
	position: fixed;
}

.coloured-text {
	color: #ff5252;
}

#my-story {
	background-color: #ff5252;
	position: relative;
	min-height: 100rem;
}

#my-story-text {
	width: 33%;
	margin: auto;
	font-size: 150%;
	font: 'Arial';
}

#down-arrow {
	position: fixed;
	left: 50%;
	bottom: 10px;
	font-family: Arial, sans-serif;
}