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

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: top;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }




/* TEXT */

.text-contact {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	line-height: 1.2;
}
.text-black {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text-black-small {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 11px;
}
.text2-purple {
	color: #443E96;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text3-darkgray {
	color: #353535;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text3-yellow {
	color: #D9AF0D;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 13px;
}
.text-white {
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 12px;
}
.text4 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
}



/* MENU */

.menu {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 300;
}



/* BACKGROUNDS */

.sub-bg-index-contact {
	background-image: url(images/index2017_06.jpg);
	height: 110px;
	width: 496px;
}

.sub-bg-captainamerica {
	background-image: url(images/bg-captainamerica.jpg);
	width: 950px;
}

.sub-bg-index-menu {
	background-image: url(images/index2017_04.jpg);
	height: 53px;
	width: 496px;
}

.sub-bg-subpage-menu {
	background-image: url(images/subpage2017_04.jpg);
	height: 44px;
	width: 479px;
}
.sub-bg-subpage-contact {
	background-image: url(images/subpage2017_10.jpg);
	height: 102px;
	width: 415px;
}
.sub-bg {
	background-color: #FFF;
}
#contactindex {
	padding: 35 40 5 23;}
#contactsubpage {
	padding: 70 5 0 5;}
#body {
	padding: 0 10 0 10;}



/* LINKS & BORDER */

a {
	color: #000;
	text-decoration: underline;
}
a.menulink {
	color: #FFF;
	text-decoration: none;
}
a.menulink:hover {
	color: #9592be;
	text-decoration: underline;
}
.border {
	border: 3px solid #443E96;
}


