*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #fff;
    color: #555;
    font-family: 'PT Sans',sans-serif;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}
body{
    font-family: 'Source Sans Pro',sans-serif;
    color: #616161;
    line-height: 1.4em;
    background-color: white!important;
}

header {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('./img/backgroundimg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.section-content{
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 47%;
    color: white;
 text-align: center;
    transform: translate(-50%,-50%);
    
}
h1 .titleLMI{
    font-size: 60%;
   font-weight: 700;
   text-align: center;
}

.section.background-image * {
    color: #fff;
}
#subtitle{
    margin-top: 19px;
    line-height: 23px;
    padding: 0 90 0 90px;
    text-align: justify;
    
}
#p {
    margin-top: 18px;
    text-align: center;
}
#button {
    text-decoration: none;
    margin-top: 200px;
    font-weight: 300;
    color: white;
    border-radius: 3px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1em;
    cursor: pointer;
    background-color: #0799b9;
    border-bottom: 4px solid #057088;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    overflow: hidden;
}
/* Main navigation */
nav {
    display: block;
    border-bottom: solid 3px black;
}
#nav-header{
    background-color: rgba(0, 0, 0, 1.2);
}
#main-nav {
    float: left;
    list-style: none;
    margin-top: 10px;
    margin-left: 120px;
    display: block;
    min-height: 35px;
    background-size: contain!important;
   
}