.everything {
    left: 0;
    top: 0;
    width: 100%;
    min-width: 750px;
    position: absolute;
    background-color: aliceblue;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background-color: #2856A6;

  pointer-events: none;
}


.visible {
  opacity: 0;
}


.header {
    width: 100vw;
    padding: 10px;
    background-color: aliceblue;
    border-bottom: 5px solid black;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
    

.headerinside img {
    display: inline-block;
    width: 200px;
    position: relative;
    padding: 8px;
    float: left;
}

.headersub{
    display: inline-block;
    position: relative;
    float: right;
    right: 0;
    padding-top: 5px;
    padding-right: 40px;
}

.headerlinks {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.1 vw;
    text-decoration: none;
    letter-spacing: 2px;
    color: black;
    padding: 16px;
    padding-bottom: 12px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.headerlinks a:link, a:visited, a:active {
    text-decoration: none; 
    color: black;
}

.headerlinks a:hover {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 3px solid #2856A6;
}

.content{
    width: 100%;
    position: absolute;
    z-index: 90;
    margin-bottom: 60px;
}

.container {
    display: inline-block;
    width: 100vw;
    position: fixed;
    right:0;
    left: 0;
    height: auto;

}

.homeimage {
    display: block;
    line-height: 0px;
    position: fixed;
    width: 100%;
}

.homeimage img {
    width: 100%;
}

.hometextbox{
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #2856A6;
    z-index: 90;
    margin-top: 50vw;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.welcome{
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    padding-bottom: 40px;
}

.hometext{
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 3px;
    color: white;
    height: auto;
}

.galleryback{
    background-color: aliceblue;
    z-index: 150;
}

.images {
    margin: 0 auto;
    padding-top: 60px;
    width:100%; 
    padding-bottom: 150px;
}

.tile {
    width: 320px;
    padding: 40px;
    display: block;
    line-height: 0px;

}

.tile img{
    width: 100%;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .25);
}

.contact {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #00ADEF;
    height: 450px;
    padding-top: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}

.contactinfo {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: white;
    padding: 60px;
    float: left;
    display: block;
}
.quote{
    font-size: 20px;
}

.contactinfo a{
    color: white;
}

.al{
    font-weight: 700;
}

.location {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: white;
    padding: 60px;
    padding-top: 20px;
    float: left;
    clear: both;
    display: block;
}

.footer {
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 40px;
    /*z-index: -10;*/
    bottom: 0;
    left:0;
    font-family: 'Open Sans', sans-serif;
}

.footerinside{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 13px;
} 
