@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Times, "Times New Roman", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

/*begin header*/
header {
	padding: 40px;
	background-color: #777575;
}

div.row {
	display: none;
}

div.logo img {
	max-width: 40%;
	margin-left: 30%;
}

div.mobile {
	z-index: 999;
	top: 0px;
	position: sticky;
	position: -webkit-sticky;
}

div.mobile {
	background-color: black;
}



main {
	background-color: white;
}

div.hide p {
	display: none;
}



nav.style-nav {
	margin: 0px 0px;
	text-align: center;
	padding: 5px 5px;
}

.style-nav li {
	list-style-type: none;
	text-align: center;
	position: relative;
	display: inline-block;
}

.style-nav ul li a p {
	float: right;
	transform: translate(5px, -5px);
	transition: 0.2s;
}

.style-nav ul li:hover a p {
	transform: rotate(-180deg);
}

.style-nav li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 2px 8px;
	font-size: 15px;
}

ul li ul.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: center;
	padding: 10;
}

.style-nav ul li a {
	background-color:#030303;
	
}

.style-nav ul li a:hover {
	background-color: #2D2D2D;
}

ul li:hover ul.dropdown{
	display: block;
}
/*end header*/

.background-img {
	background-image: url("Brick Pics Images/Obi-Wan(AotC)_BP homePageCover.jpg");
	background-size: cover;
	padding: 75px;
	text-align: center;
	font-size: 20px;
	color:#050505;
	max-width: 100%;
}

.desc-text {
	text-align: center;
	font-size: 15px;
	margin-left: 0%;
	margin-right: 0%;
	color: black;
}

.links img {
	width: 50%; 
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.links li {
	list-style-type: none;
}

.link-group {
	padding: 10px;
	display: inline-block;
	margin-left: 20%;
	z-index:300;
	background-color: #B9B9B9;
}
footer {
	background: #777575;
	padding: 40px;
	text-align: center;
}

footer h2 {
	padding: 10px;
	line-height: 2em;
}


div.body {
	padding: 5px;
	margin-bottom: 20%;
	margin-left: 20%;
}

div.change img {
	width: 80%;
}

div.change {
	margin-top: -60%;
	margin-left: 4%;
}

	div.change {
		border: solid;
		border-width: 15px;
		border-radius: 10px;
		margin-right: 70%;
		border-color: #B9B9B9;
	}

div.change .img-change {
	margin-right: -25%;
	margin-bottom: -5%;
}

p.img-text {
	padding: 5px;
	text-align: center;
	margin-right: 0%;
	margin-top: 20%;
	color: black;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}

p.img-text a {
	color: black;
}

p.img-text a:hover {
	color: blue;
}

.email {
	font-size: 20px;
}

.email a {
	text-decoration: none;
	color: black;
}

.email a:hover {
	color: blue;
}





/*Tablet View*/
@media (min-width: 760px) {
	
	/*begin header*/
header {
	padding: 40px;
	background-color: #777575;
}
	
	div.row{
		display: block;
	}
	
	div.mobile {
		display: none;
	}
	
	div.logo {
		display: none;
	}

main {
	background-color: white;
}

div.hide p {
	display: none;
}

.style-nav li {
	list-style-type: none;
	text-align: center;
	position: relative;
	display: block;
	float: right;
}

.style-nav ul li a p {
	float: right;
	transform: translate(5px, -5px);
	transition: 0.2s;
}

.style-nav ul li:hover a p {
	transform: rotate(-180deg);
}

.style-nav li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 8px;
	font-size: 20px;
}

ul li ul.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	text-align: center;
	padding: 10;
}

.style-nav ul li a {
	background-color:#030303;
	
}

.style-nav ul li a:hover {
	background-color: #2D2D2D;
}

ul li:hover ul.dropdown{
	display: block;
}
/*end header*/

.background-img {
	background-image: url("Brick Pics Images/Obi-Wan(AotC)_BP homePageCover.jpg");
	background-size: cover;
	padding: 100px;
	text-align: center;
	font-size: 20px;
	color:#050505;
}

.desc-text {
	text-align: center;
	font-size: 15px;
	margin-left: 0%;
	margin-right: 0%;
	color: black;
}

.links img {
	width: 40%; 
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.links li {
	list-style-type: none;
}

.link-group {
	padding: 10px;
	display: inline-block;
	margin-left: 20%;
	z-index:300;
	background-color: #B9B9B9;
}
footer {
	background: #777575;
	padding: 40px;
	text-align: center;
}

footer h2 {
	padding: 10px;
	line-height: 2em;
}


div.body {
	padding: 5px;
	margin-bottom: 20%;
	margin-left: 20%;
}

div.change img {
	width: 80%;
}

div.change {
	margin-top: -60%;
	margin-left: 4%;
}

	div.change {
		border: solid;
		border-width: 15px;
		border-radius: 10px;
		margin-right: 70%;
		border-color: #B9B9B9;
	}

div.change .img-change {
	margin-right: -25%;
	margin-bottom: -5%;
}

p.img-text {
	padding: 5px;
	text-align: center;
	margin-right: 0%;
	margin-top: 20%;
	color: black;
	line-height: 30px;
	font-weight: bold;
	font-size: 15px;
	position: relative;
}

p.img-text a {
	color: black;
}

p.img-text a:hover {
	color: blue;
}

.email {
	font-size: 25px;
}

.email a {
	text-decoration: none;
	color: black;
}

.email a:hover {
	color: blue;
}

	
	.style-nav li {
		text-align: right;
		float: right;
	}
	
	.style-nav li a {
		font-size: 22px;
	}
	
	.background-img {
		padding: 150px;
		font-size: 45px;
	}
	
	.link-text {
	padding-bottom: 50px;
	padding-top: 5px;
}

.link-text a {
	padding-left: 60px;
	padding-right: 100px;
}
	
	p.img-text {
		font-size: 15px;
	}
}

/*Desctop View*/
@media (min-width: 1024px) {
	.style-nav li {
		text-align: right;
	}

	.style-nav li a {
		font-size: 22px;
	}
	
	.background-img {
		padding: 200px;
		font-size: 60px;
	}
	
	.link-text {
		padding-bottom: 50px;
		padding-top: 5px;
	}
	
	.desc-text {
		font-size: 30px;
	}

	.link-text a {
		padding-left: 190px;
		padding-right: 280px;
	}
	
	p.img-text {
	line-height: 40px;
}
	
	p.img-text {
		font-size: 30px;
	}
	
	div.change img {
		width: 80%;
	}
	
	div.change {
		border: solid;
		border-width: 30px;
		border-radius: 10px;
		margin-right: 70%;
		border-color: #B9B9B9;
	}
	
	div.change .img-change {
	margin-right: -25%;
	margin-bottom: -2%;
}

}

