@charset "utf-8";

h2 {color: #BBDBF0;
	margin-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-family: "proxima-nova";
	text-align: center;
	font-size: 30pt;
	font-variant: normal;
	
}

h3{
	color: #BBDBF0;
	margin-left: 20px;
	font-family: "proxima-nova";
	font:italic;
}

img{
	border-radius: 5px;
	width: 100%;
	height:auto;
	box-sizing: border-box;
	transition: width 1s;
}

body {
	align-content: center;
	background-color: #2391a8;
	color: white;
	font-family: "lato";
	font-style: bold;
	font-weight: 500;
}

li {
	color: #E411BB;
}

a {
	color: #D7D7D7;
}

div.articleartwork3col{
	column-count: 3;
	column-gap: 2;
	column-rule-width: medium;
	margin: 10px;
}

div.articleartwork2col{
	column-count: 2;
	column-gap: 2;
	column-rule-width: medium;
	margin: 10px;
}

div.articleartwork{
	margin: 10px;
}

div.img{
	align-content: center;
	box-sizing:content-box;
}

p.indent {
	
	color:aliceblue;
	margin:10px 40px;
}

h3.link{
	text-align: center;
	color:skyblue;
	text-decoration: none;
}

a.ref{
	color:lightblue;
	text-decoration: none;
}

p.link{
	text-align: center;
	text-decoration: none;
}

article{
	width:70%;
	margin-left:15%;
	padding-bottom: 1px;
	margin-top:20px;
	padding-top: 1px;
	background-color:#1c2536; /*#616161*/
	box-shadow: 3px 5px 2px #273651;
	border-radius: 5px;
	transition: width 1s, margin-left 1s;
}



article:hover{
	width:70%;
	margin-left:14%;
}

article.artwork{
	width:70%;
	margin-left:15%;
}

article.artwork:hover{
	width:70%;
	margin-left: 15%;
}

footer{
	width:70%;
	margin-top:20px;
	margin-left:15%;
	background-color:#1c2536;
	box-shadow: 3px 5px 2px #273651;
	border-radius: 5px;
}

iframe{
	box-shadow: 3px 5px 2px #273651;
}

.topnav {
	background-color:#1c2536 ; /*#333*/
	overflow: hidden;
	width:70%;
	margin-left:15%;
	box-shadow: 3px 5px 2px #273651;	
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-alig: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	font-family:"proxima-nova-extra-condensed";;
	
}
.topnav a:hover {
	background-color:#bbdbf0 ;/*#ddd*/
	color: black;
}
.topnav a.active {
	background-color:#e26f2c ;/*#4CAF50*/
	color: white;
}
.block {
	border-width: medium;
	border-style: solid;
	border-color: #e26f2c;
	width: 30%;
	height: 20%;
	text-align: center;
	box-sizing: border-box;
	margin: 10px;
	background-color: #ccc8bc;
	color: #1c2536;
	font-style: oblique;
	font-weight: 400;
}
.contact {
	margin-left: 15px;
	padding: 5px;
	color: #C7C7C7;
}
.header {
	color: #BBDBF0;
	margin-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-family: "proxima-nova";
	text-align: center;
	font-size: 30pt;
	font-variant: normal;
}

.gameWindow{
	position:relative;
	margin-left: auto;
	margin-right: auto;
}
#photo{
	height: 250px;
	width: auto;
	float: right;
	padding-right: 40px;
	padding-top: 40px;
}
#gameContainer{
	width: 1024px;
	height: 768px;

}
