/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {font-family: 'Roboto', sans-serif; color: #fff;}


body, select, input, textarea {color: #fff; background-color: #182940; }

a {color: #fff; text-decoration: none;}
a:hover {color: #fff;}
a:link {color: #fff;}
a:active {color: #fff;}
a:visited {color: #fff;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 


p {
	color: #fff;
	line-height: 22px;
    padding: 15px 0;
    font-size: 24px;        
    line-height: 32px;
    font-weight: 300;
    
}


 #wrapper {
    background-image:url('http://vibolpeou.com/alpen/images/alpen-electric-background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: auto;
    min-width: 1290px;
    margin: auto;
    text-align: center;
  

    }

#content {
    margin: auto;
    width: 80%;
    padding: 60px;
    margin: auto;
    display: inline-block;
}

#logo {
	width: 320px;
    padding: 80px 40px 40px 0px;
	}

#headline {
    text-align: left;
    max-width: 575px;
}


h1 {
    font-family: sans-serif;
	color: #fff;
	font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-family: sans-serif;
	color: #fff;
	font-size: 50px;
	padding: 0;
	font-weight: bold;
    text-transform: uppercase;
}

h3 {
text-transform: uppercase;
    font-size   14px;
    font-weight: bold;
    
    
}


.button {
    background-color: #4a83dc;
    border: none;
    color: white;
    padding: 20px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 30px 0;
    border-radius: 36px;
    font-weight: bold;
        
}

#contact { 
    text-align: left;
    max-width: 550px;
    margin: 100px 0;
}


    
section {
	display: block;
	min-height: 420px;
	padding: 60px 0 50px;
    min-width: 1290px;
	
}


footer {
    margin: 0 auto;
    text-align: center;
    min-width: 1230px;
    padding: 0;
    background-color: #fff;
}


p small {
	color: #b2b2b2;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	
}



/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
    
p {
	color: #fff;
	line-height: 22px;
    padding: 15px 0;
    font-size: 16px;        
    line-height: 24px;
    font-weight: 300;
    
}


 #wrapper {
    background-image:url('http://vibolpeou.com/alpen/images/alpen-electric-background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: auto;
    min-width: 100%;
    margin: auto;
    text-align: center;
  

    }

#content {
    margin: auto;
    width: 100%;
    padding: 30px;
    margin: auto;
    display: inline-block;
}

#logo {
	width: 320px;
    padding: 30px;
	}

#headline {
    text-align: left;
    max-width: 320px;
}


h1 {
	font-family: sans-serif;
    color: #fff;
	font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

h2 {
    font-family: sans-serif;
	color: #fff;
	font-size: 24px;
	padding: 0;
	font-weight: bold;
    text-transform: uppercase;
}

h3 {
text-transform: uppercase;
    font-size   14px;
    font-weight: bold;
    
    
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4a83dc;
    margin: 15px 0;
    }
    
.button {
    background-color: #4a83dc;
    border: none;
    color: white;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 30px 0;
    border-radius: 24px;
    font-weight: bold;
        
}

#contact { 
    text-align: left;
    max-width: 100%;
    margin: 50px 0;
}


    
section {
	display: block;
	min-height: 420px;
	padding: 60px 0 50px;
    min-width: 1290px;
	
}


footer {
    margin: 0 auto;
    text-align: center;
    min-width: 100%;
    padding: 0;
    background-color: #fff;
}


p small {
	color: #b2b2b2;
	font-size: 14px;
	line-height: 20px;
	text-align: center;	
}

}




/* Print styles
-------------------------------------------------------------------------------*/
@media print {



