@charset "utf-8";
/* CSS Document */

.home_page {
	background-color: #404041;
}


.allButFooterHomeNews {
	min-height: 100%;
	width: 100%;
	/*height: auto;*/
	padding-bottom: 5rem;
	background-color: #FFFFFF;
	position: relative;
	display: inline-block;
}
.container_newsThumbs {
	position: relative;
	top: 0rem;
	margin: auto;
	background-color: #FFFFFF;
	justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.newsDiv {
	position: relative;
	width: auto;
	height: 194px;
	margin-top: calc(.24rem + 1vw);
	margin-right: calc(.12rem + 1vw);	
	margin-bottom: 0;
	margin-left: calc(.12rem + 1vw);
	box-sizing: border-box;
	color: #404041;
    outline: none;
	font-family: 'Fira Sans', sans-serif;
}



.news_title_bar {
	position: absolute;
	display: flex;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
	z-index: 3;
	color: #F1B71C;
	font-size: calc(.5rem + .5vw);
	font-weight: 700;
	background-color: rgba(64,64,65,0.58);
	padding: .5rem;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.news_title_bar:hover {
  transition: all 0.8s ease;
  color: #FFFFFF;
}

.news_title_bar_below {
	position: absolute;
	display: flex;
	bottom: -1rem;
	max-width: 100%;
	width: 100%;
	margin: 0;
	z-index: 3;
	color: #404041;
	font-size: calc(.5rem + .2vw);
	font-weight: 400;
	background-color: #FFFFFF;
	padding: .25rem .05rem .05rem .05rem ;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.news_title_bar_below:hover {
  transition: all 0.8s ease;
  color: #F1B71C;
}
.container_home_outer {
	position: relative;
	max-width: 100%;
	top: 5.4rem;
	box-sizing: border-box;
/*	background-color: #404041;*/
	overflow-x: hidden;
	display: inline-block;
}

img#ss_thumb {
	max-width: 2560px;
	object-fit: cover;
	object-position: left bottom;
	background-color: #404041;
}
img#newsThumb {
	width: auto;
	max-height: 100%;
	object-fit: cover;
	object-position: left bottom;
}
.home_title_bar {
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	bottom: 0;
	max-width:100%;
	margin:auto;
	z-index: 3;
	color: #F1B71C;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .1rem;
	background-color: rgba(64,64,65,0.58);
	padding: .5rem;
	justify-content: center;
}

@media (max-width: 1920px) {
.container_home_outer {
	height: 100%;
	padding-bottom: 1.5vw;
}
img#ss_thumb {
	max-width: 1903px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
}
}

@media (max-width: 1366px) {
.container_home_outer {
	height: 100%;
	padding-bottom: 0vw;
}

img#ss_thumb {
	max-height: 635px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
}
}


@media (max-width:600px) {
.home_page {
	background-color: #404041;
}

.container_home_outer {
	height: auto;
	max-width: 100%;
	margin: auto;
	position: relative;
	justify-content: center;
	top: 23vw;
	margin-bottom: .5rem;
	display: inline-block;
}
img#ss_thumb {
	height: auto;
}
.home_title_bar {
	font-size: 3.2vw;
	line-height: 4vw;
	letter-spacing: .1rem;
	padding: 1vw;
	background-color: rgba(64,64,65,0.58);
	height: auto;
	justify-content: center;
}
.container_newsThumbs {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
/*	top: 17vh;*/
	display: flex;
	flex-wrap: wrap;
}
img#newsThumb {
	width: 65vw;
	object-position: left top;
}
.newsDiv {
	width: auto;
	margin: 0px;
	padding: calc(.5rem + 1vw) 0px calc(1.25rem + 1vw) 0px;
}

.news_title_bar {
	font-size: calc(.5rem + 1vw);
	padding: .25rem;
}
.news_title_bar_below {
	font-size: calc(.5rem + 1vw);
	bottom: 0rem;
	padding: 0rem .25rem .25rem .25rem;
}	
}
@media (max-width: 597px) and (max-height: 575px){
img#newsThumb {
	width: 75vw;
	object-position: left top;
}
}
@media (max-width: 597px) and (max-height: 450px){
	.w3-top {
	height: 28vw;
	}
.w3-bar {
	left: 4vw;
	position: fixed;
	top: 2vw;
  	width: 50vw;
  	background-color: #404041;
	float: left;
}
.w3-bar-item-ssa-logo{
	display:block;
	width: 100%;
	padding-top: 1vw;
	padding-bottom: 0vw;
	padding-left: 0vw;
	border:none;
	outline:0;
	position: fixed;
	top: 2vw;
	left: 4vw;
}
.nav_ssa {
	padding-bottom: 1vw;
	position: fixed;
	right: 2.25vw;
	left: 66vw;
	top: 2vw;
  	width: 29.5vw;
}
.w3-bar-item-ssa {
	padding:1vw 1vw 1vw 1vw;
	right: 14vw;
	line-height: 1.1;
}
.container_home_outer {
	top: 5.5rem;
	margin-bottom: .5rem;
}
img#newsThumb {
	width: 75vw;
	object-position: left top;
}
}