hr {
    height: 1px;
    color: skyblue;
    background-color: skyblue;
    border: none;
    width: 98%;
    line-height: 16px;

}

nav {
    z-index: 1;
    background-color: black;
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*opacity: 0.8;*/
    display: inline-block;

/*    vertical-align: center;*/
}

nav ul{
    float: left;
    padding-left: 5px;
    text-decoration: none;
    list-style-type: none;
    height: 50px;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: center;
}

nav{

}

li {
    color: white;
    padding-left: 20px;
    display:inline-block;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    vertical-align: middle;
}

h1 {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding: 65px 10px 10px 20px;
    line-height: 16px;
}

h2 {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 23px;
    padding: 10px;
    line-height: 12px;

}

h3 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    line-height: 1px;
    float: right;

}

h4 {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0d79a0;
    padding: 10px;

}
p {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 16px;
	padding-left: 10px;
	line-height: 19px;
}
img {
/*
    display:inline;
    text-align:center;
    vertical-align: center;
*/
    opacity: none;
}

.b-box {
  min-height: 300px;
}

footer {
    height: 550px;
    width: 100%;
    float: left;
    background-color: gainsboro;
}
body {
	margin: 0px;
	padding: 0px;
	border: thin black;

}

.container-expandable {
    width: 70%;
    height: 475px;
    float: left;
    padding: 10px;
    margin: 5px;
/*    border: solid 1px black;*/
    line-height: 14px;
    border-radius: 5px;
/*    background-color: gainsboro;*/
    opacity: 0.8;
}
.container a:hover{
    color: black;
}
.container ul{
    padding: 0px;
    float: left;
    width: 100%;
}
.container ul li {
    color: black;
    display: block;
    background-color: darkgray;
    line-height: 25px;
    border-radius: 10px;
    opacity: 8px;
    padding: 3px;
    margin: 5px 0px 5px 0px;
    text-align: center;
}

button {
    margin-bottom: 10px;
  	margin-top: 10px;
    padding: 8px;
    background-color: deepskyblue;
    border: none;
    color: white;
    font-family: sans-serif;
    font-weight: 200px;
    font-size: 18px;
    border-radius: 5px;

}
#portrait {
    display: block;
    margin: 0 auto;
    border: solid black 1px;
    border-radius: 200px;
}
.temp {
	color: red;
	font-size: 17;
}
.field {
	width: 200px;
	height: 50px;
	max-width: 500px;
	min-width: 500px;
}
.dark {
	color: black;
}
article {
	margin: 0 auto;
	width: 1045px;
	font-size: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 28px;
	display: block;
}
input    {
	width:450px;
	display:block;
	border: 1px solid #999;
	height: 25px;
}
textarea {
	display: block;
	width: 450px;
	height: 180px;
	background-color: white;
	overflow: scroll;
	resize: none;
	font-size:14px;
	font-family: inherit;
}
aside {
	float:left;
	margin-right: 200px;
	margin-top: 160px;
	margin-bottom: 325px;
	padding-top: 71px;
	padding-left: 25px;
	padding-right: 125px;
	width: 200px;
	height: 397px;
	display: block;
	background-color: lightgrey;
	border-radius: 5px;
	opacity: .7;
	z-index: -5;

}
form {
	max-width: 500px;

}

@media (max-width: 768px){
	article {
		width: 500px;

	}
	.container {
		width: 500px;
		height: 365px;
	}
	aside {
	width: 330px;
	height: 250px;
	padding-top: 0px;
	margin-top: 275px;
	margin-left: 25px;

	}
}

@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {

	nav ul li{
	display: inline;
	visibility: visible;
	}

	.container {
		width: 360px;
	}
	aside {
	width: 330px;
	height: 250px;
	padding-top: 0px;
	margin-top: 275px;
	margin-left: 25px;

	}
}
