@font-face { 
	font-family: "SouthernAire"; 
	src: url('../fonts/SouthernAire_Personal_Use_Only.ttf') format("truetype"); 
}
@font-face { 
    font-family: "Josefin Sans"; 
    src: url('../fonts/JosefinSans-Regular.ttf') format("truetype");
}
html {
    width: 100%;
    height: 100%;
}

.header-brand {
	font-family: "SouthernAire",Verdana;
	font-size: 3.5em;
	text-shadow: 1px 1px #000;
}
.navbar-nav {
	font-size: 1.5em;
    padding-left: 10%;
}
.navbar-default .navbar-brand {
    color: #999;
}
.navbar-default .navbar-nav>li>a {
    color: dimgray;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
    text-shadow: 1px 1px #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
    border-left: 0.08em solid darkgrey;
    border-right: 0.08em solid darkgrey;
}
.intro-section {
    height: 100%;
    background: url(../img/index.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
	font-size: 1.2em;
}
.clearance {
	padding-top: 20px;	
}
.bg-text {
	background: rgba(255,255,255, 0.7);
	border-style: solid;
    border-width: 1px;
    border-color: rgba(194,194,194, 0.8);
}
.p-t {
  padding-top: 0.5em;
}
a.one:link {color:#FFF;}
a.one:visited {color:#FFF;}
a.one:hover {color:#999;}
.fa-facebook-square, .fa-xing-square, .fa-linkedin-square {
    font-size: 4em;
    text-shadow: 2px 2px #000;    
}
.adress {
    padding-top: 30px;
    padding-left: 40px;
}
label {
    font-size: small;
}
#InputName, #InputEmail {
    width: 20em;
}
#InputMessage {
    width: 35em;
}
.about-section {
    height: 100%;
    text-align: left;
	background: url(../img/about.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
    font-size: 1.2em;
}

.references-section {
    height: 100%;
    text-align: left;
	//background: url(../img/reference.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
    font-size: 1.2em;
}

.contact-section {
    height: 100%;
    text-align: left;
    background: url(../img/desk.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	overflow: hidden;
    font-size: 1.2em;
}

a:focus {
	outline: 0;
}

.footer-section {
    position:absolute;
    bottom: 0;
    width: 100%;
	background: rgba(255,255,255, 0.35);
	border-top: 0.1em solid darkgrey;
	color: #000;
	font-size: 0.9em;
	padding-left: 1em;
    text-shadow: 1px 1px #FFF;
}
@media(min-width:764px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		background: rgba(255,255,255, 0.7);
    	border-bottom: 0.1em solid darkgrey;
    }

    .top-nav-collapse {
        padding: 0;
    }
    
    .contact-section {
        padding-top: 150px;
    }
    .references-section {
        padding-top: 150px;
    }
    .intro-section {
        padding-top: 150px;
    }
    .about-section {
        padding-top: 150px;
    }
	h1 {
		margin-top: -20px;
		font-size:  1.75em;
	}
	body {
		width: 100%;
		height: 100%;
		font-family: 'Josefin Sans', sans-serif;
		color: #555;
	}
}
@media only screen and (max-width: 680px) {
	h1 {
		font-size:  1.75em;
	}
  	body {
    	font-family: 'Josefin Sans', sans-serif;
		color: #555;
  	}
    .contact-section {
        padding-top: 55px;
		background: url(../img/desk.jpg) no-repeat center top;
    }
    .references-section {
        padding-top: 55px;
    }
    .intro-section {
        padding-top: 55px;
		background: url(../img/index_klein.jpg) no-repeat center top;
    }
    .about-section {
        padding-top: 55px;
		background: url(../img/daniel.jpg) no-repeat center top;
    }
	.navbar {
		border-bottom: 0.1em solid darkgrey;
	}
	.box { float: left; width: 32%; margin-right: 2%; margin-top: 10px; padding: 5px; box-sizing: border-box; }
	.box:last-child { margin-right: 0; }
}
##########################################################
ul {
    list-style-type: none;
}  