@charset "UTF-8";
body {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tmcc_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-attachment: fixed;
}
.container {
	width: 563px;
	height: 800px;
	margin-left: auto;
	padding: 0;
	margin-right: auto;
	z-index: 9;
	opacity: 1;
	background-color: rgba(255,20,24,0.00);
}
img {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 800px;
	display: block;
	z-index: 1;
}
nav {
	width: 800px;
	height: 60px;
	background-image: -webkit-linear-gradient(270deg,rgba(202,0,3,1.00) 0%,rgba(255,149,149,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(202,0,3,1.00) 0%,rgba(255,149,149,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(202,0,3,1.00) 0%,rgba(255,149,149,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(202,0,3,1.00) 0%,rgba(255,149,149,1.00) 100%);
	border-radius: 30px;
	margin-left: -116px;
}
h1 {
	margin-top: 0px;
	padding-top: 11px;
	padding-left: 19px;
	color: rgba(0,0,0,1.00);
}
.home {
	margin-left: 17px;
	font-size: 0px;
}
a:link {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 34px;
}
a:visited {
	color: rgba(0,0,0,1.00);
}
a:hover {
	color: rgba(147,147,147,1.00);
}
h2 {
	text-align: center;
	color: rgba(211,26,29,1.00);
	font-size: 28px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
	font-size: 21px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 400;
	text-align: justify;
}
