@charset "UTF-8";
* {
  box-sizing: border-box;
}

header {
  background-color: #b6cfd0;
  color: #fff;
  border-bottom: 2px solid #10507b;
  padding: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* Container */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ddd;
  padding: 10px;
}
nav {
  background-color: #a9d4dd;
  border-bottom: 3px solid #0e657b;
  padding: 3px;
}
nav ul li {
  list-style-type: none;
}
section {
  background-color: #9ac9ef;
  border-bottom: 1px solid #093f4e;
  padding: 10px;
}
.parent {
  display: flex;
}
.a1 {
  background-color: #76b5dc;
  flex: 36%;
  text-align: justify;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  border-right: solid #b2f0ec 2px;
}
/*article two*/
.a2 {
  background-color: #72bdef;
  flex: 50%;
  text-align: justify;
  font-weight:normal;
  padding-left: 10px;
  padding-right: 10px;
}
aside {
  width: 35%;
  float: right;
  margin: 5px;
  padding: 5px;
  border: solid black 5px;
  font-style: Helvetica;
  font-size: 80%;
}
footer {
  background-color:4px solid #093f4e;
  color: #4b4e4f;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.floatLeft {
  float: left;
  margin: 10px;
}
.floatRight {
  float: right;
  margin: 10px;
}
.clear {
  clear: both;
}











/* Container */
#container {
position: absolute;
right: 6px;
left: 6px;
top:9px;
box-sizing: border-box;
width: 77%;
margin-top: 10%;
margin-left: auto;
margin-right: auto;
border: solid 4px #05355f;
padding: 12px;
border-radius: 8px;
line-height: 2em;
font-size: large;
font-family:'Times New Roman', Times, Helvetica, sans-serif;
background-color: #cdf1f1;
background-image: url(images/background.jpg);
background-position: center; /*Center the image */
background-repeat: no-repeat;
background-size: cover; /*Resize the backgound image so that it covers the entire container*/
height:500px;
overflow:auto;
}