.bold {
	font-weight: bold;
	font-size:normal;	
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(138, 11, 4);
}

#sidebar {
/*
background-color: #EDFFFF
*/
background-color: #e8eff8
}

#call-today {
/*
background-color: #EDFFFF
*/
background-color: #FFFFFF
}

.carousel2 {
    /*
    background: rgb(138, 11, 4)
    background: #2f4357;
    */
    /* CDF Red */
    /*
    background: #8a0b04;
	color: #8a0b04;

	font-weight: bold;
    text-shadow: 4px 4px 4px #aaa;
    text-shadow: 1px 1px 1px #aaa;
	*/
	font-weight: normal;
    font-size:larger;

	color: blue;
    text-align: left;

    margin-top: 20px;

  background-image: url("../images/Luxury_Interior.jpg");
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.carousel2-item {
    text-align: center;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
    /*
    min-height: 280px; 
    */
    min-height: 220px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}


.carousel {
	/* CDF Red */
	/*
	background: #8a0b04;
	color: #8a0b04;
	font-size:larger;
	*/
	font-weight: normal;
	font-size:normal;

	color: blue;
	text-align: left;

	margin-top: 20px;

background-image: url("../images/New_Commercial_Building_Dark.jpg");
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}

.carousel-item {
    text-align: center;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
    /*
    min-height: 280px; 
    */
    min-height: 220px; 
}


.carousel_svcs {
	font-weight: normal;
	font-size:normal;

	color: blue;
	text-align: left;

	margin-top: 20px;
}


.bs-example{
  margin: 20px;
}

.success {
  /* font-size: larger; */
  text-align: center;
  font-weight: bold;
  color: rgb(138, 11, 4);
  
  background-image: url("../images/New_Commercial_Building.jpg");
  background-repeat: no-repeat; /* Do not repeat the image */
  /* background-size: cover;  */ /* Resize the background image to cover the entire container */
}

.contact {
	font-size:larger;
	font-weight:bold;
	/*

	font-size:smaller;
	font-weight:normal;
	*/
	text-align: center;
	color: white;

	background-image: url("../images/burgundy-BG-03_2.jpg");
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#footer {
  font-size:larger;
  text-align: center;
  font-weight:bold;
}


#save_me {
  background-color: #FFFFFF

  background-image: url("../images/New_Commercial_Building.jpg");
  background-repeat: no-repeat; /* Do not repeat the image */

  /* Resize the background image to cover the entire container */
  background-size: cover; 
}


li {
	margin-top: 0; 
	margin-bottom: 0; 
	vertical-align: middle;
	font-family: Calibri; font-size: 11.0pt;
}


/*
#submitBtn {
 color: #fff;
 font-size: 0;
 width: 135px;
 height: 60px;
 border: none;
 margin: 0;
 padding: 0;
 background: #0c0 url(image) 0 0 no-repeat; 
}
*/


#thank-you {
  /* font-size: larger; */
  text-align: center;
  font-weight: normal;

  color: #3c763d;
  background-color: #dff0d8;
  /* 
  */
  text-align: center;
  vertical-align: center;
  width: 50%; 

  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
 }