body {
    padding: 0;
    margin: 0;
    font-family: Arial sans-serif;
    width:100%;
    min-width: 1200px;
}
.clearfix:after{
    content: '';
    display: table;
    width: 100%;
    clear: both;
}
div {
    box-sizing: border-box;
}
header {
  background: url(../img/header.jpg) no-repeat center top / cover;
  width:100%;
  margin: 0;
  padding: 0 0 50vh 0;
  display: table;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.heading{
    width: 100%;
}
.logo {
    width: 90%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    display: block;
    color:rgb(32, 35, 113);
}
.menu{
    margin-top: 1em;
}
.menu li{
    display: inline-block;
    padding: 1.5em;
    margin: 0;
    background-color: rgba(177, 133, 34, 0.21);
}
.menu li:first-child{
    border-radius: 1em 0 0 1em;
}
.menu li:last-child{
    border-radius: 0 1em 1em 0;
}
.menu a{
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    display:block;
    font-size: Arial sans-serif;
    font-size: 2em;
}
.titles_1 {
    margin-top: 2em;
    font-size: 3em;
    color: #ab2710;
    text-transform: uppercase;
    text-align: right;
}
h1{
    margin-top: 1em;
    font-size:2.5em;
    color:black;
    text-transform: uppercase;
    text-align: right;
}
.button{
    background:rgb(142, 233, 173);
    color: rgb(43, 82, 124);
    border-radius: 0.5em;
    display: block;
    padding: 10px;
    float: right;
    font-size: 2em;
    margin: 0;
}
.about{
    margin: 0;
    background-color: rgb(252, 168, 57);
    padding:2em;
}
.about h2{
    font-size: 70px;
    text-align: center;
    padding-bottom: 5px;
}
.about p{
    font-size: 40px;
    margin-top: 40px;
    line-height: 1.55em;
    text-align: center;
}
.license{
    font-style: italic;
}
.title{
    margin-top: 4em;
    width: 60%;
    margin-bottom: 100px;
    margin-left: 20%;
}
.title h2{
    font-size: 4em;
    font-family: Arial sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.title p{
    font-size: 2.3em;
    text-align: center;
}
.title p a{
    color: black;
    border-radius: 4px;
    padding: 3px;
    font-weight: bold;
}
.services{
    width: 100%;
}
.services_item{
    display: inline-block;
    text-align: center;
    margin: 1em;
    width: 30%;
    vertical-align: top;
}
.services_item h3{
    font-size: 2.5em;
    margin-bottom: 1em;
}
.services_item p{
    font-size: 1em;
    line-height: 1.55em;
    font-size: 1.8em;
}


#contact {
    background: rgba(147, 161, 255, 0.56) center;
    margin-top: 100px;
}
#contact h2{
    font-size: 3em;
    font-family: Arial sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #204eb5;
    margin-top: 200px;
    padding-top: 100px;
}
#contact h3{
    font-size: 2em;
    text-align: center;
    margin-top: 1vh;
}

.contact_text{
    line-height: 2em;
    font-size: 1.5em;
    text-align: center;
    margin-top: 4vh;
    line-height: 1.55em;
    display: table;
}
.contact_text li{
    display: block;
    color: #714525;
    font-size: 1.5em;
    font-weight: bold;
}
footer{
    background: rgb(124, 88, 28);
}
footer p{
    margin: 0;
    padding:0;
    height: 1.3em;
    font-size: 2em;
    text-align: center;
}
{
    border: solid red 1px;
}
