@import "style_menu.css";
@import "style_footer.css";

body
{
 background-image: url(Background.muted.jpg);
 background-size: 100%;
 background-color: rgba(50, 50, 50, 1);
 background-attachment: fixed;
 background-position: top;
 color: white;
}


header
{
 height: 13em ;
 display: flex;
 flex-direction: column;
 justify-content: center;
 margin-bottom: 30px;
}

*
{
 margin: 0px;
 padding: 0px;
 font-family: monospace;
}

h1, h2, h3, h4, h5, p
{
font-family: sans-serif;
}

.down
{
 position: absolute;
 top:85vh;
 padding: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: white;
 background-color: rgba(0, 0, 0, 0.3)
}

.down:hover
{
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.5);
}

.Upper_website_name
{
 display: block;
 top:2vh;
 position: absolute;
 padding: .5em;
 margin-left: 70px;
 font-size: 1.2em;
 color: white;
 flex-direction: column;
 align-items: initial;
}

header h1
{
 display: flex;
 align-items: center;
 justify-content: center;
 color: white;
 margin-top: .2em;
 font-size: 5em;
}

.button_area 
{
 display: flex;
 align-content: space-around;
 justify-content: center;
}

.button
{
 display: block;
 text-align: center;
 margin : 10px;
 padding : 20px ;
 font-size: 1.5em;
 color: white;
 background-color: rgba(0, 0, 0, 0.3);
}

.button:hover
{
 background-color: rgba(0, 0, 0, 0.5);
}

.button a
{
 color: white;
 text-decoration: none;
}

.social 
{
 position: fixed;
 right: 0;
 display: inline-block;
 top:20%;
 padding-right: 6px;
 text-align: center;  
 margin-top: auto;
 margin-bottom: auto;
 width: 56px;
 height: 60%;
 color: white;
 background-color: rgba(0, 0, 0, 0.8);
}

.main
{
margin-left: 11em;
margin-right: 11em;
}

.main h2
{
margin-top: 2em;
}

.main p
{
margin-left: 1em;
}

.news_box
{
 overflow-x: scroll;
 overflow-y: hidden;
 white-space: nowrap;
 width: 100%;
 -webkit-overflow-scrolling: touch;
}

.menu_side ul
{
 color: white;
}


.menu_side ul li 
{
  color: white;
  text-decoration: none
}

a, li a, .menu_side ul li a
{
 color: white;
 text-decoration: none;
}

.news_box
{
 overflow-x: scroll;
 overflow-y: hidden;
 white-space: nowrap;
 width: 100%;
 -webkit-overflow-scrolling: touch;
}

.news
{
 display: inline-block;
 text-align: center;
 font-size: 1.5em;
 margin : 10px;
 padding : 10px ;
 color: white;
 background-color: rgba(0, 0, 0, 0.3);
 width: 10em;
 height: 5em;
 white-space: normal;
 transition: 0.3s;
 vertical-align: middle;
}

.news:hover
{
 transition: 0.3s;
 border-color: white;
 border-width: 1px;
 border-radius: 1em;
 background-color: rgba(0, 0, 0, 0.5);
}

.cloud 
{
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 padding: 0 1em;
 margin: auto;
 text-align: center;
 overflow:hidden;
 vertical-align: middle;
}

.cloud img
{
 display:inline-block;    
 margin: .5em;
 background-color: rgba(255, 255, 255, 1);
 border-radius: 1em;
 padding : .5em;
 vertical-align: middle;
 height: 6em;
}

.cloud .message
{
 margin: .2em;
 text-align: center;
 display: inline-block;
 border-color: white;
 border-radius: 1em;
 font-size: 1.7em; 
 padding: 1.5em;
 background-color: rgba(45, 28, 45, 0.8);
}

.cloud .message:hover
{
 background-color: rgba(45, 28, 45, 0.5);
}

