.languageContainer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 15px;
    margin-right: 70px;
    margin-bottom: 10px;
    position: absolute;
    left: 88vw;
    top: -13vw;
}
.languageButton{
    display: block;
    background: none;
    width: 45px;
    height: 54px;
    cursor: pointer;
    margin-left: 7px;
    text-align: center;
    font-size: 14px;
}
#modal-form-content{
    position: relative;
}
i{
    color: #F3A361;
}
a{
    color: #F3A361;
    font-size: 36px;
}
@keyframes pulse {
    0% { transform: scale(0.9); }
    70% { transform: scale(1); }
    100% { transform: scale(0.9); }
}
.openmodal{
    background: no-repeat;
    border: none;
}
.openmodal:hover{
    background: no-repeat;
    margin-right: 30px;
    border: none;
}
h1{
    color: white;
}
h2{
    color: white;
}
h3{
    text-align: center;
    word-break: break-all;
    margin-left: -10px;
}
#modal-description{
    text-align: center;
    color: white;
    width: 100%;
    word-break: break-all;
    padding: 20px;
    font-size: 18px;
}
.testclass{
    border:1px solid red;
}
.btn{
    margin-left: 50px;
}
#alertImage{
    margin-left: -29px;
    padding-right: 0px;
    margin-top: 30px;
    max-height: 440px;
}
#knotText{
    margin-top: 41px;
    vertical-align: middle;
    text-align: left;
    font-size: 23px;
    width: 300px;
    max-height: 500px;
    margin-left: 130px;
    margin-right: 80px;
    padding-right: 0;
}
#btn-next{
    outline: none;
    margin-left: 2.6vw;
    border: none;
    color: white;
    padding-top: 255px;
    padding-bottom:230px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
#btn-prev{
    margin-left: -3vw;
    border: none;
    color: white;
    padding-top: 255px;
    padding-bottom:230px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
#modal-header-div{
    padding: 247px;
    background: no-repeat;
    background-size: contain, cover;
}
#nautical-knot-title{
    color:black;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
}
#nautical-knot-desc{
    text-align: center;
    font-size: 20px;
}
body{
    background-image: url("images/Mezglu-slaids_delu-fons.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: absolute;
    top:14vw;
    touch-action: pan-down;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    overflow: visible;
}
#modal-title{
    color: #E29F65;
    margin-bottom: 16px;
    font-size: 31px;
    margin-top: -16px;
    margin-left: -2vw;
}
.fas {
    color: #FFFFFF;
}
.description{
    color: #FFFFFF;
    margin-right: -6vw;
    margin-left: -2vw
}
.modal-contents{
    color: #FFFFFF;
}
.openTest{
    background-color: #F2A365;
    color: #331F0D;
    box-shadow: 5px 5px 5px 2px #33271E;
    font-weight: bolder;
    position: absolute;
    top: 34vw;
    left: 71vw;
    border-radius: 12px;
    width: 200px;
    font-size: 25px;
    text-transform: uppercase;
}
.alignment{
    vertical-align: middle;
    padding-top: 0.5vw;
}
.swal2-close:focus{outline: 0;}
.home{
    height: 44px;
    width: 43px;
    background-color: #F3A361;
    border-radius: 50%;
    padding: 6px 0 8px 0;
    margin-top: -1vw;
    margin-left: -1vw;
}
#starter{
    margin-left: 1vw;
}
.crumbItem{
    margin-left: -2.7vw;
}
a:active{
    color: #F3A361;
    font-size: 36px;
}
a:hover{
    color: #FFFFFF;
    font-size: 36px;
}
#line {
    font-size: 36px;
    color: #F3A361;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: -12.7vw;
}
.crumbs{
    margin-top: -13vw;
}
.swal2-close{
    font-size: 57px;
}