body {
    font-family: Helvetica, Verdana, sans-serif;
    line-height: 1.4;
    color: #444;
    font-size: 16px;
    background: url('../img/bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top15 {
    margin-top: 15px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.right {
    float: right;
}

.top13 {
    margin-top: 13px;
}

.bottom15 {
    padding-bottom: 15px;
}

img {
    width:100%;
}

h1 {
    padding: 15px 0;
    font-size: 20px;
}

h2 {
    font-size: 18px;
    padding-bottom: 6px;
}

.normal {
    font-size: 16px;
}

ul.nav.desktop {
    display:none;
}

ul.nav {
    margin-top: 15px;
    background-color: #fff;
    /*border-radius: 15px;*/
}

ul.nav li a {
    display: block;
}

ul.nav li a.active, ul.nav li a:hover {
    background-color: #1D57A1;
    color:white;
}

ul.nav.mobile li a.trigger:hover {
    background-color: white;
    color: #337ab7;
}

/*ul.nav li a.first {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

ul.nav li a.last {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}*/

ul.content {
    margin-top: 13px;
    padding-bottom: 15px;
}

ul.content li {
    padding: 2px 0;
}

#logoContainer {
    background-color: #fff;
    padding: 15px;
    /*border-radius: 15px;*/
    margin-top: 15px;
}

.contentBg {
    background-image: url('../img/bg-content.png');
}

ul.sub-menu {
    margin: 0;
}

p.big {
    font-size: 18px;
}

@media(min-width:768px) {
    .fullscreenBg {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}
    
    ul.nav.desktop {
        display:block;
    }
    
    ul.content {
        margin-top: 13px;
        padding-bottom: 1px;
    }
    h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 18px;
    }
    
    ul.nav.mobile {
        display: none;
    }
    
    p {
        font-size: 12px;
    }
    
    .service {
        min-height: 326px;
    }
}