html, body {
	background-color: #ffed00 !important;
}

body {
	font-size: 100%;
}

/*IMPORT FONTS*/

@font-face {
font-family: 'BimboRegular';
font-style: normal;
font-weight: normal;
src: local('BimboRegular'), url('../fonts/Bimbo.woff') format('woff');
}

@font-face {
font-family: 'DINoffc';
font-style: normal;
font-weight: normal;
src: local('DINoffc'), url('../fonts/DINoffc.woff') format('woff');
}

.big-title {
    font-family: "BimboRegular";
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: black;

}

.text-menu{
	font-family: "DINoffc";
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

svg {
	padding-top: 60px;
	padding-bottom: 5px;
}

#ervasengadinaisas-menu, #designart-menu, #architecture-menu{
	transition: all .2s ease-in-out;
}

#ervasengadinaisas-menu:hover, #designart-menu:hover, #architecture-menu:hover {
	cursor: pointer;
	opacity: 0.8;	
	transform: scale(1.1);
}

.menu-footer{
	display:block;
	color: black;
    text-decoration: none;
}

.menu-footer:hover {
	cursor: pointer;
	color:black; 
    text-decoration:none;
}

.footer-bottom {
	font-family: "DINoffc";
	font-size: 0.9em;
    position: absolute;
    height: 40px;
    width: 100%;
	bottom: 0;
}


.footer-bottom a{
	text-decoration:none; 
	color: black
}

.footer-bottom a:hover{
	text-decoration:none; 
	color: black;
	opacity: 0.7;
}

.fa-instagram {
  color: black;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

/*navbar*/

.navbar-bimbo{
	font-family: "BimboRegular";
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

.align-right{
	float: right;
}