body{
    font-size: 14;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 600px) {
    body{
        padding-top: 100px;
    }
    .left{
        display:table-cell;
        border-color: #ddd;
    }
    .right{
        width:100%;
        display:table-cell;
    }
}

@media (max-width: 600px) {
    body{
        padding-top: 25px;
    }
    .colbutton {
        display: none;
    }

    .navbar-nav > li > a, .navbar-brand {
    padding-top:10px; 
    padding-bottom:0;
    }
    .navbar {
    background-color: white;
    max-height: 50px;
    }
    .navbar-brand img {
    max-height: 25px;
    }
}

.colbutton {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 14px;
    margin-right:10px;
    width: 45px;
}

.spurningar {
    margin-top: 10px;
}
/*
.logo {
    width: 100%; height:auto;
}
*/
.iTitle {
    margin-top: 50px;
    margin-bottom: 50px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:10px; 
    padding-bottom:0;
}
.navbar {
    background-color: white;
    height: 100px;
}


.shrink {
height: 50px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.shrink .navbar-brand img {
max-height: 25px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
