*
{
        margin: 0;
        padding: 0;

}

header
{
        background-image: url(img/stakkur.jpg);
        height: 100vh;
        background-repeat: no-repeat;
/*         background-size: cover; */
        background-position: center;


}

.main-nav
{
    float:right;
    list-style: none;
    margin-top: 30px;
}


.main-nav li{
    display:inline-block;
}

.main-nav li a{
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}


.SF
{
    height: 5vh;
    margin-top: 15px;
    margin-left: 15px;
}

.main-nav li.active a{
    border: 1px solid white;
}

.main-nav li a:hover{

    border: 1px solid white;
}


.logo img{

    width: 100px;
    height: auto;
    float: left;
    margin-top: 10px;
    
}

body{
    font-family: moonspace;
}

.row{
    max-width: 1600px;
    margin: auto;
}

.hero
{
    position: absolute;
    width: 1200px;
    margin-left: 0px;
    margin-top: 0px;
}

h1
{
    color:white;
    text-transform: uppercase;
    font-size: 70px;
    text-align: center;
    margin-top: 275px;

}

.button {
    margin-top: 30px;
    margin-left: 440px;
}

.btn{
    border: 1px solid white;
    padding: 10px 30px;
    color: white;
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
    text-transform: uppercase;

}


.btn-one {

    background-color: darkorange;
    font-family: "roboto", sans-serif;
}

.btn-two {
    font-family: "roboto", sans-serif;

}

.btn-two:hover{

    background-color: darkorange;
    transition: all 0.5s ease-in;

}



/* .texti
{
    color:white;
    font-size: 20px;
    margin-top: 0px;
    position: absolute;
    width: 500px;
    margin-left: 300px;
    margin-top: 350px;
    text-align: center;
    
} */
