h1 {
    color:blue;
    font-size:1em;
}

p {
    color:black;
}

.smallertext {
    font-size: 0.7em;
}

.jumbotron p, .jumbotron em {
    font-size: 1.3em;
}

.jumbotron h2 {
    font-size: 2.5em;
}

.header {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
}

.jumbotron {
    background-color: rgba(255, 255, 255, 0.85);
}

.textcolumn {    
    padding: 15px; 
    margin: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.85);
}




html.normal { 
  background: url("img/cloud-400x400.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

html.about { 
  background: url("img/road-400x400.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}

/* Declarations to get footer in right place... */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    background: transparent;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -30px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 30px;
    text-align: center;
    font-size: 0.7em;
}

#footer {
    background-color: rgba(255, 255, 255, 0.85);
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* End footer things */



body {
  overflow-x: hidden; /* Solves the problem for large screens but not for mobile */
  font-family: "Century Gothic","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
  /*font-size: 0.8em;*/
  /*margin-top: 80px;*/
}

#bgdiv {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/*
#menyRow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 80px;
    padding: 0.5em;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
}
*/
/*
#bodyText {
    position: relative;
    left: 7%;
    top: 30px;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 7px;
    font-size: 0.8em;
    vertical-align: top;
}*/

.forty {
    position: relative;
    width: 35%;
    display: inline-block;
    vertical-align: top
}

.sixty {
    position: relative;
    width: 55%;
    display: inline-block;
    vertical-align: top
}

/*
.ss-q-long {
    width: 300px;
}*/

/*
#bottomRow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.85);
}

#bottomRow p {
    font-size: 0.7em;
    padding: 0;
    margin: 0;
    vertical-align: middle; 
    text-align: center;
}*/

.menublock {
    height: 64px; 
    width: 64px; 
    display: inline-block;
    vertical-align: middle;
    /*overflow-x: hidden;*/
    margin-left:18px;
    margin-top:5px;
}

.nav > li {
    padding-top: 12px;
}

a, a:link, a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    color: grey;
}

a.linkintext {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

.jumbotron {
    font-size: 0.7em;
}


@media (max-width: 370px) {
    .menublock {
	/*height: 20px;*/
	display: none;
    }
    .header {
	height: 40px;
    }
    .nav > li {
	padding-top: 0px;
	margin-left: 0px
    }
}


@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: local("Century Gothic"), url("fonts/CenturyGothic.eot") format("embedded-opentype"), url("fonts/CenturyGothic.woff?ctag=8") format("woff"), url("fonts/CenturyGothic.ttf?ctag=8") format("truetype"), url("fonts/CenturyGothic.svg?ctag=8#web") format("svg");
}