﻿
img {
    max-width: 100%;
    height: auto;
}

a {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-style: normal;
    font-family: Verdana;
    font-variant: normal;
    text-decoration: underline;
}

    a:hover {
        /*color: #601517;*/
        /*color: red;*/
    }


    a.mail, a.mail:visited {
        font-size: 15px;
        /*color: #ffffff;*/
        font-style: normal;
        font-family: 'Arial';
        font-variant: normal;
        text-decoration: underline;
        text-transform:none;
        /*color: #9f8909;*/
    }

    a.mail:hover {
        /*color: gainsboro;*/
    }



div.centered /*för att centrera i alla vebbläsare*/ {
    margin: auto;
    text-align: center;
}

div.centered table {
    margin: 0 auto;
    text-align: left;
}


.omossBild {
    width: 200px;
    min-width: 150px;
    height: auto;
    margin: 10px;
}

.salongUtsidanBild {
    width: 456px;
    min-width: 200px;
    height: auto;
    margin: 10px;
}

#imgboka {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 150px;
}

    #imgboka:hover {
        /*box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
    }


.pv-color-bakgrund {
    /*background-color: #111e2d;*/
    background-color: white;
}

.pv-color.grey, .mnu, .dropdown .dropbtn, .topnav {
    background-color: gainsboro;
}

.pv-box-botom, .mnu {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    box-shadow: 0px 8px 15px #666666;
}

.pv-color-text, a.mail, a.mail:visited, .topnav a {
    color: #666666;
    /*color: deepskyblue;*/
}

.pv-div {
    text-align: center;
    width: 90%;
    /*max-width: 500px;*/
}
.pv-color-white, a.mail:hover {
    color: gray;
    /*color: white;*/
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.pv-ram-grey {
    border-radius: 5px;
    border: 1px solid #666666;
    padding: 5px;
    background-color: gainsboro;
}

.pv-ram-white {
    border-radius: 5px;
    border: 1px solid #666666;
    padding: 5px;
    background-color: #ECECEC;
}

.pv-thin-topline {
    border-top-style: solid;
    border-width: thin;
    border-top-color: #666666;
    box-shadow: 0px -8px 15px #666666;
}

.centerMe {
    display: flex; /*this applies the flexbox display property to the div so we can use the properties below*/
    align-items: center; /*this vertically aligns everything to the center*/
    justify-content: center; /*this horizontally aligns everything to the center*/
}


