.circle-image {
  background-size: cover;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  width: 200px;
  height: 200px;
  background-position: center center;
  margin:10px;
}

.small-circle
{
  background-size: cover;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  width: 70px;
  height: 70px;
  background-position: center center;
}

.box-back
{
  border-radius: 10px;
  border-width: 3px;
  width:90%;
  padding-top: 1px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right:8px;
  background-color:rgba(150,150,150,0.6);
}

.line-back
{
  border-radius:10px;
  width:95%;
  border-width:3px;
  padding:6px;
  margin-left: 2.55%;
  margin-right:2.5%;
  background-color:rgba(50,100,150,0.7);
  color:white;
}

.head-back
{
  border-radius: 10px;
  border-width: 3px;
 background-color:rgba(150,150,150,0.6);
  padding:18px;
}

li{
  display: inline;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 548px;
  width:100%;
  
  overflow: hidden;
  color: #dark-gray;
  border-width:4px;
  border-color:gray;
  border-style:solid;
  min-width:800px;
}

#header div.center {
    padding-top:15px;
    margin-right: 80px;
    text-align: right;
    float:right;
}

#header div.left {
    margin-left:80px;
    float: left;
    text-align: left;
}
#container{
  min-width:800px;
}

#padding {
  margin: 30px;
}

#mainpage {
  position: fixed;
  top: 548px;
  left: 0px;
  overflow:auto;
  bottom: 0px;
  right: 0px;
  margin:30px;
  float:center;
  min-width:800px;
}
.more{
  display: none;
  font-size: 16px;
}

.btn-primary{
  border-radius: 10px;
  border-style:solid;
  color:light-gray;
  padding-left:8px;
  padding-right:8px;
  margin-right:10px;
  margin-left:10px;
}
