@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color:rgba(0,0,0,1.00)
	
}
.container .header {
	width: 100%;
	background-color: rgba(0,0,0,1.00);
	margin-bottom: 45px;
	padding-bottom: 40px;
	height: 70px;
}
.header header h1 {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.header header p {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
}

nav {
	height: 45px;
	text-align: center;
	background-color:rgba(34,127,163,1.00);
}

nav ul {
		width: 1060px;
		padding: 0px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		list-style-image: none;
		list-style-type: none;
		position: relative;
	}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: block;
	height: 35px;
	color: rgba(191,191,188,1.00);
	font-size: 2em;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
}

nav ul li a:hover{
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: rgba(245,245,245,1.00);	
}


.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
	margin-left: 50px;
	margin-right: 50px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}
.display-container {
	margin: auto;
	width: 750px;
	padding-top: 20px;
}
body footer {
	color: rgba(191,191,188,1.00);
	font-family: gudea;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	height: 30px;
	background-color: rgba(34,127,163,1.00);
	width: 100%;
	position: absolute;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 20px;
	bottom: 0;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* Responsive layout - makes a two column-layout instead of three columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
