*{
    margin: 0;
    padding: 0;
}
body{
    font-family: serenity, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #FCFCFC;
}
h2{
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    font-weight: normal;
    padding: 30px 40px;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    border-bottom: 8px solid #FFF;
}
header{
    max-width: 1024px;
    height: 105px;
    margin: auto;
    display: block;
    padding: 5px 0;
    background-color: #FFF;
}
header .logo {
    height: 90px;
}
header .logo img{
    max-height: 100%;
}
.section01{
    max-width: 1024px;
    height: 575px;
    margin: auto;
    background-image: url("../images/top-image.jpg");
    background-size: cover;
    background-position: center;
}
.section02{
    max-width: 1024px;
    margin: auto;
    padding: 80px 0 50px;
    background-color: #FFF;
}
.section02 p, .section03 p, .section04 p {
    max-width: 850px;
    margin: 30px auto;
    padding: 0 25px;
    font-family: serenity, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #8A8A8A;
}
.section02 p.title{
    font-size: 30px;
    color: #000;
}
.section03{
    max-width: 1024px;
    margin: auto;
    background-color: #D5D5D5;
    padding: 90px 0 90px;
}
.section03 h2{
    text-align: center;
}
.section04{
    max-width: 1024px;
    margin: auto;
    padding: 80px 0 50px;
    background-color: #FFF;
}
.actions{
    text-align: center;
    margin: 70px 0 90px;
}
.actions a{
    font-family: Anton, sans-serif;
    font-size: 25px;
    padding: 0;
    border: 2px solid #000;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    width: 230px;
    display: inline-block;
    text-align: center;
    margin: 20px;
}
.actions a:hover{
    background-color: #D5D5D5;
}
.serviceIcons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.serviceIcons .serviceIcon{
    text-align: center;
    margin: 30px;
}
.serviceIcons .serviceIcon .imgIcon{
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.serviceIcons .serviceIcon .imgIcon img{
    max-width: 100px;
    max-height: 100px;
}
.serviceIcons .serviceIcon span{
    display: block;
    text-align: center;
    width: 100px;
    margin-top: 20px;
    color: #8A8A8A;
}
footer{
    background-color: #D5D5D5;
    max-width: 1024px;
    margin: auto;
    padding: 60px 0 60px;
}
footer .logo{
    text-align: center;
}
footer .footerLogo{
    text-align: center;
}
footer .footerLogo img{
    width: 150px;
}
footer nav{
    margin-top: 30px;
}
footer nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer nav ul li{
    list-style: none;
    padding: 20px;
    margin: 15px;
}
footer nav ul li a{
    font-size: 30px;
    color: #000;
    text-decoration: none;
}
footer nav ul li a:hover{
    text-decoration: underline;
}
footer .address{
    text-align: center;
    padding: 0 10px;
}