@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: 10em ;
 display: flex;
 flex-direction: column;
 justify-content: center;
 margin-bottom: 1em;
 padding-top: 1em;
}

*
{
 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:2em;
 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: .3em;
 font-size: 3vw;
}


.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 p
{
 margin-left: 1em;
}

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

.resource
{
 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: 160px;
 height: 200px;
 white-space: normal;
 transition: 0.3s;
 vertical-align: middle;
 position: relative;
}

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

.resource img
{
 position:absolute;
 bottom: 5px;
 left: 15px; 
 width: 150px;
}


a, li.a, a:hover, a:visited, a:active
{
 color: white;
 text-decoration: none;
}

.menu_side a
{
 color: white;
}

.reference 
{
 margin-top: 8em;
 padding: 1em;
}

.reference *
{
 font-size: .8em;
 font-family: sans-serif; 
}

.reference h3
{
 border-bottom: 1px solid white;
}

.reference .title
{
 padding: 0em;
 margin: .2em;
 font-size: 1.2em
}

.reference .journal
{
 font-style: italic;
}

.reference_footer
{
 font-family: sans-serif;
 margin-top: 1em;
 border-top: 1px solid white;
}

.reference_footer *
{
 font-family: sans-serif;
}

.reference_footer a
{
 font-family: sans-serif;
 font-size: 1em;
}
