* {
	font-family: Arial;
	margin: 0;
	padding: 0;
}

h1 {
	color: white;
	font-size: 50px;
	padding: 30px 150px;
}

#topbar {
	background-color: rgb(255,100,0); /*orange top bar*/
	background-size: cover;
	height: 180px;
}

#topbar img {
	height: 120px;
	width: 121px;
}

#topbar #bar {
	font-size: 30px;
	text-align: right;
	word-spacing: 35px;
	padding-right: 50px;
}

#topbar #bar a {
	color: white;
}

#title {
	font-size: 40px;
	color: black;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.container {
	margin: 20px auto;
	position: relative;
	width: 450px;
	padding-bottom: 450px;
	background: #4c4c4c;
}

.slide_img {
	position: absolute;
	width: 450px;
	height: 450px;
}

.slide_img img {
	width: 450px;
	height: 450px;
}

#i1, #i2, #i3 {
	display: none;
}

.pre, .nxt {
	height: 10%;
	position: absolute;
	top: 43%;
	z-index: 99;
	cursor: pointer;
	color: rgb(107,107,107);
	font-size: 50px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}

.pre {
	left: 0;
}

.nxt {
	right: 0;
}

.nav {
	width: 100%;
	height: 11px;
	bottom: 5%;
	position: absolute;
	text-align: center;
	z-index: 99;
}

.dots {
	top: 10px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,.6);

}

.slide_img {
	z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three{
	z-index: 9;
}

#i1:checked ~ .nav #dot1,
#i2:checked ~ .nav #dot2,
#i3:checked ~ .nav #dot3{
	background: #fff;
}

#detail {
	padding-bottom: 30px;
}

#detail p {
	text-align: left;
	font-size: 30px;
	padding-left: 30%;
	line-height: 60px;
}

footer {
	background-color: rgb(255,100,0);
	background-size: cover;
	height: 135px;
}

footer table {
	padding-top: 20px;
	padding-left: 50px;
}

footer #links {
	color: white;
	font-size: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
}

footer img {
	height: 40px;
	width: 40px;
	padding-right: 50px;
}

footer #copy {
	color: white;
	font-size: 11px;
	padding-top: 30px;
	padding-left: 50px;
}