@font-face {
    font-family: 'Clarissa';
    src: url('../fonts/Clarissa.eot');
    src: url('../fonts/Clarissa.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Clarissa.woff2') format('woff2'),
        url('../fonts/Clarissa.woff') format('woff'),
        url('../fonts/Clarissa.ttf') format('truetype'),
        url('../fonts/Clarissa.svg#Clarissa') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Astina';
    src: url('../fonts/Astina.eot');
    src: url('../fonts/Astina.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Astina.woff2') format('woff2'),
        url('../fonts/Astina.woff') format('woff'),
        url('../fonts/Astina.ttf') format('truetype'),
        url('../fonts/Astina.svg#Astina') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aleo';
    src: url('../fonts/Aleo-Bold.eot');
    src: url('../fonts/Aleo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aleo-Bold.woff2') format('woff2'),
        url('../fonts/Aleo-Bold.woff') format('woff'),
        url('../fonts/Aleo-Bold.ttf') format('truetype'),
        url('../fonts/Aleo-Bold.svg#Aleo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aleo';
    src: url('../fonts/Aleo-Regular.eot');
    src: url('../fonts/Aleo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aleo-Regular.woff2') format('woff2'),
        url('../fonts/Aleo-Regular.woff') format('woff'),
        url('../fonts/Aleo-Regular.ttf') format('truetype'),
        url('../fonts/Aleo-Regular.svg#Aleo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.script {
    font-family: 'Clarissa';
    font-weight: normal;
    font-style: normal;
		word-spacing: -40px;
}

.punctuation {
    font-family: 'Astina';
    font-weight: normal;
    font-style: normal;
}

.serif-normal {
    font-family: 'Aleo';
    font-weight: normal;
    font-style: normal;
		word-spacing: 2px;
}

.serif-bold {
    font-family: 'Aleo';
    font-weight: bold;
    font-style: normal;
		word-spacing: 2px;
}

body {
	background: url(../img/top-bg-dots.png) left top no-repeat, url(../img/bot-bg-dots.png) right bottom no-repeat;
	background-color: #fffef1;
	color: #2e2a2b;
	margin: 0;
	padding: 0;
}

h1 {
	margin: 20px 10px 20px 10px;
}

p {
	margin: 10px;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav li {
	display: inline-block;
}

nav li:hover {
	background: rgba(255, 254, 241, 1);
}

nav li a {
	color: #2e2a2b;
	text-decoration: none;
	padding: 5px;
}

nav li a:hover {
	color: #000000;
}

nav.header {
	margin: 0 0 50px 0;
}

p a {
	text-decoration: none;
}

#main {
	margin: 60px;
	border: 4px solid #c9a938;
	padding: 30px;
	background: rgba(255, 254, 241, .5);
}

.xx-large {
	font-size: 160px;
}

.x-large {
	font-size: 110px;
}

.large {
	font-size: 80px;
}

.medium {
	font-size: 50px;
}

.normal {
	font-size: 24px;
}

.small {
	font-size: 16px;
}

.all-caps {
	text-transform: uppercase;
}

.extra-line-height {
	line-height: 120%;
}

.less-line-height {
	line-height: 80%;
}

.center {
	text-align: center;
}

.headshot {
	border-radius: 50%;
	border: 5px solid #c9a938;
	margin: 10px;
}

.responsive {
	max-width: 100%;
  height: auto;
}

.button {
	border-radius: 8px;
	background: #c9a938;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
}

.button:hover {
	background: #dcba43; 
}

@media only screen and (max-width: 1024px) {

	h1 {
		margin: 20px 0 40px 0;
	}

	#main {
		margin: 20px;
		padding: 20px 10px 20px 10px;
	}
	
	.xx-large {
		font-size: 90px;
	}

	.x-large {
		font-size: 64px;
	}

	.large {
		font-size: 42px;
	}

	.medium {
		font-size: 30px;
	}

	.normal {
		font-size: 20px;
	}

	.small {
		font-size: 14px;
	}
	.headshot {
		max-width: 200px;
	}

}
