/* 
    Created on : Jun 3, 2018, 5:48:00 PM
    Author     : leander
*/

*{
    padding: 0;
    margin: 0;
}

body {	
    background-color: white;
    background-size: 100% 100%;
}

main{
    margin-top: 65px;
    background-color: rgba(212, 212, 212, 0.8);
    border-radius: 25px;
    margin-bottom: 75px;
}

img.card-img-top{
    margin: 0 auto;
    max-height: 50%;
    max-width: 50%;
}

section.committee.jumbotron{
    background: none !important;
}

div.album{
    margin-top: -50px;
}

div#map {
	height: 400px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}

div.center-navbar{
	text-align: left;
	width: 50%;
}
