/* SCSS Standardized Cascading Style Sheets */
/*Unknow acronym CSS LCS */
/* Documentation at www.OpenBuild.net/csslcs.php */
/*  */


* {margin-top: 0; padding: 0;}


/* BODY CONTAINER */
body{
	 padding: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 24px;
}

/*RULES*/

a{
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

br{
	min-width: 100%;
}

hr{
	width: 100%;
	opacity: 0.1;
}


#dummy{
	background-color: #d1bea8;
}

#dummy2{
	background-color: (211, 180, 130, 0.4);
}

p{
	color: #000000;
	min-width: 400px;
	margin-bottom: 128px;
}

h1{
	font-size: 40px;
	padding: 0px;
	background-color: transparent;
}

h2{
	font-size: 32px;
	background-color: transparent;
	padding-left: 40px;
	margin-top: 100px;
}

h3{
	padding: 28px;
}

h4{
	padding: 20px;
}

h5{
	padding: 20px;
}


ul{
	margin-bottom: 128px;
}

/*IMAGES*/

#twitter{
	width: 50px;
	height: 50px;
}

#header_container{
	border-style: solid;
	border-width: 1px;
	border-color: green;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 32px;
	box-shadow: 0px 0px 24px #000000;
}

#website_name{
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 16px;
	display: flex;
	align-items: flex-start;
}


#playstudies_logo{
	width: 50px;
	height: 50px;
}

#navigation_menu{
	display: flex;
	align-items: flex-start;
	margin-right: 128px;
}

.navigation_menu{
	margin-right: 64px;
	list-style-type: none;
}

#navigation_address{
	display: flex;
	align-items: flex-start;
}

.navigation_address{
	margin-right: 16px;
	list-style-type: none;
}

#in_game_assets_img_only{
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	flex: 1;
	list-style-type: none;
	margin-bottom: 64px;
}

#social_media{
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	list-style-type: none;
	margin-bottom: 64px;
}

.in_game_assets{
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	list-style-type: none;
}

.in_game_asset{
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding: 16px;
	flex: 1;
	list-style-type: none;
}



