@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'Rectancular';
src: url('fonts/rectancular.eot'), 
url('fonts/rectancular.ttf') format('truetype'), 
url('fonts/rectancular.woff') format('woff'), 
url('fonts/rectancular.woff2') format('woff2');
}

.content {
	text-align: center;
	text-justify: inter-word;
	color: #754719;
	background-color:transparent; border:none; border-width:0;
	background-attachment:fixed;
	background-repeat:repeat;
	padding: 3%;
}
.logo {
	font-family: 'Rectancular', Helvetica, sans-serif;
	font-size: 72px; 
	padding-bottom: 50px;
	}

.home {
	font-family: 'Rectancular', Helvetica, sans-serif;
	font-size: 36px; 
	padding-bottom: 25px;
	}
	
.name {
	text-align: left;
	color: black;
	font-family: 'Rectancular', Helvetica, sans-serif;
	font-size: 36px; 
}
caption {
	color: black;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14px;
	caption-side: bottom;
	
}
	
.phone {
	font-family: 'Rectancular', Helvetica, sans-serif;
	font-size: 36px; 
	text-decoration: none;
	padding-top: 30px;
	}
	
.skills {
	font-family: 'Rectancular', Helvetica, sans-serif;
	font-size: 36px;
	word-wrap:normal;
}

body {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	color: !important black;
}

/* unvisited link */
a:link {
	color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	text-decoration: none;
}

/* selected link */
a:active {
    color: #white;
}