@charset "UTF-8";
/* CSS Document */

@font-face{
    font-family: "Andale Mono";
    src: url(../font/AndaleMono.ttf);
    src: url(../font/andalemo.ttf);
  }
  
html{	
	background-color: #b9bbbe;
}


body{
	background-color: #b9bbbe !important;
}

#thecarousel {

margin-top:10em;	
}

main{
    background-color: #b9bbbe;
        max-width: 1280px;
        margin:0 auto;
        background-color: #b9bbbe;
}

header{
	max-width: 1280px;
	margin:0 auto;
}

h2{
	font-family: 'andale mono' !important;
	color:black!important;
	font-size: 220%!important;
	margin-top: -1em!important;
	padding-bottom: 1em;
	text-align: center;
	}
	
	html {
		-webkit-text-size-adjust: none;
		-webkit-font-smoothing: aliased;
	  }

	  #icon{
		  text-align: center;
		  margin-top: 5%;
	  }