/* 
 Theme Name:   Dublin Project
 Theme URI:    https://dublin.1daywebsite.ch/
 Description:  child theme of Chaplin
 Author:       AFB
 Author URI:   https://dublin.1daywebsite.ch/
 Template:     chaplin
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.main-menu-alt li, .main-menu a {
     font-size: 18px !important;
}
/*Storymap*/
.description {
    padding-top: 40px;
    text-align: justify;
    font-family: 'Roboto',serif !important;
    font-size: 18px !important;
    line-height: 1.4em;
    color: #4f4c4a;
    height: 100%;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#map {
    width: 100% !important;
}
.leaflet-control-container {
	width: 50%;
}

@media only screen and (max-width: 700px) {
	.leaflet-right {
		width: 50%;
	}
	.pannel.leaflet-control, .img-holder , img {
		width: 50vw !important;
	}	
}