@charset "UTF-8";

/*zero out--------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Global--------------*/
body {
	background-color: rgba(146,146,146,1.00);
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
/*    font-family: 'Roboto', sans-serif;*/
}


h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-weight: 700;
}

p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

strong {
  font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

/*CONTAINER--------------*/
.container {
  transition: all .25s linear; 
  -o-transition: all .25s linear; 
  -moz-transition: all .25s linear; 
  -webkit-transition: all .25s linear; 
	background-color: rgba(255,255,255,1.00);
	max-width: 1200px;
/*	height: 100vh;*/
	margin: 0 auto;
	display: grid;
	justify-content: center;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr ;
	grid-template-rows: 0.1fr 30px 200px auto 300px;
	grid-template-areas: 
		". logo logo ."
		"nav nav nav nav"
		"banner banner banner banner"
		"contnt contnt contnt contnt"
		"footer footer footer footer"
		;
	gap: 10px;

	
}

/*--LOGO--*/
logo {
/*	background: rgba(191,148,148,1.00);*/
	grid-area: logo;
	display: grid;
	justify-content: center;
	align-items: center;
	padding-top: 10px;

}



/*--NAV--*/
#main-nav {
/*	background-color: rgba(148,191,171,1.00);*/
	grid-area: nav;
	display: grid;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0;
	
}

#main-menu {
	padding: 0;
	display:inline-flex;
	flex-direction: row;
}

#main-menu ul {
	justify-content: center;
	align-items: center;

}

#main-menu a{
	text-decoration: none;
	background: #245B8D;
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
/*	line-height: 16px;*/
	padding: 8px;
/*	text-transform: uppercase;*/
	text-shadow: 0px 1px 4px rgba(0,0,0,0.60);
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #F7F7F7;


}

#main-menu a:hover, #main-menu a:focus, #main-menu .active a{
	background: #388ed1;
}
/*

#main-menu .active a{
	background: #388ED1;
}
*/

button.mobile-menu {
	text-decoration: none;
	background: #245B8D;
	display: block;
	width: 150px;
	height: 30px;
	text-align: center;
/*	line-height: 16px;*/
	padding: 8px;
/*	text-transform: uppercase;*/
	text-shadow: 0px 1px 4px rgba(0,0,0,0.60);
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	color: #F7F7F7;
	border: none;
	display: none;
}

button.mobile-menu:hover, button.mobile-menu:focus {
	background: #388ed1;
}

section.banner {
	background-image: url("../images/banner-about-1200x200.jpg");
	background-position: 58% center;
	height: 200px;
	background-size: cover;
	grid-area: banner;
	display: grid;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-top: -20px;
}



/*
section.banner {

	grid-area: banner;
	display: grid;
	display: block;
		background-size: cover;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-top: -20px;
}
*/




section.content {
	grid-area: contnt;
	padding: 0 100px;
	padding-bottom: 100px;


/*	height: 400px;*/

}

section.content p {


	text-indent: 20px;
	line-height: 24px;
	padding: 0;
}




section.content img {
	float: left;
	padding-right: 20px;

	/*
	display: inline-flex;
	flex-direction: column;
	padding: 0;
	padding-top: 40px;
*/

}

/*FOOTER-------------*/
footer {
	background-color: rgba(62,62,62,1.00);
	grid-area: footer;
	height: 300px;
	display: grid;
	grid-template-columns: subgrid;
	padding: 0;
/*	border: none;*/
	color: #F4F4F4;
	font-weight: 300;
}

footer p {
	line-height: 2px;
}

footer1, footer2, footer3 p{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
/*	padding: 12px;*/
}

footer1 {
	grid-column: 1 / -1;
	padding-top: 10px;
		display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

footer1 img{
	padding: 10px;
}

footer2 {
	grid-column: 1 / -1;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20px;
	padding: 0;
}

footer3 {
	grid-column: 1 / -1;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}


/*--MEDIA QUERIES--*/
@media only screen and (max-width: 600px) {
	#main-nav.open {
	height: 180px;
	display:inline-flex;
	flex-direction: column;
	}
	
	#main-menu {
	display:inline-flex;
	flex-direction: column;
	height: 180px;
	width: 480px;
		
	opacity: 0;
	height: 0;
	}
	
	#main-nav.open, #main-menu {
	display:inline-flex;
	flex-direction: column;
	height: 180px;
	opacity: 1;
	}

	#main-menu a{
	width: 480px;
	float:none;
	}
	
	button.mobile-menu {
	width: 480px;
	display: block;


	}
	
}

@media only screen and (max-width: 550px) {
	.container {
		
/*	height: 100vh;*/
/*	width: 480px;*/
	display: grid;
/*	border: 20px solid rgba(168,213,169,1.00);*/
	grid-template-columns: 480px;
	grid-template-rows: 0.1fr 0.1fr 0.4fr auto 300px ;
	grid-template-areas: 
		"logo"
		"nav"
		"banner"
		"contnt"
		"footer"
		;
	gap: 20px;
	}
	
	section.banner {
	background-image:url("../images/banner-524x400.jpg");
			margin-top: -20px;
	}
	
	section.content {
		padding: 0 20px;
		padding-bottom: 100px;
	}
	
	section.content img {
	float:none;
	padding: 0;


}

	footer3 {
		font-size: 14px;
		padding: 0 60px;
		line-height: 20px;
	}

}
