@charset "utf-8";
header {
  margin: auto;
  width: 100%;
  font-size: 20pt;
  background-color: #000000;
  color: #ffffff;
  height: 330px;
  padding: 10px;
  background-image: url("images/brighter minds-.png");
  background-repeat: no-repeat;
  font-family: "Roboto Slab", serif;
}
#se {
  margin-top: 20px;
  border-radius: 20px;
  width: 1500px;
  float: left;
}
#es {
  float: right;
  border-radius: 20px
}
#short1 {
  margin-left: -1800px;
}
#short2 {
  margin-left: -1800px;
}
#short3 {
  margin-left: -1800px;
}
#short4 {
  margin-left: -1800px;
}
aside {
  border: solid;
  height: 410px
}
#nik {
  float: left;
  margin-left: 140px
}
#nick {
  border: solid;
  width: 900px;
  height: 690px
}
#footh {
  margin-top: 60px;
  background-color: pink
}
#foot {
  margin-top: 600px;
  background-color: deepskyblue
}
#footab {
  margin-top: 30px;
  background-color: deepskyblue
}
#footc {
  margin-top: -380px;
  background-color: deepskyblue
}
#foot {
  margin-top: 600px;
  background-color: deepskyblue
}
#us {
  height: 300px;
  width: 800px;
  overflow: inherit;
  float: right
}
h1 {
  margin-left: 12px;
  text-align: center
}
#math {
  width: 300px
}
#m {
  float: right;
  margin-right: 110px
}
#hist {
  width: 180px
}
#h {
  float: right;
  margin-right: 1240px
}
#science {
  width: 300px
}
#s {
  float: right;
  margin-right: 1140px
}
#e {
  float: right;
  margin-right: 1150px
}
h2 {
  text-align: center;
}
#img {
  height: 400px;
  width: 46%;
  border: solid;
  float: right
}
#img1 {
  height: 400px;
  width: 20%;
  border: solid 1px #ffffff
}
nav {
  width: 1300px;
  height: 30px;
  margin-left: 541px;
  text-align: center;
  background-color: #000000;
  word-spacing: 90px;
  border-radius: 0px 0px 10px 10px;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  background-color: #CCCCCC
}
body {
  background-color: #FFFFFf;
  height: 1300px;
}
#a1 {
  float: left;
  border: solid 3px #000000;
  width: 650px;
  height: 300px;
}
article {
  background-color: #ffffff;
  width: 80%;
  height: 380px;
  border: solid 2px #000000
}
#69 {
  height: 50%;
  width: 100%;
  background-image: url("images/gettyimages-adam-carter-peopleimages.jpg");
  background-repeat: no-repeat;
  float: left
}
#home {
  float: left;
  height: 490px;
  width: 700px;
  border: solid 4px
}
#con {
  width: 2000px;
  height: 960px;
  padding: 10px;
  margin-left: 390px;
  background-color: #ffffff;
  border-radius: 5px
}
section {
  width: 2170px;
  height: 760px;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 5px
}
#tm {
  width: 2170px;
  height: 1070px;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 5px
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 8px;
  resize: vertical;
}
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 6px 10px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: red;
}
.container {
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 5px;
}