@charset "UTF-8";
/* CSS Document */
*{
		padding: 0px;
		margin: 0px;
		box-sizing:border-box;
	
	}
	
	.header{
	min-height: 600px;
	background-image: url(/images/home_rocky.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
	background-size: contain;
	}

	.headersmall{
    height: 220px;
    background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 21.84%,rgba(229,237,237,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 21.84%,rgba(229,237,237,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 21.84%,rgba(229,237,237,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 21.84%,rgba(229,237,237,1.00) 100%);
    text-align: center;
    background-size: contain;
	}
	
	.logo{
	height: 170px;
	align-content: center;
	background: rgba(255,255,255,0.40);
		
	}
	.logoowhite{
	height: 170px;
	align-content: center;
	background: white;
		
	}
	
	.nav .menu-bar {
	width: 100%;
	text-align: center;
	letter-spacing: .1em;
	box-shadow: 1px 1px 4px black;
	background: rgba(189,218,218,0.80);
	padding-top: 0px;
	padding-bottom: 0px;
		
	}
	
	ul {
		list-style: none;
		padding: 0;
		background: rgba(189,218,218,0.80);
	}	
	
	ul li{
		display: inline-block;
		position: relative;
		line-height: 12px;
		text-align: left;
	}
	
	ul li a{
		color: black;
		display: block;
		text-decoration: none;
	}
	
	ul li a:hover{
    color: #42646A;
	}
	
	ul li ul.dropdown{
		min-width: 100%;
		display: none;
		position: absolute;
		z-index: 999;
		left: 0;
		background: rgba(189,218,218,0.80);
	}	
	
	ul li:hover ul.dropdown {
		display: block;
		padding-top: 10px;
	}
	
	ul li ul.dropdown li{
		display: block;
	}
	
	li {
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	margin: 0px 20px;
	font-size: 18px;
	cursor: pointer;
		
	}
		
	ul a {
		white-space: nowrap;
	}
	
	a:link {
		color: black;
		text-decoration: none;

		}
	
	a:visited {
		color: black;
		
	}
	
	a:hover {
    color: #506268
	}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}
	
	a:active {
		color: #E9C75C;
	}
	
	.welcome {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 40px;
	letter-spacing: .1em;
	}
	
	.welcometext {
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		line-height: 1.5;
		clear: left;
		overflow: auto;
		font-size: 20px;
			}
	
	.newstext {
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		clear: left;
		overflow: auto;
		font-size: 18px;
		line-height: 1.5;
		padding-bottom: 40px;
			}
	
	.news{
		text-align: center;
		font-size: 30px;
		padding-top: 40px;
		padding-bottom: 20px;
		}
	
	.footer {
		background-color: black;
		text-align: center;
		color: gray;
		padding-top: 40px;
		padding-bottom: 40px;
				
	}

	</style>
