/* Standard text throughout the webpage*/
body { 
    font-family: "Bookman", "Helvetica", sans-serif; 
    font-size:1em;
    color: #000000;
    letter-spacing: 0.1em; } 

/* Links*/
a { text-decoration:none; 
    color: black;   }
    a:hover {text-decoration-line: underline;}

#meny a {
    font-size:1.5em;
    text-transform: lowercase;
    color: white;
    font-weight: bold; }

/* Style h2 - titles*/
h2 {
    font-family: "Verdana","Bookman", sans-serif;
    margin: 0px;
    font-size: 3.5em; 
    color:white;    }

/* textcolor*/
.whitetext {color: white;}
.blacktext {color: black;}
.bluetext  {color: #24579c;}

 /* Make moving text fit image */
@media (max-width: 1284px) { 
    h2 { font-size: 2.5em; }}

 /* Largest media eg. Ipad
@media (max-width: 1024px) { 
    #meny a {font-size: 1.5em;  }    
}
 /* Middle media
@media (max-width: 540px) { 
    #meny a {
        font-size: 1.5em;
    }  
    h2 { font-size: 2.5em;}

}



