@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    color: white;
    background-image:
            url('../img/mrmbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.sidepic{
    position: absolute;
    width: 230px;
    top:200px;
    left:50px;
    opacity: .1;
}

.sidepic img{
    width: 100%;
}

.mrmnav{
    justify-content: flex-end;
    text-transform: uppercase;
}
.logo {
    margin-left: 25px;
    background-color: white;
    width: 75px;
    height: 75px;
    -webkit-mask: url(../img/MRMLogo-03.svg) no-repeat center;
    mask: url(../img/MRMLogo-03.svg) no-repeat center;
}

.navbar-nav li{
    padding: 0 40px;
    font-size:1.1rem;
}

.spacer{
    height: 75px;
}


.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
}


.mrmnavcontainer{
    position:sticky;
    top:0;
    z-index: 6;
    background-color: #355070!important;
}

.mrmnavcontainer a{
    color: white;
}

.efstalag{
    height:800px;
    margin-bottom:150px;
}

.rmutklippa{
    background-image: url('../img/klippanew2.png'),url('../img/klippablue2.png');
    background-position-x: 85%;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    height: 100%;
    width: 100%;
    opacity: .6;
}

h2{
    font-weight: bold;
    font-size:3rem;
    margin-bottom: 30px;
}
.minni{
    font-size:2rem;
}

p{
    font-size:1rem;
    font-weight: 300;
}
.umsjodinn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
}

.formid input{
    background:transparent;
    color:white;
    height:75px;
    width: 100%;
    border: 2px solid white;
    border-radius: 10px;
    font-size:1.25rem;
    font-weight: normal;
    text-align: center;
}

input::placeholder{
    color:white;
    font-size:1.25rem;
    font-weight: normal;
    text-align: center;
}

.formid textarea{
    background:transparent;
    color:white;
    width: 100%;
    border: 2px solid white;
    border-radius: 10px;
    font-size:1.25rem;
    font-weight: normal;
    text-align: center;
    padding:20px;
}

textarea::placeholder{
    color:white;
    font-size:1.25rem;
    font-weight: normal;
    text-align: center;
}

.formid button{
    margin:auto;
    background: #ffffff;
    color:#355070;
    border:none;
    height:75px;
    width: 60%;
    border-radius: 10px;
    font-size:1.25rem;
    font-weight: normal;
    text-align: center;
}

.formid button:hover{
    background: #4d6179;
    color:white;
}

.midjulag{
    height:800px;
    margin-bottom:150px;
}

.rmutklippa2{
    background-image: url('../img/klippa-bolti2.png'),url('../img/klippa-boltiblue.png');
    background-position-x: 85%;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    height: 100%;
    width: 100%;
    opacity: .6;
}

.raggatexti p{
    font-size:1rem;
}

.fotur{
    height:200px;
    background:white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logobotn {
    margin-left: 25px;
    background-color: #355070;
    width: 150px;
    height: 150px;
    -webkit-mask: url(../img/MRMLogo-03.svg) no-repeat center;
    mask: url(../img/MRMLogo-03.svg) no-repeat center;
}

@media only screen and (max-width: 600px) {
    body{

        background-image:
                url('../img/mrmbackgroundmobilelong.jpg');
        background-size: cover;
    }
    h2{
        font-weight: bold;
        font-size:2rem;
        margin-bottom: 30px;
    }
    p{
        font-size:.8rem;
        font-weight: 300;
    }
    .rmutklippa{
        background-position-x: 100%;
        height: 45vh;
        width: 95%;
        position: absolute;
        background-size: contain;
    }
    .umsjodinn{
        z-index: 5;
    }
    .formid input{
        height:50px;
        font-size:1rem;
        margin-top:10px;
    }

    input::placeholder{
        font-size:1rem;
    }

    .formid textarea{
        font-size:1rem;
        padding:20px;
    }

    textarea::placeholder{
        font-size:1rem;
    }
    .formid button{
        height:50px;
        width: 100%;
    }
    .midjulag{
        height:auto;
        margin-bottom:0;
    }
    .rmutklippa2{
        background-position-x: 100%;
        background-size: cover;
        margin:auto;
        margin-top:-35px;

        height: 80vh;
    }
    .ragnarm{
        margin-top:-200px;
    }
    .raggatexti{
        padding:40px;
    }
    .raggatexti p{
        font-size:.8rem;
    }
    .spacer{
        height: 75px;
    }
    .minni{
        font-size:1.75rem;
    }
}