
/*body { 
	background-color: #0e1930;
} 
*/
body { 
	background-image: url('../img/intro-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
} 
.img { height: auto;max-width: 150px; margin:0 30px; }
.img-border { border: 1px solid #B4B4B4; }
.footer { text-align: center!important; }

a:link, a:visited { font-size: 15px; color: white!important; text-decoration: none; }
a:hover { font-size: 15px; color: lightgreen!important; text-decoration: none; }