* {
    box-sizing: border-box;
}

body {
    font-family: tahoma;
    font-size: 1.1em;
    font-style: normal;
    line-height: 1.6;
    color: #FFF;
    background: #555;
}

body, html {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
}

.backgroundImg {
    background: #555 url("../images/background.jpg") no-repeat fixed;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;

    display: block;
    width: 100%;
    height: 800px;

    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.body {
    z-index: 9999;
    overflow: auto;
    position: relative;
}

.body::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
}

h1, h2, h3 {
    text-align: center;
    font-weight: bolder;
    margin-top: 0;
}

.floatcenter {
    width: 100%;
    display: inline-block;
    margin: auto;
    height: 100%;
}

.main {
    max-width:100%;
    margin: auto;
    background-color: rgba(85, 85, 85, 0.5);
}

.grid {
    width: 1200px;
    margin: auto;
}


.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.navgrid {
    margin: auto;
    list-style: none;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    z-index: 1;
    background-color: rgba(85, 85, 85, 1);
}
.navgrid ul {
     display: inline-block;
     text-align: center;
     margin: 0px;
     padding: 0px;
     width: 100%;
    /*-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;*/
 }

.navgrid li {
    margin: 2px;
    display: inline-block;
}

.navgrid a {
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: #fff;
    border-style: solid;
    text-decoration: none;
}

.navgrid a:link {
    color: #fff;
    border-color: #fff;
}

.navgrid a:visited {
    color: #fff;
    border-color: #fff;
}

.navgrid a:hover {
    color: #f00;
    border-color: #f00;
}

.navgrid a:active {
    color: #f55;
    border-color: #f55;
}

.col-100 {
    width: 100%;
}

.col-75 {
    width: 75%;
}

.col-66 {
    width: 66.666%;
}

.col-50 {
    width: 50%;
}

.col-33 {
    width: 33.333%;
}

.col-25 {
    width: 25%;
}

.col-16 {
    width: 16.666;
}

.col-12 {
    width: 12.5%;
}

[class*='col-'] {
    float: left;
    padding: 1em;
}

.navcol {
    margin: 0px;
    padding: 0px;
}

/*Anchor for the navigation on the page.*/
.anchor {
    float: left;
    margin-top: -60px;
    padding-top: 60px;
    display: hidden;
}

.contact {
    text-align: center;
}

.box {
    position: relative;
}

.boxtitle {
    position: relative;

}

.boxsubtitle {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
