@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	height: 100%;
	overscroll-behavior: none;
	background-image: url(../images/blacktexture-1920.png);
	background-repeat: repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.header-text {
	text-align: center;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: Black;
	/*background-color: rgba(107,107,107,0.75);*/
	border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.myLogo {
	width: 100%;
}

main {
	font-family: Arial, "sans-serif";
	padding: 15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: rgba(134,134,134,0.63);
	border-radius: 5px;	
}

h1 {
	font-family: Arial, "sans-serif";
	text-align: center;
	font-size: 60px;
	color: rgba(248,113,0,1.00);
	letter-spacing: 3px;
}

h2 {
	font-family: Arial;
	text-align: center;
	font-size: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}

p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 25px;
	font-size: 20px;
}
strong {
	font-weight: bold;
}

.attention {
	color: rgba(248,113,0,1.00);
}

.landingP {
	color: white;
	text-align: center;
}

.button {
	border: none;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	width: 100%;
	min-height: 200px;
	border-radius: 0px 25px 5px;
	height: 125px;
}

.button1 {
	background-image: url(../images/webdesigner--300.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 2px solid rgba(248,113,0,1.00);
}

.button1 {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.2);
}

.button2 {
	background-image: url(../images/../images/RPG02-610x350.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 2px solid rgba(248,113,0,1.00);
}

.button2 {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.2);
}

.buttonHover:hover {
	background-color: rgba(248,113,0,1.00);
	color: white;
}

.button1:hover {
	border: 10px solid rgba(204,9,0,1.00);
}

.button2:hover {
	border: 10px solid rgba(204,9,0,1.00);
}

.linkName {
	background-color: rgba(107,107,107,0.9);
	font-size: 30px;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px;
	color: rgba(248,113,0,1.00);
}

.myLink {
	text-decoration: none !important;
	color: white;
}


/*--Under Construction Warning--*/
.container {
	margin-top: -60px;
	margin-bottom: -60px;
  	position: relative;
  	text-align: center;
}

.myCaution {
	max-width: 100%;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
	background-color: rgba(107,107,107,0.5);
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footerP {
	text-align: center;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-radius: 5px;
	padding-bottom: 15px;
}

/* Main Top Margin adjustment for larger and smaller windows */
@media screen and (max-width: 2400px){
	main {
		margin-top: 300px;
	}
	.header-text {
		left: 50%;
	}
	.myLogo {
		margin-top: -100px;
	}
	
}

@media screen and (max-width: 1200px){
	main {
		margin-top: 280px;
	}
}

@media screen and (max-width: 768px){
	main {
		margin-top: 240px;
	}
	.header-text {
		top: 20%;
	}
}

@media screen and (max-width: 600px){
	main {
		margin-top: 180px;
	}
	.header-text {
		top: 15%;
	}
}


/*Button changes for smaller browsers*/
@media screen and (max-width: 768px){
	.button {
		min-height: 150px;
	}
}

@media screen and (max-width: 600px){
	.button {
		min-height: 125px;
	}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
