@font-face { 
    font-family: 'Lato'; 
    font-style: normal; 
    font-weight: 400; 
    src: url('../externPacks/fonts/lato-v17-latin-regular.eot'); 
    src: url('../externPacks/fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../externPacks/fonts/lato-v17-latin-regular.woff2') format('woff2'), 
         url('../externPacks/fonts/lato-v17-latin-regular.woff') format('woff'), 
         url('../externPacks/fonts/lato-v17-latin-regular.ttf') format('truetype'), 
         url('../externPacks/fonts/lato-v17-latin-regular.svg#Lato') format('svg'); 
}

/*
@font-face { 
    font-family: 'Lato'; 
    font-style: normal; 
    font-weight: 100; 
    src: url('../externPacks/fonts/lato-v17-latin-100.eot'); 
    src: url('../externPacks/fonts/lato-v17-latin-100.eot?#iefix') format('embedded-opentype'), 
         url('../externPacks/fonts/lato-v17-latin-100.woff2') format('woff2'), 
         url('../externPacks/fonts/lato-v17-latin-100.woff') format('woff'), 
         url('../externPacks/fonts/lato-v17-latin-100.ttf') format('truetype'), 
         url('../externPacks/fonts/lato-v17-latin-100.svg#Lato') format('svg'); 
}
*/

h1,h2,h3,h4,h5,h6 {font-weight:bolder;}

body, html {
  font-family: 'Lato', sans-serif;
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../img/centerSlide.png");
  min-height: 100%;
}

.bgimgOffice {
  background-position: center;
  background-size: cover;
  background-image: url("../img/app.jpg");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}
