@charset "utf-8";

* {
  font-family: 'Manrope', sans-serif;
}

body{
  padding: 15px;
}

.home {
  display: flex;
  flex-direction: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.logo {
  width: 50px;
  min-width:
  50px;
}

.logo:hover {
  opacity: 0.5;
}

header {
  position: fixed;
  top: 15px;
  left: 15px;
  background-color: rgba(255,255,255,.6);

}

header h2 {
  text-transform: uppercase;
}

header ul {
  list-style: none;
  margin-top: 15px;
  font-size: 80%;
  font-weight: bold;
}

header li {
  margin-top: 5px;
}

.nav-red {
  color: #f00;
}

a{
  color: #000;
  text-decoration: none;
}

a:hover{
  opacity: 0.5;
}

.button {
  border-left: 3px #aaa solid;
  padding-left: 5px;
}

div img {
  max-width: 100%;

}

ul {
  list-style: none;
}

dd {
  margin-bottom: 30px;
  font-size: 80%;
}

.index-dd {
  font-weight: bold;
}

p {
  text-align: center;
  font-size: 120%;
}

.text-contact {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  width: 100%;
  height: 1rem;
}







.border-black {
  border: 1px #000 solid;
}

.copyright{
  font-size: 60%;
}

.profile-image{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}

.overflow{
  overflow: hidden;
}

.top-of-page{
  font-size: 80%;
  font-weight: bold;
  position: fixed;
  bottom: 30px;
  right: 15px;
  background-color: rgba(255,255,255,.6);
  border-left: 3px #aaa solid;
  padding-left: 5px;
  margin-bottom: 0px;
}

#copyright{
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1rem;
}

@media (max-width: 1100px){
  header {
    position: fixed;
    display: flex;
    flex-direction: space-between;
  }
  .logo{
    width: 50px;
  }
  header h2{
    font-size: 21px;
    margin-right: 20px;
    margin-top: -6px;
    margin-left: 20px;
  }
  header li{
    display:inline-block;
    margin-top: 0;
    padding-right: 15px;
    padding-bottom: 5px;

  }
  header ul{
    margin: 0px;
    margin-top: -4px;
  }
  .responsive{
    margin-top: 90px;
  }
  p {
    padding: 0px;
  }
}

@media (max-width: 600px){
  .logo{
    display: none;
  }
  header h2{
    font-size: 15px;
    margin-top: -4px;
    margin-left: 0px;
  }
}
