/* @override 
	http://doulapaz.com/assets/css/bootstrap.css */


    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      	/*padding-bottom: 40px;*/
      	color: #6f7981;
		font-size: 16px;
		font-family: 'Quattrocento Sans', sans-serif;
		background-color: #ffffff;
		line-height: 1.3em;
	 	
  	}
  	a{
  		color:#886947;
  	}
	a:hover{
		color: #886947;
		text-decoration: underline;
	}
	
	.logo{
		width: 70%;
		height: 100px;
		color: #ffffff;
		font-family: 'Alice', serif;
		margin-top: 10%;
		margin-left: 10%;
		margin-bottom: 3%;
	}
	.title{
		font-size: 280%;
	}
	.sub{
		font-size: 180%;
		margin-top: 16px;
	}
	
	
	.contact{
		font-size: 150%;
		text-align: center;
		margin: 36px auto;
	}
	

	h2 {
		font-size: 140%;
		font-family: 'Alice', serif;
		color: #5b636a;
		line-height: 30px;
	}
	
	.row {
		border-bottom: 1px solid #0a6673;
		margin-bottom: 20px;
		padding-bottom: 50px;
	}
	
	.span3 {
		margin-bottom: 40px;
	}
    



    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 40px;
      color: ;
		background-color: #ce917f;
	}

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
      visibility: hidden;
    }


    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .navbar-inner {
              margin: -20px;
            }
      
            .carousel {
              margin-left: -40px;
              margin-right: -40px;
            }
      
      
      .carousel {
        margin-bottom: 40px;
      }
      
      .carousel img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
       
      }
      
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .logo{
      	position: relative;
      	width: 80%;
      	height: 90px;
      	margin-top: 20%;
      	margin-left: 40px;
      }
      .title{
      	font-size: 250%;
      }
      .sub{
      	font-size: 150%;
      	margin-top: 8px;
      }
    }



