/****** PLACE YOUR CUSTOM STYLES HERE ******/

.specialFont {
	font-family: 'Caveat', cursive;
	font-size: 130px;
	line-height: 105px;
}


.butSmall {
	font-size: 70px;
	
}



.tinypadding {
	padding:0 16px !important;
}

.nopadding {
	padding:0;
}


.masonry-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    
	border-right: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}



#mapinmodal {
	min-height:400px;
	max-height: 95vh;
	height:90vh;
}


.foundry_modal {
	width:90%;
	max-width: none;
	height:auto;
}

.foundry_modal img {
	width:100%;
	height:auto;
}


#otherLanguages {
	position: fixed;
	top:16px;
	right:30px;
	z-index:1000;
}









