@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;
}



wrapper{
    width: 90%;
}

article {
    margin:0 auto;
    width: 70%;
        margin-top:10%;
        margin-bottom:2%;
        border-color: #aa82b4;
        border-top-style: solid;
        border-bottom-style: solid;
        border-width: 4px;
        padding-top:2%; padding-bottom: 2%;
}

article p{
    font-family: "Andale Mono";
    font-size: 1em;
    margin-top: 2%;
    text-align: left;
   margin-left:5%;
}

#promophoto{
float: left;
width: 25%;
padding: 2%;
padding-top: 3%;
text-align:right;
} 

h4{
text-align: center;
        font-family: 'andale mono' !important;
        color: black;
}


a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #aa82b4;
}

main{
	max-width: 1280px;
	margin:0 auto;
	background-color: #b9bbbe;
}

.col-md-12{
    text-align: center;
}