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

/* Colours
GULL GREY #C6D0D7
CHARCOAL #181818 
BLACK WHITE #E4E4DA*/

/*Fonts
font-family: 'intro_head_rbase';
font-family: 'intro_script_rh2_base';*/

body {
	background-image: url(../images/diamond_upholstery.png);
	font-family: 'Cardo', serif;	
	}
	
p1 {
	font-style: italic;
	line-height: 2em;
}

p2 {
	font-family: 'Carrois Gothic SC', sans-serif;
}

p3 {
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 9px;
}
	
h3 {
	font-family: 'Cookie', cursive;
	font-size: 26px;
}

    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar{
	  background-color: #181818;
	  height: 115px;
      margin-bottom: 0;
      border-radius: 0;
	  font-family: 'Carrois Gothic SC', sans-serif;
	  z-index: 1000;
    }
	
	.navbar ul li a {
	  line-height: 80px;
	  color: #C6D0D7;
	}
	
	.nav navbar-nav .active a {
	  color: #E4E4DA;
	  background-color: none;	
	}
	
	#myNavbar {
	  background-color: #181818;
	}
	
	.navbar-header {
		height: 100px;
	}
	
    /* Add a gray background color and some padding to the footer */
    footer{
      background-image: url(../images/lightpaperfibers.png);
      padding: 25px;
    }
    
  .carousel-inner img \{
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
  
 #termsModal .modal-body {
	 height: 200px;
	 overflow: auto;
 }
  

  /* Hide the carousel text when the screen is less than 600 pixels wide */\
  @media (max-width: 600px){
    .carousel-caption {
      display: none; 
    }
  }
  
#Container .mix{
	display: none;
}  

a img {
	max-width:165px;
	max-height:150px;
	overflow: hidden;
	padding: 1px;
}