
 

body, html {width: 100%; height: 100%; margin: 0; padding: 0}
.row-container {display: table; empty-cells: show; border-collapse: collapse; width: 100%; height: 100%;}
.first-row {display: table-row; overflow: auto;}
.second-row {display: table-row; height: 100%; overflow: hidden }
.second-row iframe {width: 100%; height: 100%; border: none; margin: 0; padding: 0; display: block;}

button:focus { outline: none; }

body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  }

.mySlides {display:none;}    

    
.menu {
    background-color: black;
    border: none;
    color: #595959;
    padding: 1vw 2vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:calc(10px + 0.8vw);
    
    font-weight: none;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    min-width: 60px;
    overflow:hidden;
}

.menu:hover {
    background-color: #191919;
    color: #898989;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);s
}


.menu a:link {
    color: #898989; 
    background-color: transparent; 
    text-decoration: none;
}

.menu a:visited {
    color: #898989;
    background-color: transparent;
    text-decoration: none;
}

.menu a:hover {
    color: #898989;
    background-color: transparent;
    text-decoration: underline;
}

.menu a:active {
    color: #898989;
    background-color: transparent;
    text-decoration: none;
}	

.nameTagtext {
    color: #898989;
    FONT-SIZE: calc(10px + 1vw);
}	

#postRecentNews {
  text-decoration: none;
  FONT-SIZE: calc(14px + 1vw);
}

#postRecentNews:hover{
  color:#494949;
  text-decoration: none;
}

.postTitle {
  color:#090909;
  text-decoration: none;
}
 
.postTitle:hover{
  color:#494949;
  text-decoration: none;
}

.object-fit_contain { 
    display: block;
    vertical-align: top;
    object-fit: contain; 
    margin-left: auto;
    margin-right: auto;
    /*width: 100%;*/
    height: 100%;
    min-height:300px;
    min-width:300px;
    overflow:hidden;
    
}
     
h3	{
color: #999999;
font-family: arial, sans-serif;
font-size: calc(12px + 1vw);
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
}    


 
 div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

div::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

#newsContainer0 {
  /*position:relative;*/
  text-align: center;
/*  width: 50vw;*/
  margin: 0px;
  padding: 0px;
  background: #191919; 
  opacity: 0.8;
  border-radius: 5px;
  min-width: 200px;
}  
 

#newsContainer1 {
/*  width: 50vw;*/
  min-height: 300px;
  max-height: calc(70vh);
  margin: 0;
  padding: 0;
  background: #191919;
  overflow-y: auto;
 }  
  
.newsContainer2 {
  width: calc(45vw);
  min-width: 200px;
  /*height: 150px;*/
  margin: 20px;
  margin-top: 0px;
  background: #696969;
  border-radius: 5px;
  padding: 5px;
  border-color: coral;
  border-width: 2px;
 }  
 
 