@font-face {
  font-family: 'proximanova';
  src: url('fonts/proximanova_regular.ttf') format('ttf');
  font-style: normal;
}
@font-face {
  font-family: 'Circular';
  src: url('fonts/circular-std-medium-500.ttf') format('ttf');
  font-style: normal;
  font-weight: 200;
}
body {
  background-color: rgb(238, 235, 230);
}
.main{
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
  }
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  border-left: #555;
  background-color: rgb(218, 215, 210);
  font-family: 'Circular', sans-serif;
  position: fixed;
  height: 100%;
  overflow: auto;
}
.main > div:not(#imagediv) {
  display:flex;
}
.sidebar a {
  display: block;
  border-color: #555;
  color: black;
  padding: 16px;
  text-decoration: none;
}
.sidebar a.current {
  background-color: #090d0b;
  color: rgb(238, 235, 230);
}
.sidebar a:hover:not(.current) {
  background-color: #555;
  color: white;
}
.title{
    padding-left: 10px;
    font-family: 'proximanova', sans-serif;
    font-size: 48px;
}
.textimagesright .images{
    float:right;
    width: 20%;
    padding-left: 5%;
}
.textimagesright .content{
  max-width: 70%;
  float: left;
}
.textimagesleft .images{
  float:left;
  width: 20%;
  padding-right: 5%;
}
.textimagesleft .content{
max-width: 70%;
float: right;
}
#content{
    background-color: rgb(228, 225, 220);
    font-family: 'proximanova', sans-serif;
}
#imagediv{
    position: absolute;
    display: flex;
    vertical-align: top;
    text-align: center;
}
#imagediv > div{
  background-image: url('../images/paper-background.jpg');
  background-repeat: repeat;
  font-weight: bold;
  border-radius: 15px;
  font-size: larger;
  z-index: 10;
  position: absolute;
  top: 150px;
  left: 50px;

}
#image{
    width: 1200px;
    position: absolute;
    margin: auto;
    display: flex;
}
#behaviorp{
  height: 20%;
}
#pdiv{
  height:25%;
}
html body #titleimagep{
  font-family: 'proximanova', sans-serif;
  color:white;
  background-image:none;
  font-size: 48px;
  
}
#titleimagep > h1{
  margin-left: 112%;
}
html body #titleimageaboutp{
  font-family: 'proximanova', sans-serif;
  color:black;
  background-image:none;
  font-size: 48px;
}
#titleimageaboutp > h1{
  margin-left: 142%;
}