@charset "UTF-8";
/* CSS Document */

body {
  color: #000000;
  font-family: "Della Respira", serif;
  font-weight: 400;
  font-style: normal;
  background: url("universalassets/bg.jpg") no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  overflow-x: hidden;
}


h1 {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Playwrite CU", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: +1.3;
  
}

h3 {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar_logo{
	
}

.nav_font_home{
	text-align: end;
	font-size: x-large;
	line-height: 15px;
}

.nav_font{
	text-align: end;
	font-size: x-large;
	line-height: 17px;
}

nav_logo_small{
}
@media screen and (min-width: 768px) {
  .nav_logo_small {
    display: none;
  }
}

nav_logo_large{
}
@media screen and (max-width: 768px) {
  .nav_logo_large {
    display: none;
  }
}


.footer {
	background-color: hsla(40,100%,9%,1.00);
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
}

