* {
	box-sizing: border-box;
	margin: 0;
}

hr {
	color: rgb(252,252,252);
	clear: both;
	margin: 15px 0;
}

body {
	color: rgb(75, 75, 75);
}

header,
main,
section,
footer {
	display: block;
}

.container {
	width: 95%;
	margin: 0 auto;
}

.greetings {
	min-height: 40px;
	background: linear-gradient(to right, rgb(30, 140, 60), rgb(15, 90, 45));
	padding: 5px;
	font-size: 18px;
	font-family: verdana, helvetica, san-serif;
	background-size: cover;
	position: relative;
	color: rgb(246,246,246);
}

.logo {
	min-height: 100px;
	background: linear-gradient(to right, rgb(30, 140, 60), rgb(15, 90, 45));
	padding: 5px;
	font-family: helvetica, verdana, san-serif;
	line-height: 1;
	position: relative;
	color: white;
}

.logo-text {
	font-size: 1.25rem;
	line-height: 1.2;
}

@media(min-width: 371px) {

	.logo-text {
		font-size: 2.0rem;
		line-height: 1;
	}

	.logo-motto {
		line-height: 1.6;
	}
}

.logo-image {
	width: 85px;
	float: left;
	height: 80px;
	border: none;
	border-radius: 7px;
	margin: 0 10px 0 5px;
}

.logo-motto {
	font-size: 1rem;
	font-family: georgia, serif;
	font-style: italic;
}


/* Menu section starts */
.menu {
	min-height: 50px;
	background-color: rgb(248, 250, 248);
	text-transform: uppercase;
	font-size: 20px;
	padding: 5px;
	font-family: verdana, helvetica, san-serif;
	position: relative;
	clear: both !important;
	display: block;
}
.menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
}

.menu ul li {
	display: inline-block;
	float: left;
	background: rgb(255, 255, 255);
	margin: 5px 3px 5px 3px;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
}

.menu ul li:hover {
    border-left: 2px solid orange;
    border-radius: 0;
}

.menu a {
		text-decoration: none;
		color: rgb(0, 150, 10);
}

.menu a:hover, .menu a:focus, .menu a:active {
	color: orange;
	cursor: pointer;
	text-decoration: underline;
}

/* Menu section ends */

.news {
	min-height: 40px;
	background-color: rgb(120, 240, 20);
	font-family: verdana, helvetica, san-serif;
	font-size: 18px;
	padding: 5px;
	position: relative;
	clear: both;
}

.news .title {
	width: 170px;
	float: left;
	color: brown;
	position: absolute;
}

.news .text {
	font-family: georgia, serif;
	font-style: italic;
	font-size: 18px;
	position: absolute;
	top: 8px;
	left: 180px;
}

/* Style of banner: Start */
.banner {
	background-color: rgb(123,235,48);
    background-position: center;
    background-size: cover;
    clear: both;
}

.big-banner {
	display: none;
}

@media (min-width: 551px) {

	.banner {
		max-height: 350px;
	}

	.big-banner {
		display: block;
	}

	.big-banner img {
		width: 100%;
		height: 350px;
		border: 0;
	}

	.small-banner {
		display: none;
	}
}

@media (max-width: 550px) {
	.banner {
		max-height: 250px;
	}

	.big-banner {
		display: none;
	}

	.small-banner {
		display: block;
	}

	.small-banner img {
		width: 100%;
		height: 150px;
		border: 0;
	}
}
/* Style of banner: End */


.intro1 p, .intro2 p {
	font-size: 18px;
	text-align: center;
	font-style: italic;
	font-family: georgia, serif;
	margin: 20px 0;
	color: rgb(230, 150, 34);
	padding: 5px 2px;
	border: 1px dotted red;
	border-radius: 7px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);

}

.intro2 p {
	color: rgb(50,150,20) !important;
	font-size: 21px;
	border: 1px solid green !important;
}

.intro-title1, .intro-title2 {
	text-align: center;
	text-decoration: underline;
	color: white !important;
}

.intro-title2 {
	color: white !important;
}

.search-box {
	min-height: 150px;
/*	padding: 10px;
	color: rgb(50,50,50);
	font-size: 22px;
/*	border-radius: 8px;
*/	clear: both;
}

.search-box h2 {
	font-size: 24px;
	font-family: verdana, helvetica, san-serif;
	text-align: left;
	margin: 10px 0 10px 5px;
}

.keyword, .category, .search {
	height: 50px;
	font-size: 18px;
	border: 1px solid rgb(150, 150, 150);
	border-radius: 5px;
	margin: 5px;
	color: rgb(10,160,0);
}

.search {
	border: none;
}

.keyword {
	width: 100%;
}

.category, .keyword {
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	padding: 5px;
}

.search {
	background-color: rgb(10,200,0);
	opacity: 0.8;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 22px;
}

.search:hover {
	opacity: 1;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.footer-nav {
	width: 100%;
	min-height: 30px;
	background-color: white;
	clear: both;
	border-top: 1px solid rgb(100,100,100);
}

.footer-nav p {
	width: auto;
	float: left;
	padding: 4px 6px;
	margin: 4px;
	border-right: 1px solid green;
	font-family: verdana, helvetica, san-serif;
}

.footer-nav a {
	color: rgb(220,130,10);
}

.footer-nav a:hover {
	text-decoration: underline;
}


.footer {
	min-height: 40px;
	background: linear-gradient(to right, rgb(30, 140, 60), rgb(15, 90, 45));
	text-align: center;
	font-size: 16px;
	font-family: helvetica, san-serif;
	padding: 10px;
	clear: both;
	color: white;
}

.footer a {
	text-decoration: none;
	color: white;
}

a {
	text-decoration: none;
}

.tweets {
	border: 1px solid rgb(10,200,10);
	height: 310px;
	width: 100%;
	overflow-y: auto;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	margin-top: 10px;
}

.breadcrumb {
	background-color: rgb(140, 250, 140) !important;
	clear: both;
	padding: 8px;
	margin-top: 5px;
	border-radius: 5px;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	text-decoration: underline;
	font-weight: bold;
}

/* New Additions */
.quick-search-title {
	background: rgb(50,200,50);
	text-align: center;
	padding: 10px;
	line-height: 1.5;
	font-size: 20px;
	color: black;
	border-radius: 10px;
	margin-bottom: 5px;
}

.not-found {
	color: red;
	border: 1px solid red;
	padding: 5px;
	font-size: 18px;
}

.quick-search-box {
	font-size: 16px;
	border: 1px solid green;
	border-radius: 5px;
	padding: 2px 6px;
	min-width: 40%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	margin: 3px;
}

.quick-search-submit {
	padding: 4px 14px;
	background-color: rgb(0, 200, 0);
	color: white;
	border-radius: 5px;
	border: none;
	font-size: 16px;
	font-family: verdana, helvetica, san-serif;
	margin: 3px;
}

.quick-search-submit:hover {
	cursor: pointer;
	background-color: rgb(0, 150, 0);
}

.error-404 {
	border: 1px solid red;
	font-size: 25px;
	padding: 10px;
	text-align: center;
	margin: 5px;
	color: red;
	line-height: 2;
	background-color: rgb(255, 255, 220);
}
