




/* --- BACKGROUND AND OTHER SPECIFIC SETTINGS --- */

.main {
    
    background:  rgb(141, 141, 214) url(/pictures/bird.jpg) center fixed;
    background-size: cover;
    color:           rgb(39, 16, 2);
}


h2 {
    background-image: radial-gradient(rgba(240, 210, 171, 0.4),  rgba(240, 210, 171, 0.3), rgba(240, 210, 171, 0.2),  rgba(240, 210, 171, 0.1), rgba(240, 210, 171, 0), rgba(240, 210, 171, 0));
    display: inline-block;
    padding: 0.8em;
}

.text {
    background-color:rgba(240, 210, 171, 0.9);
    width: 150%;
}


.text a {
    animation-name:     textentry;
    animation-duration: 3s;
    color: rgba(34, 19, 233, 0.8);
    margin-left: 1em;
}

#map {
    border-radius: 5%;
}

.indent {
    text-indent: 5em;
}

.reka-box {
    text-align: center;
}
#rekaprofil {
    width: 20%;
    margin: 0 auto;
    border-radius: 50%;
    border: #410606 solid 7px;
    padding: 0;   
}

.rekaname {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0;
}
.rekaname a {
    position: relative;
top: -1.5em;
left: -0.5em;
}

@keyframes linkentry {
    from {color: rgba(34, 19, 233, 0);}
    to {color: rgba(34, 19, 233, 0.8);}
  }

  .text a:hover {
    color: rgba(34, 19, 233, 0.3);
  }

.wrap {
    display: flex;
    flex-direction: row;
}
.wrap img {
    width: 90%;
    padding: 1em;
}