#footer-col1{
	flex-direction: column;
    align-items: baseline;
}

#footer-logo{
	text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 22px;
    max-height: 100%;
   
    text-decoration: none;
}

footer a,#footer-logo a,#footer-nav a,#footer-nav span{
	color:white;
}

#footer-logo a{
	font-family: var(--font-family-logo);
}

#copyright{
	color:white;

}

#footer-nav span{
	padding-right: 0.5em;
}

#footer-nav{
	flex-direction: row;
	display: flex;
	list-style: none;
	margin:2rem 0;
	max-width: 25vw;
	flex-wrap: wrap;
}

#footer-nav a{
	font-family: var(--font-family-menu);

	padding-right:0.5em;
	padding-bottom: 0.5em;
	display: inline-block;
}

#social_links{
	max-width: 25vw;
}

#social_links i{
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	background:rgb(var(--buttons_background));
	border-radius: var(--border_radius);
	margin-left:0.2em;
	transition: all 0.3s;
	color: rgb(var(--buttons_text));	
}

#social_links i:hover{
	/*background: black;*/
	filter: brightness(0.8);
}

#socials{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}


#socials a{
	padding:0.2em;
}

ul.cloud{
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    /*max-width: 250px;*/
}


footer #tag_container ul.cloud a{
	display: inline-block;
	display: block;
	font-size: 1em;
	padding: 0.4em 0.4em;
	text-decoration: none;
	position: relative;
	/*background:rgb(var(--buttons_background));*/
	border-radius: var(--border_radius);
	margin:0.2em;
	transition: all 0.3s;
	color: rgb(var(--buttons_text));	
}

footer #tag_container ul.cloud a:hover{
	/*background: black;*/
	text-decoration: underline;
}
footer{
	margin:0;
	font-weight: normal;
	margin-top: 5em;
	background:rgb(var(--background));

}
footer * {
	font-weight: normal;
	text-decoration: none;
}
footer .social_links > a{
	color:white;
}
footer a:hover{
	text-decoration: underline;
}


footer .social_links{
	flex-direction: column;
	margin:0;
    justify-content: flex-start;
    align-items: baseline;
}

footer #footer_container
{
    background: rgba(0,0,0,0.5);
	margin:0;
	padding: 2em;
	padding-top: 4em;
	justify-content: space-evenly;
	align-items: flex-start;
    box-shadow: 0px 0px 10px #00000080;
	
}

footer #footer_container .container{
	margin-top: 1em;
}


footer .social_links a{
	padding:1em 0;
	padding-left: 0.2em;
	display:block;	
}


#footer-logo img{
	max-height: 150px;
}

footer h3{
	color:white;
	width: -moz-fit-content;
width: fit-content;
	font-size: 1.5em;
	margin: 0;
	margin-bottom: 2rem;
}

footer #tag_container h3{
	font-size: 1.5em;
    
    text-align: center;
    width: 100%;
}

#newsletter_email_input{
	font-size: 1em;
    border-radius: var(--border_radius);
    border:none;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    width: 18em;
    /*background-color: rgba(var(--background),0.3);*/
}

@media only screen and (max-width: 780px) 
{
	footer #footer_container {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

	#copyright{
		margin-bottom: 1em;
	}

	#footer-nav {
    	max-width: 50vw;
    }

    #newsletter_form{
    	margin-top: 0.5em;
    }
}


@media only screen and (max-width: 600px) 
{
	#footer-nav {
       	max-width: 100%;
   	    justify-content: center;
    }

    #social_links {
        max-width: 100%;
    }

    #tag_container{
    	margin-top: 1em;
    }

	#copyright{
		text-align: center;
	}

	#footer-col1 {
	    align-items: center;
	}


    #footer-logo {
    	text-align: center;
    }

}

