@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;
	
}

header{
	clear:both;
	height: 120px;
	background-color: #b9bbbe;
}

#wrapper{
	background-color: #b9bbbe;
}

main{
	max-width: 1280px;
	margin:0 auto;
	background-color: #b9bbbe;
}

marquee{
	color:#f9f9f9;
}

/* #mainlogo{
width: 20%;
margin: 0 auto;
margin-top: 5%;
} */

.col-md-12{
margin-top: 10%;
text-align: center;
}


@media only screen and (max-width: 768px)
{
	.col-md-12{
		width: 50%;
	}
}