body       {color:#4d4d4d;
            font-family: 'Montserrat', sans-serif;
            background-image: url("images/BG_faded_sunrise.png");
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            width:1150px;
            margin-left:auto;
            margin-right:auto;
           }

.header    {position:relative;
            margin-top:150px;
            text-align:center;
            letter-spacing:0.2em;
            font-size:6.0em;
           }


.main      {position:relative;
            margin-top:40px;
            margin-bottom:200px;
            text-align:center;
            font-size:1.6em;
            color:#00A2E8;
            line-height:2.0em;
           }

.contact   {float:left;
            text-align:center;
            margin-top:50px;
           }

.logo      {float:right;
            text-align:center;
            font-size:.65em;
            letter-spacing:0.1em;
            color:#ffffff;
           }




a:link           {color:#00A2E8;text-decoration:none;}
a:visited        {color:#00A2E8;}
a:hover          {color:#22B14C;}
a:active         {color:#00A2E8;}




img.logo       {border:none;width:200px;margin-bottom:15px;}
img.social     {border:solid 1px transparent;height:30px;margin-right:10px;padding:5px;}
img.social:hover {border:solid 1px #ffffff;padding:-1px;border-radius: 5px;padding:5px;}

span.green     {color:#22B14C;}
span.blue      {color:#00A2E8;}