*{
	margin: 0em auto;
	padding: 0em;
    box-sizing: border-box;
}
h4{
    text-align: center;
	font-family: Tohama;
    font-size: 3em;
	color: #ffffff;
    text-shadow: rgb(110,110,110,110) 1px 1px 4px;
    
}
h3{
    text-align: center;
	font-family: Tohama;
    font-size: 5em;
	color: #ffffff;
    text-shadow: rgb(110,110,110,110) 1px 1px 5px;
    
}
h1{
    font-family: Tohama;
    font-size: 2em;
}
h2{
	font: bold 1.5em Tohama;
}

header, section, fotter, aside, nav, article, hgroup{
	display:block;
}
canvas{
    background-image: linear-gradient(#cb429f,#f79824 );
     width:  99.99%;
    align-self: center;
    }
/*
var colorArray = [
    '#ffffff7f',
    '#e1e5f27f',
    '#bfdbf77f',
    '#1f7a8c7f',
    '#022b3a7f'
];
*/

ul{
    padding: 0.45em 0.45em 0.45em 1.5em;
}

body{
	font-family: Arial;
    margin: 0 auto;
    bottom: 0px;
    background: #31393c;
}


.top_menu{
    display: flex;
    background-image:  linear-gradient(#31393c, #31393c 80%);
    border-bottom: 5px #000000 solid;
    justify-content:space-around;
    flex-direction: row;
    text-decoration: none;
    padding: 0em;
    color: #f9f6f4;
}
#title{
    display: flex;
    flex: 1;
    justify-content:space-around;
    flex-direction: row;
    text-decoration: none;
}
#links{
    font-family: Arial;
    font-size: 3.5em;
    display: flex;
    text-shadow: rgb(110,110,110) 0.2em 0.2em 1em;
    flex: 3;
    justify-content:space-around;
    flex-direction: row;
    text-decoration: none;
    color: #f9f6f4;
    
}
#links a{
    padding: 1em;
    text-decoration: none;
    color: #f9f6f4;
    text-align: center;
    transition:  opacity 0.2s, background 0.25s, border-radius: 1em;
}
#links a:hover{
    background-color:#33a1fd33;
    border-radius: 1em;
    opacity: 1.5;
}
/* small screens */
@media only screen and (max-width: 80em) {
  
    #links a{
    padding: 0.3em;
}
}
/* small screens */
@media only screen and (max-width: 60em) {
  #links{
        flex-direction: column;
    }
}


#big_wrapper{
    background-color:#293241;
    padding: 10px;
    display: flex;
}
#main_section{
	flex: 4;
	margin: 1em auto;
	padding: 1em;
}
a:nth-child(odd){
    color: #effaf4;
}
a:nth-child(even){
    color: #f9ddd6;
}
article{
    font-family: Arial;
    font-size: 1.3em;
    margin: 1em auto;
    padding: 1em;
    border-radius: 1em;
    box-shadow: rgba(110,110,110, .3) 0.4em 0.4em 0.4em;
}
article:nth-child(odd){
    color: #074a4c;
    background: #98c1d9;
    
}
article:nth-child(even){
    color: #e0fbfc;
    background: #3d5a80;
}
article footer{
    font-size: 1em;
    padding: 0.5em;
}
#side_news{
    color: #ffffff;
    flex: 2;
	margin:1em auto;
	padding: 1em;
	background: #fdca403f;
    border-radius: 1.2em;
    box-shadow: rgba(110,110,110, .7) 0.8em 0.8em 0.8em;
    transition: transform 1s, opacity 1s, background 1s;
}
#side_news:hover{
    opacity: 0.9;
    background: #fdca40ff;
}
