@font-face {
    font-family: "Viga";
    src: url("../fonts/Viga-Regular.ttf");
}
.texter {
    position: relative;
    top: 30%;
    font-family: "Viga";
    font-size: 2rem;
    color: #fff;
}
.texter-short{
    position: relative;
    top: 45%;
    font-family: "Viga";
    font-size: 2rem;
    color: #fff;
}
.modal-title{
    margin: 10px;
}
.modal-body{
    margin: 10px;
}
.modal-dialog{
    margin-top: 30vh !important;
}
.first {
    width: 100%;
    background: url(../img/img-9.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 33vh;
    transition: all 1s;
    text-align: center;
    cursor: pointer;
}
.second {
    width: 100%;
    height: 100%;
    background: url(../img/img-10.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 33vh;
    transition: all 1s;
    text-align: center;
}
.third {
    width: 100%;
    height: 100%;
    background: url(../img/apropos.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 34vh;
    transition: all 1s;
    text-align: center;
}
.fourth {
    width: 100%;
    background: url(../img/img-4.png);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 66vh;
    transition: all 1s;
    text-align: center;
}
.fifth {
    width: 100%;
    background: url(../img/dactylo.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 34vh;
    transition: all 1s;
    text-align: center;
}
.wrapper {
    overflow: hidden;
text-align: center;
}

.first:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
}

.second:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
}

.third:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
}

.fourth:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
}
.fifth:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease-in-out;
}

.article-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.goBack{
    width: 40px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.goBack:hover{
    cursor: pointer;
}
* {
    padding: 0px !important;
}

a {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    text-decoration: none;
}
a:hover, a:active{
    text-decoration: none;
}