/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Jun-2015, 10:00:46
    Author     : Martin
*/

*
{
    padding: 0;
    margin:0;
}

#wrapper
{
    width:960px;
    margin:0 auto 0;
}

#header
{
    width:940px;
    margin: 0 auto 0;
    height:200px;
    background: url(/media/img/layout/head2.png);      
}


#title{
    /*background: url(/media/img/layout/menu.png);*/
    width:940px;
    height:40px;
    margin:10px auto 0;
    text-align: center;
    color:#fff;
    background: #2E3192;
}

#content{
    padding:1.5em;
}
#hnav{
   
    /*background: url(/media/img/layout/menu.png);*/
    text-align: center;
    width:940px;
    height:40px;
    margin:10px auto 0;
    background: #2E3192;
}

#hnav li
{
   
    display: inline;
    
}
#hnav  a
{  
   display:inline-block;
   padding:10px;
   text-decoration:none;
   color:#fff;
}

#hnav a:hover
{
    color:#FFFFFF;
    background: #C2272D;
}

#footer
{
    /*background: url(/media/img/layout/footer.png);*/
    
    color:#fff;
    margin: 10px auto 0;
    width:940px;
    height:80px;
    background: #2E3192;
}

#footer div{
    padding:10px;
}

.service-boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.service-box {
  width: 300px;
  padding: 20px;
  margin: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.service-box:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.service-box h2 {
  margin-bottom: 10px;
}
