@charset "ISO-8859-1";

/* Elements */

body {
	margin: 0 auto;
	background: <img src=LT-01-2014-00053_23-05-14.JPG>;
	color: rgba(0, 0, 0, 0.75);
	font-family: "Comic Sans MS", Tahoma, sans-serif;
}
/*
h1, h2, h3, h4, h5, h6, .navbar-brand {
	font-family: Cambria, Times, serif;
}

section, main, aside, footer {
	padding: 1rem;
}

article h1 {
	margin-bottom: 0;
}

aside {
	display: flex;
	flex-flow: column nowrap;
}

aside h3 {
	margin-bottom: 0;	
}

aside hr {
	width: 100%;
}

footer{
	grid-area: footer;
	text-align: center;
	background: WhiteSmoke;
	border-top: 1px solid #DCDCDC;
}

a {
	text-decoration: none;
	color: RoyalBlue;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}
*/
/* Classes */

.container {
	margin: 0 auto;
	width: 90%;
	/*display: grid;
	grid-template-columns: 10% 20% 20% 20% 20% 10%;
	grid-template-rows: auto;
	justify-content: center;
	grid-template-areas:
		"jtron jtron jtron jtron jtron jtron"
		"nav nav nav nav nav nav"
	/*	". sec-1 sec-2 sec-3 sec-4 ."
		". main main aside-1 aside-2 ."
		"footer footer footer footer footer footer";  */
}

.navbar {
	margin: 0 auto;
	width: 90%;
	display: flex;
	justify-content: space-around;
	grid-area: nav;
	align-items: center;
	background: #545653;
	border: 1px solid #000;
	position: sticky;
	top: 0;
	border-radius: 1rem;
	opacity: 0.90;
	font-size: 1rem;
	
}

.navbar-brand {
	margin: 1rem;
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.75);
	
	
}

.navbar-brand:hover {
	text-decoration: none;
}

.nav {
	/*
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end; 
		padding left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-wrap: wrap;*/
    display: flex;
	flex-flow: wrap;
    justify-content: center;
	padding left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	padding: 1rem 5rem 0rem 2rem;
	color: #09F;
	text-decoration: none;
	
	
}

.nav-link:hover {
	background: #666;
	color: #FFF;
	border-radius: 1rem;
	
	text-decoration: none;
}

.navbar img {
	width: auto;
	max-height: 75px;
}

.jumbotron {
	grid-area: jtron;
	text-align: center;
}

.jumbotron img {
	border-radius: 2rem;
	width: 95%;
	height: auto;
}

