﻿.homeColor { color:#333; } 
.aboutColor { color:#d2fd07; } 
.studioColor { color:#ffa200; } 
.icelandColor { color:#0851b5; } 
.contactColor { color:#cc0000; } 

.mainwindow h1 
{
    color:#fff;
    font-size:3.2em;
}

.mainwindow h1 em 
{
    
    font-style:normal;
}

.mainwindow h2  
{
    color:#666;
    font-size:1.6em; 
    margin-left:14px;
}

.aboutus a 
{
    background: url(../img/buttons/aboutus.png) 0px 0px no-repeat;
    width:200px;
    height:221px;
    display:block;
    text-indent:-4000px;
    margin-right:40px;
    margin-top:45px;
    float:left;
}

.aboutus a:hover 
{
  background-position:0px -221px;  
}

.contactinfo a 
{
    background: url(../img/buttons/contactinfo.png) 0px 0px no-repeat;
    width:200px;
    height:221px;
    display:block;
    text-indent:-4000px;
    margin-top:45px;
    float:left;
}

.contactinfo a:hover 
{
  background-position:0px -221px;  
}

.produceiniceland a 
{
    background: url(../img/buttons/produceiniceland.png) 0px 0px no-repeat;
    width:200px;
    height:221px;
    display:block;
    text-indent:-4000px;
    margin-right:40px;
    margin-top:45px;
    float:left;
}

.produceiniceland a:hover 
{
  background-position:0px -221px;  
}

.thestudio a 
{
    background: url(../img/buttons/thestudio.png) 0px 0px no-repeat;
    width:200px;
    height:221px;
    display:block;
    text-indent:-4000px;
    margin-right:40px;
    margin-top:45px;
    float:left;
}

.thestudio a:hover 
{
  background-position:0px -221px;  
}

a 
{
    text-decoration:none;    
}
