h1{
    font-size: 4em;
    margin-left: 1em;
    font-family: 'Roboto', monospace;
    font-weight: 200;
}
h3{
    font-size: 1.5em;
    margin-left: 0.5em;
    font-family: 'Roboto', monospace;
    font-weight: 400;
}
img{
    width: 100%;
}

.paragraph{
    font-size: 1.5em;
    margin-left: 1em;
    font-family: 'Roboto', monospace;
    font-weight: 200;
}
.definition-list{
    font-size: 1em;
    margin-left: 1em;
    font-family: 'Roboto', monospace;
    font-weight: 200;
    line-height: 125%;
}
.paragraph-list{
    position: relative;
    font-size: 1em;
    margin-left: 1em;
    font-family: 'Roboto', monospace;
    font-weight: 200;
    line-height: 125%;
}

a.popup-link{
    text-decoration: none;
    color: #3870c5;
}
a.popup-link:hover{
    color: #c54a4a;
}

.b-popup-content{
    /* height: -webkit-fill-available; */
	position: relative;
    margin-top: 10px;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: auto;
    padding:10px;
    background-color: #f1f1f1;
    box-shadow: 0px 0px 10px #000;
    overflow: visible;
}
.popup-inside{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 10;
}
.close-layer{
    width: 99%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.close-popup{
	position: absolute;
	right: 10px;
  top: 5px;
  z-index: 11;
}
.cross-close{
  opacity: 0.35;
  background-image: url("../img/socials/cross-close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  width: 50px;
  height: 50px;
}
.cross-close:hover{
  opacity: 0.8;
}

.image-container{
    position: relative;
}
.image-link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.image-link:hover{
    opacity: 1;
}
.image-link i.fa{
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-image: url("/img/socials/round-play_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    width: 256px;
    height: 256px;
}
