@charset "utf-8";
/* CSS Document */

Body{
	font-family:lato;
	color: #b6bfcc;
	margin:0px;
	font-style: normal;
	font-weight: 300;
	background-color: #142739;
	background-image: linear-gradient(to bottom right, rgba(20,39,57,0), rgba(67,82,97,0));
}

.pageMenu{
	position: fixed;
	background-color: #2d3b49;
	width: 50px;
	height: 50px;
	box-shadow: 6px 6px 8px #000000;
	z-index: 9;
	transition: width 0.5s, height 0.5s;
	-webkit-transition: width 0.5s, height 0.5s;
	text-align: left;
	overflow: hidden;
}

.pageMenu:hover{
	width: 20vw;
	height: 100vh;
	min-width: 200px;
	min-height: 700px;
	padding: 10px;
	padding-right: 40px;
	overflow-y: scroll;
}

.pageMenu ul{
	list-style-type: none;
}

.pageMenu li{
	text-decoration: none;
	color: #c7b090;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight:200;
	text-shadow: 3px 3px 8px #000000;
}

.clearfix::after{
	content: "";
	clear:none;
	display: table;
}

.clearfix{
	overflow: auto;
}

.pageWrapper{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.topBanner{
	width: 100%;
	padding-top:20px;
}
.topBanner h1{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 10vw;
	text-align: center;
	margin: 0px;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

.gDes{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 7vw;
	text-align: center;
	margin: 0px;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

.vgd{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 6vw;
	text-align: center;
	margin: 0px;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

a {
		color: #c7b090;
}

.topBanner h2{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: calc(10px + 2vw);
	text-align: center;
	margin-top:0px;
	color: #4f5d6b;
	text-shadow: 3px 3px 8px #000000;
}
.title{
	height: 75%;
	width: 100%;
}

nav ul{
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav li{
	background-color: #4f5d6b;
	display: block;
	flex: 1 1 20%;
	margin-top: 10px;
	padding-top:10px;
	padding-bottom: 10px;
	box-shadow: 6px 6px 8px #000000;
}
nav a{
	text-decoration: none;
	color: #c7b090;
	display: block;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-weight:400;
	font-size:calc(32px + 0.5vw);
	text-shadow: 3px 3px 8px #000000;
}

nav li:hover{
	background-color: #727d88;
}

h2, h3{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #c7b090;
	font-weight:400;
	font-size:2em;
	text-shadow: 3px 3px 8px #000000;
}

.main{
	width:96%;
	margin-left:auto;
	margin-right: auto;
}

.containerFeatured{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-images{
	display: block;
	width: 100%;
}

hr{
	background-color: #c7b090;
	box-shadow: 3px 3px 8px #000000;
	margin-top:20px;
	margin-bottom: 20px;
}

#pic1{
	background-image: url("../images/GraphicDesign/books.jpg");
}
#pic2{
	background-image: url("../images/GraphicDesign/vfx.jpg");
}
#pic3{
	background-image: url("../images/GraphicDesign/game.jpg");
}
#pic4{
	background-image: url("../images/CanTrain5_Processed.jpg");
}
.featuredImage{
	width: 150px;
	height:150px;
	border-radius: 100%;
	background-size: cover;
	background-position: center;
	margin-left: auto;
	margin-right:auto;
	border-style: solid;
	border-width: thick;
	border-color: #c7b090;
	box-shadow: 6px 6px 8px #000000;
}

.featured-images{
	text-align: center;
}

.singleFeature{
	background-color: #2d3b49;
	margin-top: 10px;
	padding-top:20px;
	margin-bottom: 20px;
	box-shadow: 6px 6px 8px #000000;
	flex: 0 1 24%;
    margin:5px;
}

.featured{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	padding-top:1%;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

#topicOne-img{
    width: 100%;
    background-image: url("../images/SpaceFreighter2.png");
	background-position: center;
    background-size: cover;
    height: 440px;
}

#Flower-img{
    width: 100%;
    background-image: url("../images/Flower.jpg");
	background-position: center;
    background-size: cover;
    height: 440px;
}

.inlineHeader h1{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: calc(20px + 2vw);
	text-align: center;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
	padding-left: 20px;
	padding-right: 20px;
}

.topicOne .floatText{
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	left: 30;
	right: 0;
	top: 60%; /* Adjust this value to move the positioned div up and down */
	text-align: right;
	width: 40%;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: calc(20px + 1vw);
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

.topicOne{
    width: 100%;
	position: relative;
	display: inline-block;
}

.topicTwo{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.topicThree{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.topicThree .floatText3 h1{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: calc(20px + 1vw);
	text-align: center;
	margin: 0px;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

.topicTwo .floatText2 h1{
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: calc(20px + 1vw);
	text-align: center;
	margin: 0px;
	color: #c7b090;
	text-shadow: 6px 6px 8px #000000;
}

.topicThree .floatText3{
	flex: 1 1 66%;
    margin: 10px;
	padding-left: 20px;
}

.topicTwo .floatText2{
	flex: 1 1 40%;
	margin: 10px;
	padding-left: 20px;
}

.topicTwo #topicFlower-img{
	width: 650px;
	box-shadow: 6px 6px 8px #000000;
}

.topicTwo #topicTwo-img{
	width: 650px;
	box-shadow: 6px 6px 8px #000000;
}

.topicTwo .sideBar-img{
	width: 650px;
}

.topicTwo #topicTwo-img img{
	width: 100%;
	box-shadow: 6px 6px 8px #000000;
}

.topicTwo .sideBar-img img{
	width: 100%;
	box-shadow: 6px 6px 8px #000000;
}

.topicTwo .comGameTitle-img img{
	width: 400px;
}

.topicThree #topicThree-img img{
	width: 100%;
	box-shadow: 6px 6px 8px #000000;
}

footer{
	margin-top:20px;
	background-color: #2d3b49;
	padding:20px;
	font-size: calc(5px + 0.5vw);
	border-top: thick;
	border-top-style: solid;
	border-color: #4f5d6b;
}