﻿/* Place Your Custom Styles Here */



/* VisitInzlingen Logo */
.navbar-brand .vi-logo {
    font-family: "Pacifico", cursive;
	font-weight: 200;
	font-size: 2em;
}



/* AirBnB Link */
._12jvhwr {
    color: var(--color-text-link, #008489) !important;
    font-family: var(--font-font_family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) !important;
    text-decoration: var(--font-link-text-decoration, none) !important;
}


.info-header button{
	font-size: 0.6em;
	font-weight: 600;
	
}

.info-subheader h5 {
	font-size: 1.25em;
	font-weight: 600;
	
}

.info-body p {
	font-size: 1em;
	
}


/* Mobile */

@media (min-width: 350px) {
	
  .airbnb-embed-frame {
    width: 80px; 
	height: 50px; 
	}
	
}