.parallax {
    /* The image used */
    background-image: url("High5/Bilder/h/IMG_4128.JPG");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.Text {
    padding-top: 130px;
    padding-bottom: 120px;
}

img.full {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

img.full2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.navh {
    height: 110px;
    max-width: auto;
}

header {
    padding-top: 12px;
    height: 130px;
    overflow: visible;
}

.inner {
    max-width: 1430px;
    padding: 0 20px;
    margin: 0 auto;
    display: block;
}

.rel {
    position: relative;
}

a.logo {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: 1000;
    position: relative;
}

.space {
    letter-spacing: .1em;
}
.upper {
    text-transform: uppercase;
}
.xbold {
    font-weight: 900;
}
.brandon {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-decoration: none;
}



ul.nav-left {
    right: 60%;
    margin-right: 180px;
}
ul.nav {
    position: absolute;
    top: 50px;
    z-index: 10;
}
ul.clean {
    list-style: none;
    margin: 0;
    padding: 0;
}


ul.nav-right {
    left: 50%;
    margin-left: 180px;
}

.nav-wrap {
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

ul.ilb li {
    display: inline-block;
    vertical-align: top;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.nav-arrow {
    position: relative;

}

.nonbg { 
    background-color: transparent;
}

.NavText {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
}


.nohov:hover {
	background-color: white;
	color: white;
}



#box1 {}
#text1 {
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;}
#box1:hover #text1 {
    opacity:1;}


#box2 {}
#text2 {
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;}
#box2:hover #text2 {
    opacity:1;}


#box3 {}
#text3 {
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;}
#box3:hover #text3 {
    opacity:1;}


#box4 {}
#text4 {
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;}
#box4:hover #text4 {
    opacity:1;}


#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
    font-size: 90px;
}