* {
margin: 0;
padding: 0;
border: 0;
border: 0px;
outline:none;
}

html {
    font-size: 100%;
    color: #263238;
    font-family: "Raleway", "Roboto","Helvetica",arial,sans-serif;
    line-height: 1.6;
	width:100%;
	height:100%;
}

html,body{
	width:100%;
}

main{
    background-color: #f5f5f5;
	width:100%;
}

a {
    text-decoration: none;
	color:inherit;
	outline: none;
}

footer{
    align:center;
    height: auto;
    background-color: #0066b3;
    color: #fff;
    padding: 11px;
}

#header{
    background-color: #fff;
    box-shadow:rgba(0,0,0,0.2) 0 2px 6px 0;
}

.icon{
	display: inline-block;
}

.icon-hamburger {
    height: 16px;
    width: 25px;
    position: relative;
    background-color: #fff;
    border-bottom:3px solid #647b86;
    border-top:3px solid #647b86;
}

.icon_inner{
    background-color: #647b86;
    width: 25px;
    height: 3px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.icon-dropdown{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid;
	height: 0;
	vertical-align: middle;
	width: 0;
	display:inline-block;
	margin-left: 5px;
}

.quote:before{
	content: open-quote;
	font-family:"Bauhaus 93";
}

.quote:after{
	content: close-quote;
	font-family:"Bauhaus 93";
}


.app_trigger:hover{
	text-decoration: underline;
}