
.header-logo {
  padding: 5px !important;
  padding-left: 25% !important;
}

.logo {
  width: 250px !important;
  height: 50px !important;
  display: block !important;
}

.image-cluster {
  width: 97% !important;
  max-height: 265px;
}

.card-cluster {
  display: inline-block;
  text-align: center;
  padding: 10px;
  height: 300px;
}

.container-cluster {
  column-count: 2;
  column-rule-style: solid;
  column-rule-width: 2px;
  column-gap: 10px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .container-cluster {
    column-width: 500px;
  }

  .image-cluster {
    width: 100% !important;
  }
}


h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  border-left: 12px solid;
}

h2 {
  background: #84b8e5;
  text-align: center;
  font-size: 1.7em !important;
  padding: 0.5em 0em 0em 0.5em;
  border-top: 3px solid black;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

section {
  margin-top: 15px;
  
}

#image-main img {
  margin: 2em 1em 1em -4em !important; 
}

.caption-author {
  font-size: 9px;
  display: block;
  width: 170px;
  margin-bottom: 16px;
}

p {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
text-rendering: optimizelegibility !important;
letter-spacing: .03em;
font-size: 1.15em;
text-align: justify;
text-justify: inter-word;
}

.pmenu {
  background-color: orange !important;
}

.subpmenu {
  font-size: 14px !important;
}

.subpmenu .item:hover {
  background-color: rgba(223, 228, 75, 0.822) !important;
}

body {
    background-color: #FFFFFF;
  }
  .main.container {
    margin-top: 2em;
  }

  .main.menu {
    margin-top: 4em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
      box-shadow 0.5s ease,
      padding 0.5s ease
    ;
  }
  .main.menu .item img.logo {
    margin-right: 1.5em;
  }

  .overlay {
    float: left;
    margin: 0em 3em 1em 0em;
  }
  .overlay .menu {
    position: relative;
    left: 0;
    transition: left 0.5s ease;
  }

  .main.menu.fixed {
    background-color: #FFFFFF;
    border: 1px solid #DDD;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
  .overlay.fixed .menu {
    left: 800px;
  }

  .text.container .left.floated.image {
    margin: 2em 2em 2em -4em;
  }
  .text.container .right.floated.image {
    margin: 2em -4em 2em 2em;
  }

  .ui.footer.segment {
    margin: 5em 0em 0em;
    padding: 5em 0em;
  }