#intro {
	margin-bottom:4px;
	width: 400px;
	align-items:left;
	background:#03536b;
	top:175px;
	right: 20px;
	position:absolute;
}
footer{
	text-align: center;
}
#intro2 {
	margin-bottom:4px;
	width: 45%;
	background:#03536b;
	bottom:20%;
	left: 1%;
	position:absolute;
	float:center;
	align-items: center;
	justify-content: center;
	border:gray, solid;
	
}
#introduction2 {
	margin-bottom:4px;
	width: 500px;
	align-items:right;
	background:#03536b;
	bottom:200px;
	left: 300px;
	position:absolute;
}
article {
	text-align:center;
	position:relative;
    text-align:center;
}
#label-box{
	background: #03536b;
    border-color:gray;
    border-style:solid;
    color:white;
	font:white;
	font-size:20px;
	display:flex;
}
#label-medical{
	background: #03536b;
    border-color:gray;
    border-style:solid;
    color:white;
	font:white;
	font-size:20px;
	display:flex;
	justify-content: center;
}
body{
	background-color:black;
}
#main-content a:visited{
	color:white;
	}
*{
  margin: 0;
  padding: 0;
}
.menu-area a{
  display: flex;
  align-items: center; /*This is how you set something on the y axis using css*/
  justify-content: center; /*This is how you set something on the x axis using css*/
  color: #fff;
  background:#1ab59e;;
  height: 60px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  z-index:10; /*z-index is how you make elements appear on top of others using a numerical value*/
}

.menu-area a:hover{
  background: #03536b;
  color: #fff;
}

.menu-area ul{
  list-style: none;
  display: flex;
  z-index:10;
 }

.menu-area li{
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.menu-area li:hover .dropdown > li{
  display: block;
  top: 0;
  left: 0;
}

.dropdown li{
  display: none;
  position: relative;
}

.dropdown{
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dropdown li:hover li{
  display: block;
}
#main-content {
    position:relative;
    text-align:center;
    background: #303030;
    border-color:black;
    border-style:solid;
    color:white;
	font:white;
	font-size:20px;
}
}
#container {
 margin: auto;
 padding: 10px;
 width: auto;
 display: flex;
 font-size:20px;
 font:white;
}
h1 {
 text-align:center;
 text-decoration:underline;
 color:white;
}
h2{
 text-decoration: underline;
 padding:25px;
}
figure{
 padding:0px;
}
header{
 	background: black;
	color: white;
}
footer{
  font-size:20px;
  font-weight:bold;
  background:gray;
  color:black;
}
#hello{
 font-size:20px;
 color:white;
}
h3{
 text-decoration: underline;
}
#coming-soon{
 font-size:50px;
 color:yellow;
}
ul {
    text-align: center;
    list-style-position: inside;
}
table {
border-collapse: collapse;
width: 100%;
clear: both;
text-align: left;
}

td,th {
border-style: solid;
border-width: thin;
border-color: #C6C5C5;
padding: 5px;
font-size: 0.8em;
}

th {
color: black;
background-color: white;
overflow:auto;
}
table{
 display:flex;
 /*this is how you use flexbox which makes the page always fit the window/screen which is something I learned this year*/
}
caption{
 display:flex;
 margin-bottom:10%; /*This is how you add a margin for just the bottom of an element*/
 position:absolute;
}
p, figcaption, #notNavList, #notNavList2, #notNavList3{
	border:solid;
	border-color:gray;
	border-width:2px;
	background:#03536b;
}
#wbl {
	width:800px;
	height:auto;
	background:#03536b
}
#five-qualities > figcaption{
	margin-left:420px;
	margin-right:420px;
}
#famPicText{
	margin-left:9px;
	position:absolute;
	align-content:left;
	align-items: center;
	width:30%;
	bottom:89%;
	left:5%;
}
figcaption{
	margin-left:420px;
	margin-right:420px;
}
#notNavList{
	margin-left:300px;
	margin-right:300px;
	position:relative;
}
#notNavList2{
	margin-left:200px;
	margin-right:200px;
}
#notNavList3{
	margin-left:500px;
	margin-right:500px;
}
#JobShadow{
	left:350px;
	position:relative;
}
#plan{
	margin-left:100px;
}
img{
	border:gray, solid;
	margin: 2%;
}
#family-photo>img{
	margin-left:35%;
}
nav{
	width:100%;
}
nav > li{
	font-size:5pt;
	padding: 0px;
}
.InternshipTable{
	display:flex;
}
#internship-log > caption{
	margin-left:400px;
}
#internship-log{
	margin-bottom:100px;
}
#internship-log > tr > th{
	text-align:center;
}
#internship-log > tr > td{
	text-align:center;
}
#foxes{
	background-color: white;
}