.title.short-title
{ 
	display: none; 
}

.title.long-title
{ 
}

.framesmall
{ 
	display: none; 
}

.framelarge
{ 
}

.navigation-link.menulink 
{
}

li
{
	margin-bottom: 0.1rem;
}

.lagildalogo {
  display: block;
  padding-top:1.5em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 570px) {
    .title.short-title { display: inline-block; }
    .title.long-title { display: none; }
	.navigation-link.menulink { font-size: 1.35rem;}
}

@media (max-width: 745px) {
    .framesmall { display: inline-block; }
    .framelarge { display: none; }
}

#mapDevs {
	height: 400px;
	width: 100%;
}

#mapDevs div {
	box-shadow: none !important;
}



.my-marker {
	width: 48px;
	height: 48px;
	background-image: url('../pin.png')
}

.my-marker img { 
	position: relative;
    left: 8px;
    top: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.discordbtn img {
	width: 32px;
	height: 32px;
}

.topOffset
{
	padding-top:5.5em;
}