body{
    background-color: #891BA2;
    color:#FFF9DA;
}

a {
  text-decoration: none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #891BA2;
  }
  
nav   li {
    float: left;
  }
  
nav   li a {
    display: block;
    border: 2px solid #FFF9DA;
    border-radius: 25px;
    color: #FFF9DA;
    text-align: center;
    margin: 5px 10px;
    padding: 14px 16px;
    text-transform: uppercase;
    font-family: arial;
  }
  
nav li a:hover, nav li a:active, .button:hover, .link:active {
    background-color: #FFF9DA;
    color: #891BA2;
  }

h3{
  color: #FFF9DA;
  font-family: Arial, Helvetica, sans-serif;

}
.portret {
    width: 100%;
    height: auto;
}
.nogharder {
  width: 100%;
  height: auto;
  margin: 2%;
}
.homephoto, .aboutphoto {
    background-color: #fff9da;
    margin: 5% auto;
    padding: 20px;
    text-align: center;
    width: 30%;
   
}
.aboutphoto , .nhphoto {
  float: left;
  width: 20%;
  margin-top: 45px;
  margin-left: 2%;
  box-sizing: border-box;
}
.nhphoto{
  width: 38%;
}
.homephoto, .aboutphoto h2{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #891BA2;
    font-size: 30px;
}

.hometext {
    background-color: white;
    color: #891BA2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70px;
    text-align: center;
}

.contacttext {
  color: #FFF9DA;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70px;
  text-align: left;
  margin: 2px;
}

.abouttext , .projecttext {
  float: left;
  color:#FFF5C0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 19px auto;
  padding: 0  5%;
  width: 45%;
  box-sizing: border-box;
  
}

.button {
  display: block;
  border: 2px solid #FFF9DA;
  border-radius: 25px;
  color: #FFF9DA;
  margin: 5px 0;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: arial;
  width: 30%;
}

.imgblock{
  float: left;
  clear: both;
}

.imgblock figure{
width: 23%;
height: auto;
float: left;
}

figure img {
  width: 100%;
  margin: 2.5%;
}

figcaption {
  margin-left: 3%;
}

.back {
  display: block;
  color: #FFF9DA;
  margin: 5px 0;
  padding: 14px 16px;
  text-decoration:none;
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
}
.arrow{
  width: 35px;
  height: auto;
}

