a {
	text-decoration: none;
}

article img {
	margin-top: 6em;
	width: 100%;
}

#blank {
	width: 33%;
}

footer {
	line-height: 4em;
}

footer #copyright {
	background-color: #69c;
	color: white;
	padding: 1em;
	text-align: right;
}

#graphical {
/*	width: 25%;*/
	justify-content: space-between;
}

#graphical li {
	padding-left: 1em;
}

#graphical li img {
	border-radius: 5px;
	width: 32px;
}

h2 {
	color: #69f;
	font-size: 1.2em;
}

#links {
	height: 4em;
	width: 12em;
}

#main {
	font-family: Helvetica, Arial, sans-serif;
	margin: auto;
	width: 1080px;
}

nav {
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	height: 8em;
	left: auto;
	position: fixed;
	right: auto;
	top: 0;
	width: 1080px;
}

nav p img {
	height: 4em;
}

nav ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

section {
	display: flex;
	justify-content: space-between;
}

section:hover {
	background: rgba(255, 255, 255, 90);
}

section .column {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 30%;
}

#text {
/*	display: flex;*/
	display: none;
	font-size: 1.2em;
	justify-content: space-between;
}

#text li {
	padding-left: 1em;
}

#text li a:link {
	color: #69f;
}

#text li a:visited {
	color: #69f;
}

#text li a:hover {
	color: #69f;
}

#text li a:active {
	color: #69f;
}

.column p {
	border-radius: 5px;
}

/*section .column p:hover {*/
.column p:hover {
	background-color: #def;
}

@media screen and (max-width: 720px) {

	article p img {
		border: solid;
		width: 50%;
/*		display: none;*/
	}

	p {
        color: orange;*/
        font-size: 1.2em;
	}

	section {
		flex-direction: column;
	}
	
}

@media screen and (max-width: 320px) {

	article img {
		width: 50%;
	}

	p {
        color: red;
        font-size: 1.2em;
	}
}

















