p, address, span, li{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 30px;
}

ul{
    font-size: 1.25rem;
}

h1{
    font-size: 2.9rem;
    letter-spacing: 1px;
    font-weight: 500;
}

h2{
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 500;
}

h3{
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
}

h4{
    font-size: 1.1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.normal-text{
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.bold-text{
  font-weight: bold;
}

.center-content{
    margin: auto;
    width: 65%;
}

@media only screen and (max-width: 800px) {
    .center-content {
        width: 90%;
    }
  }

  @media only screen and (max-width: 500px) {
    .navbar, .navbar-right {   
      flex-direction: column;
      padding-right: 0px !important;
    }

    .navbar-left{
      padding-left: 0px !important;
    }
  }

.center-text{
    text-align: center;
}

.navbar {
    display: flex;
    background-color: #222f3e;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }
  
  .navbar a {
    color: white;
    padding: 15px 15px;
    text-decoration: none;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
  }
  
  .navbar-link a:hover {
    background-color: #c8d6e5;
    color: black;
  }


  .navbar-right {
    display: flex;
    text-align: right;
    padding-right: 15px;
  }

  .navbar-left {
    text-align: left;
    padding-left: 15px;
  }

  .navbar-header-span{
      font-size: 1.5rem;
      color: white;
      font-family: "Lalezar", Sans-serif;
      display:inline-block;
      vertical-align: middle;
      margin-left: 5px;
  }

.header-section{
    margin: 0px;
    padding: 0px;
    box-shadow: 0px 4px 3px grey;
    margin-bottom: 50px;
}

.body-fullscreen{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.fill img {
    min-width: 100%;
    min-height: 100%
}

.header-image{
    max-height: 75vh;
    object-fit: cover;
}

.author-box{
    margin-top: 30px;
    color: #57606f;
}

.author-box hr{
    border: 1px solid #dfe4ea;
}

.main-content{
    margin-top: 30px;
}

.section-image{
    max-width: 100%;
    max-height: 520px;
    object-fit: cover;
    object-position: 50% 50%;
}

@media only screen and (min-width: 900px) {
    .image-container {
        flex-wrap: nowrap !important;
    }
  }

.image-container {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
  }

.f-image
{
    max-width: 100%;
}

.image-box{
    max-width: 100%;
}

.image-box:hover{
    margin: 4px;
    box-shadow: 3px 4px 4px #5a5a5a;
}

.image-link{
    margin-right: 10px;
    margin-top: 10px;
}

.list-margin{
    margin-top: 60px;
}

.list-small-margin{
    margin-top: 40px;
}

.margin-top-xs{
    margin-top: 10px;
    font-style: italic;
    font-size: 0.9rem;
}

.margin-s{
    margin-top: 40px;
}

  .row {
    display: flex;
  }

  @media only screen and (max-width: 900px) {
    .row {
      flex-wrap: wrap;
    }
  }
  
  .column {
    flex: 50%;
  }

  .logo-medium{
      width: 128px;
  }

  .logo-nav{
    width: 52px;
    height: 52px;
    margin-top: 6px;
    margin-bottom: 6px;
    display:inline-block;
    vertical-align: middle;
  }

  .footer {
    margin-top: 70px;
    margin-bottom: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
    background: #dddddd;
    color: whitesmoke;
    text-align: center;
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

.footer a { 
    padding: 15px; 
 }

.footer a:link { 
    color:whitesmoke;
 }

.footer a:visited {
     color:whitesmoke;
}

.footer a:hover { 
    color:white;
}

.footer a:active { 
    color: white;
 }

 .ul-square{
    list-style-type: square;
 }

 .long-text{
     word-wrap: break-word;
 }


 .shadow-box{
    box-shadow: 7px 7px 5px grey;
 }

 .transform-image{
    margin-top: 100px;
    margin-bottom: 100px;
    transform: rotateX(10deg) rotateY(40deg) rotateZ(5deg)  translateZ(5px);
 }

 .transform-image:hover{
    transform: rotateX(15deg) rotateY(60deg) rotateZ(10deg)  translateZ(5px);
 }

 .scale-animation
 {
    animation-name: Scale-Animation-Key;
    animation-duration: 1s;
    animation-timing-function: linear;
 }

 .to-right-animation{
    animation-name: To-Right-Animation-Key;
    animation-duration: 1.5s;
    transform: translate(0,0);
    animation-timing-function: ease;
 }

 @keyframes Scale-Animation-Key {
    from {transform:scale(0.1);}
    to {transform:scale(1);}
  }

  @keyframes To-Right-Animation-Key {
    from {transform: translate(-300px,0);}
    to {transform: translate(0px,0);}
  }

  .content-row{
    display: flex;
  }

  .content-column-2{
    flex: 15%;
  }

  .content-column-8{
    flex: 70%;
  }

.content-space{
    margin: auto;
    width: 90%;
}


@media only screen and (max-width: 1200px) {

    .content-space{
        width: 65%;
    }

    .content-row {
      flex-wrap: wrap;
    }

    .side-panel{
      display: none;
    }
}


@media only screen and (max-width: 800px) {
    .content-space{
        width: 90%;
    }
}

  .small-margin-top{
    margin-top: 5px;
  }

  .small-margin-bottom{
    margin-bottom: 10px;
  }

  .content-side{
    padding-left: 20px;
    margin: auto;
    width: 90%;
  }

  .side-unit{
    margin-bottom: 30px;
    word-wrap: break-word;
}

.side-unit:hover{
    opacity: 0.8;
}

.side-unit a{
    color: #000000;
    text-decoration: none;
}

.side-unit a:link { 
   color: #000000;
}

.side-unit a:visited {
    color:#000000;
}

.side-unit a:hover { 
   color:#000000;
   text-decoration: underline;
}

.side-unit a:active { 
   color: #000000;
}

.LongAnimation{

  display:inline-block;
  padding: 15px;
  border-radius: 10px;
  color: white;
  background-color: #2980b9;

  animation: TranslateAnimation 5s ease-in-out 1s infinite, ChangeColor 6s infinite linear;

  margin-bottom: 50px;
  margin-top: 10px;
}


@keyframes TranslateAnimation { 
  50% { 
      transform: rotate(360deg);
  } 
  80% { 
    transform: translate(300px,0px);
  } 
  100% { 
    transform: rotate(360deg);
  } 
}

@keyframes ChangeColor {
  25%{
      background-color: #c0392b;
  }
  50% {
      background-color: #27ae60;
  }
  75% {
    background-color: #f1c40f;
  }
  100% {
    background-color: #2980b9;
  }
}

.comment-box{
  background-color: #ecf0f1;
  padding: 20px;
  border: 1px solid #7f8c8d;
  border-radius: 10px;
  box-shadow: 4px 4px 3px grey;
  max-width: 100%;
  margin-bottom: 20px;
}

.comment-margin-top
{
  margin-top: 5px;
}

.button-footer-margin-top{
  margin-top: 50px;
}

.comment-section-margin-top{
  margin-top: 50px;
}

.hide-section{
  display: none;
}

.arrow-to-top{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 48px;
}

@media only screen and (max-width: 900px) {
  .arrow-to-top{
      display: none;
  }
}
