@charset "utf-8";
/* CSS Document */



 .container {
	background-color: #23141b; 
    font: 1em 'Cloudy', sans-serif;
    line-height: 1.8;
    color: #fff;
  }
  
  @font-face {
    font-family: 'Cloudy';
    src: url('fonts/cloudy_with_a_chance_of_love-webfont.woff2') format('woff2'),
         url('fonts/cloudy_with_a_chance_of_love-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  @font-face {
  font-family: "Cloudy";
  src: url("/fonts/Cloudy With a Chance of Love.ttf");
  }
 
  .bg-1 { 
    background-color: #23141b; /* almost black */
    color: #fff;
  }
  .container-fluid {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navbar li a a:list {
	  font-family: 'Cloudy';
	  font-size: 1rem;
      padding-bottom: 2%;
      border: 0;
      margin-left:35px;
     }
  .navbar-nav li a:hover {
	  font-family: 'Cloudy' !important;
	  color: #e16b1a !important;
	  background-color: #23141b;
  }
  .cloudy {
	  font-family: 'Cloudy' !important;
	  font-size: 1rem;
  }
  body {
    font: 2em 'Cloudy', sans-serif;
    line-height: 1.8;
    color: #fff;
	background-color: #23141b; 
  }
  @font-face {
    font-family: 'Cloudy';
    src: url('fonts/cloudy_with_a_chance_of_love-webfont.woff2') format('woff2'),
         url('fonts/cloudy_with_a_chance_of_love-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
  @font-face {
  font-family: "Cloudy";
  src: url("/fonts/Cloudy With a Chance of Love.ttf");
  }
 /* p {font-size: 16px;}
  .margin {margin-bottom: 45px;}*/
  .bg-1 { 
    background-color: #23141b; /* almost black */
    color: #fff;
  }
  .container-fluid {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .navbar li a a:list {
	  font-family: 'Cloudy';
	  font-size: 1rem;
      padding-bottom: 2%;
      border: 0;
     }
  .navbar-nav li a:hover {
	  font-family: 'Cloudy' !important;
	  color: #e16b1a !important;
	  background-color: #23141b;
  }
  .cloudy {
	  font-family: 'Cloudy' !important;
	  font-size: 1rem;
  }
  @font-face {
    font-family: 'cloudy_with_a_chance_of_lovRg';
    src: url('fonts/cloudy_with_a_chance_of_love-webfont.woff2') format('woff2'),
         url('fonts/cloudy_with_a_chance_of_love-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
	font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
	
}
h1 {
	font-family: "cloudy_with_a_chance_of_lovRg" !important;
    font-size:1.5em;
	color:#fff;
}
h2 {
	font-family: "cloudy_with_a_chance_of_lovRg";
    font-size: 1.25em;
	color:#fff;
}

h3 {
	font-family: "cloudy_with_a_chance_of_lovRg";
    font-size: 1.125em;
	color:#fff;
}
a a:active {
    color: white;
    font-family: "cloudy_with_a_chance_of_lovRg" !important;
   }
a:hover {
	color:#F94910;
    font-family: "cloudy_with_a_chance_of_lovRg" !important;
}
.bg-innerHeader {
	  
  /* The image used */
  background-image: url("img/innerHeaderVertical1.png");

  /* Full height */
 height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
	
  .bg-soullz {
	background-image: url('img/soullzBG.jpg');
	height: 100%;
	width: 50%;
	background-position: center;
  	background-repeat: repeat;
  	background-size: cover;
	  
  }