@import url('spinner.css');
@import url('menu.css');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
	margin: 0;
	font-family: Arial;
	font-style: normal;
	font-weight: 300;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	background-color: #eee;
	background-image: url("/Bitmaps/sumelca2.png");
	/*background-size: contain;*/
	background-size: cover;
	/*background-size:100% 100%;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
}
.intro{
	position: relative;
	background: #fff;
	color: #333;
	text-align: center;
	height:4.3em;
	width:100%;
	padding-left: 3%;
	padding-right: 3%;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	/*border-bottom: 1px solid;*/
}
.foto{	
	width:14em;
	height:3.8em;
	display: block;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url(/Bitmaps/logo1.png);
	background-size: contain;
	border:none !important;
	/*border:1px solid;*/
}
.credit{
	background:#fff;
	height:4em;
	width:100%;
	left:0%;
	bottom:0%;
	display:flex;
	align-items: center; 
	padding-left:3%;
	padding-right:3%;
	position:fixed;
	z-index: 100;
}
.credit {font-size:1em;}
.credit a{text-decoration: none;cursor: pointer;color:#000;}
.credit a:hover{background-color: transparent; color: #2462AD;}
#llogo {
	margin-left: auto; 
    height: 90%;
    max-height: 2.4em; 
    width: auto;
    display: block;
}
@media only screen and (min-width: 1441px) and (max-width: 1920px){
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
}
@media only screen and (min-width: 1280px) and (max-width: 1365px){
}
@media only screen and (min-width: 1024px) and (max-width: 1279px){
	.foto{width:11em;height:3.5em;margin-left:0.4%;}
	.credit{padding:1.5% 0 0 1%;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
}
@media screen and (max-width: 767px) {
  .nav-toggler{display: block;}
  .foto{	
	  width:12em;
	  height:3.8em;
	  margin-left: 0.4%;
	}
  .credit{height:5em;padding:0.6% 0 0 3%;font-size:0.8em;}
  #llogo {height: 97%;margin-right: 4%;}
}
@media screen and (min-width: 300px) and (max-width: 330px){
	.foto{	
		width:10em;
		height:4em;
		margin-left: 0.5%;
	}
	.credit{padding:0.6% 0 0 3%;}	
}

