@charset "utf-8";
@font-face {
	font-family:"Source Sans Pro";
	src: local("Source Sans Pro"),
	url("./fonts/SourceSansPro-Regular.otf")
	format("OpenType")
}

p {
	font-family:"Source Sans Pro";
}

nav {
	font-family:"Source Sans Pro";
}

img {
	max-height:619px;
	max-width:1280px;
}

a.small:link {
    color: #000000;
	text-decoration:none;
}

a.small:visited {
    color: #000000;
	text-decoration:none;
}

a.small:hover {
    color: #CF9802;
	text-decoration:none;
}

a.small:active {
    color: #000000;
	text-decoration:none;
}

a.big:link {
    color: #000000;
	text-decoration:none;
	font-size:3vw;
}

a.big:visited {
    color: #000000;
	text-decoration:none;
	font-size:3vw;
}

a.big:hover {
    color: #CF9802;
	text-decoration:none;
	font-size:3vw;
}

a.big:active {
    color: #000000;
	text-decoration:none;
	font-size:3vw;
}