@charset "UTF-8";
/* CSS Document */

.infoIntro {
    color: white;
	background-color: rgba(0,0,0,1);
    padding: 15px;
    height: 40px;
    text-align: center;
}

.menuLarge {
    width: 100%;
    
    color: black;
	background-color: lightgray;
    padding: 15px;
    height: auto;
    text-align: left;
}