/*header*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

html {
	background-color: #C9C9C9;
}

body {
 margin: 3px;
}

.hidden {
	display: none !important;
}

.disabled {
	cursor: not-allowed !important;
	opacity: 0.4 !important;
}

#main-content-div {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: 100%;
}

.header-main {
	width: 100%; 
	height: 200px;
	background-image: url("imgs/lookout/header_365.jpg");
	box-shadow: 0px 1px 9px 8px rgba(0, 0, 0, 0.75);
	border-radius: 15px;
}

#hokedli-logo {
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	height: 136px;
	width: 222px;
}

#epfc-logo {
	margin-top: 5px;
    float: right;
    margin-right: 5px;
    height: 126px;
    width: 218px;
    border-radius: 72px;
}

#informations {
	border-radius: 17px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: #ECECEC;
	width: 300px;
	margin-bottom: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

.header-menu {
	width: 100%;
	height: 50px;
	padding-top: 15px;
	padding-left: 3px;
}

.header-button  {
	width: 11.8%;
	height: 33px;
	display: inline-block;
	background-color: rgba(236, 236, 236, 0.5);
	border-radius: 20px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
	font-size: 16px;
	padding-top: 13px;
	text-align: center;
	cursor: pointer;
}

.header-button:hover  {
	border-radius: 17px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: rgb(236, 236, 236);
}

.header-button-disabled  {
	width: 10.5%;
	height: 33px;
	display: inline-block;
	background-color: rgba(236, 236, 236, 0.5);
	border-radius: 20px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
	font-size: 16px;
	padding-top: 13px;
	text-align: center;
}

/*header*/
/*body*/
.spine {
	width: 100%;
	margin-top: 10px;
}

.side-bar-title {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 19px;
}

/*favourite waters*/
#waters {
	width: 200px;
	float: left;
}

#waters-links {
	text-align: center;
	border-right: 2px solid rgba(83, 83, 83, 0.3);
	margin-top: 20px;
}

.waters-link {
	width:95%;
	color: #000;
	margin-top: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: rgba(236, 236, 236, 0.5);
	border-radius: 10px;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.9);
}

.waters-link:hover {
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: rgb(236, 236, 236);
}

/*favourite waters*/
/*sponsors*/
.centered-sponsors {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center !important;
}

#sponsors-links{
	text-align: center;
	border-left: 2px solid rgba(83, 83, 83, 0.3);
	margin-top: 20px;
}

.sponsor-image {
	margin-top: 30px;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.75);
	margin-left: 50px;
}
.side-sponsor-image {
	margin-top: 20px;
	box-shadow: 0px 1px 7px 4px rgba(0, 0, 0, 0.75);
	max-width: 95%;
	border-radius: 5px;
	background-color: rgba(236, 236, 236, 0.5);
}
/*sponsors*/
#main-content {
	width: calc(100% - 220px);
	padding-left: 220px;
	padding-right: 20px;
}
/*news*/
.news-article {
	box-shadow: 0px 1px 9px 8px rgba(0, 0, 0, 0.75);
	border-radius: 15px;
	background-color: rgb(227, 227, 227);
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom : 30px;
}

.article-header {
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid rgba(83, 83, 83, 0.3);
	padding-top: 5px;
	padding-bottom: 10px;
}

.article-content{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
}

.centered-article {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

.article-footer {
	border-top: 2px solid rgba(83, 83, 83, 0.3);
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.image-article-h {
	border: 2px solid rgba(83, 83, 83, 0.83);
	border-radius: 7px;
	max-height: auto;
	max-width: 900px;
}

.image-article-v {
	border: 2px solid rgba(83, 83, 83, 0.83);
	border-radius: 7px;
	max-height: 550px;
	max-width: auto;
}


.article-img {
	float: left;
	width: 20%;
	margin-right: 10px;
	border: 2px solid rgba(83, 83, 83, 0.83);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}

.full-article-img {
	width: 40%;
	margin-right: 10px;
	border: 2px solid rgba(83, 83, 83, 0.83);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}

.article-img-right {
	float: right;
	width: 20%;
	margin-left: 10px;
	border: 2px solid rgba(83, 83, 83, 0.83);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}

.standing-article-img {
	float: right;
	width: 16%;
	margin-left: 10px;
	border: 2px solid rgba(83, 83, 83, 0.83);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
}


.article-date {

}

.article-author {
}
/*news*/
/*competitions*/
.competitions-full-document {
	text-align: center;
}
.competitions-list {
	display: inline-block;
}

.competitions-date {
	text-align: left;
	margin-right: 15px;
	margin-bottom: 30px;
}

.competitions-place {
	width: 65%;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 30px;
}
/*competitions*/
/*docs*/
.docs-full-document {
	padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	padding-left: 30px !important;
}

#competitions-year-buttons {
	text-align: center;
	margin-bottom: 20px;
}

.docs-link {
	width: 210px;
    color: #000;
    margin-top: 15px;
    padding-top: 7px;
    padding-left: 5px;
    padding-bottom: 2px;
    height: 24px;
}

.docs-link-image {
	float: right;
    height: 30px;
    border-radius: 10px;
    border: 2px solid rgba(83, 83, 83, 0.3);
    margin-top: -8px;
    margin-right: 5px;
}

.docs-link-image:hover {
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: rgb(236, 236, 236);
}

.zips-link-image {
	float: right;
    height: 30px;
    border-radius: 10px;
    border: 2px solid rgba(83, 83, 83, 0.3);
    margin-top: -8px;
    margin-right: 5px;
    background-color: rgb(255, 255, 255);
}

.zips-link-image:hover {
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: rgb(255, 255, 255);
}
/*docs*/
/*foundation*/
.foundation-full-document {
	padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	padding-left: 30px !important;
}

.foundation-link {
	width: 310px;
    color: #000;
    margin-top: 15px;
    padding-top: 7px;
    padding-left: 5px;
    padding-bottom: 2px;
    height: 24px;
}

.foundation-link-image {
	float: right;
    height: 30px;
    border-radius: 10px;
    border: 2px solid rgba(83, 83, 83, 0.3);
    margin-top: -8px;
    margin-right: 5px;
}

.foundation-link-image:hover{
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.75);
	background-color: rgb(236, 236, 236);
}
/*foundation*/
/*common full page documents*/
.full-document-header {
	box-shadow: 0px 1px 9px 8px rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    background-color: rgb(227, 227, 227);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 21px;
}

.full-document {
	box-shadow: 0px 1px 9px 8px rgba(0, 0, 0, 0.75);
	border-radius: 15px;
	background-color: rgb(227, 227, 227);
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom : 20px;
	text-align: justify;
}

.full-document-imgs {
	width: 32%;
}

.full-document-h1 {
	text-align: center;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 40px;
}

.full-document-h2 {
	text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.full-document-h3 {
    text-align: center;
    font-size: 17px;
    padding-bottom: 20px;
}

.full-document-sub-content {
    margin-bottom: 40px;
}

.sub-document-lists {
	padding-left: 13px;
}
/*common full page documents*/
/*body*/