
    @font-face {
    font-family: 'Vivaldi Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Vivaldi Italic'), url('../fonts/VIVALDII.woff') format('woff');
    }

.custom-font {
	font-family:'Vivaldi Italic';

}

p {
  color: #5f5f5f;
}

.links ul li {
	background:#dedede;
	padding:10px;
	border: 1px solid #000000;
	border-radius:5px;
	margin: 4px;
	float:left;
	list-style:none;
}

.bg-grad {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,ddf1f9+35,a0d8ef+100;Blue+3D+%2318 */
background: linear-gradient(135deg,  #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.thumb-info-inner h2 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 8px;
  margin: 0 0 32px 0;
  text-align:center;
}

h3 {
  line-height: 38px !important;
}

.turm {
	z-index:10000;
	top:5px;
	max-height:290px;
	width:auto
}

@media (min-width: 320px) {
	.foot-text {
		font-size:28px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.foot-text {
		font-size:42px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.foot-text {
		font-size:62px;
	}

}

b, strong {
  font-weight: bold;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: var(--border-radius);
    color: var(--grey-500);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0.5rem 1rem;
    letter-spacing: -0.5px;
    text-transform: none;
    text-decoration: none;
  }
}

@media (max-width: 1680px) {
  .turm {
	z-index:10000;
	top:5px;
	max-height:220px;
	width:auto
	}
}

@media (max-width: 890px) {
  .turm {
	z-index:10000;
	top:5px;
	max-height:160px;
	width:auto
	}
}


@media (max-width: 590px) {
  .turm {
	z-index:10000;
	top:25px;
	max-height:100px;
	width:auto
	}
	
	.text-16 {
	  font-size: 3em !important;
	}
	
  h1 {
    font-size: 1.8em;
    line-height: 34px;
    margin: 0 0 32px 0;
  }
	
}

@media (max-width: 991px) {
  #header .header-nav-main nav {
    max-height: 80vh;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    padding: 0 15px;
    transition: ease all 500ms;
	background: #d2ecf7;
  }
}

