/* Space out content a bit */

:focus { 
  outline: 0 !important;
}

textarea {
  resize: none;
}

body {
  padding-top: 60px;
  padding-bottom: 20px;
}

.circle{
  margin: 0 auto;
  width: 240px;
  padding: 60px 10px 60px 10px; 
  border: 5px solid #fafafa;
  border-radius: 1000px;
  margin-top: -50px;
}

.who-is{
  background: url("../images/thumbs-up.png") no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px; 
  /*border: 1px solid black;*/
}

.subtle-dark{
  background: url("../images/stardust.png") repeat;
  color: #fff;
}

.bottom-image{
  width: 120px;
}

.who-am-i{
  margin-top: 0px;
}

.lwells{
    background: url("../images/flags.jpg") center center no-repeat;
    color: #fff;
}

.text-xs-uppercase{
  text-transform: uppercase;
}

.p-b-1{
  padding-bottom: 10px;
}

.p-b-2{
  padding-bottom: 20px;
}

.p-b-3{
  padding-bottom: 30px;
}

.p-l-1{
  padding-left: 10px;
}

.p-l-2{
  padding-left: 20px;
}

.p-l-3{
  padding-left: 30px;
}

.p-r-1{
  padding-right: 10px;
}

.p-r-2{
  padding-right: 20px;
}

.p-r-3{
  padding-right: 30px;
}

.p-t-1{
  padding-top: 10px;
}

.p-t-2{
  padding-top: 20px;
}

.p-t-3{
  padding-top: 30px;
}


.border{
  border-top: 1px solid #e5e5e5;
}
.border-thin{
  border: 1px solid #e5e5e5;
}
.border-thick{
  border: 4px solid #333;

}

.p-l-2{
  padding-left: 20px;
}

.m-t-1{
  margin-top: 7px;
}

.m-t-2{
  margin-top: 20px;
}

.m-b-2{
  margin-bottom: 20px;
}

.m-b-3{
  margin-bottom: 30px;
}

.btn-pointer{
  border-radius: 50px;
  padding: 5px;
  color: #FAFAFA;
  background-color: #333;
}
.btn-pointer:hover{
  background-color: #333;
  color: #FAFAFA;
}
.btn-pointer:active{
  background-color: #333;
  color: #FAFAFA;
  border: none;
}
.btn-pointer:focus{
  background-color: #333;
  color: #FAFAFA;
  border: none;
}

.border-bottom{
  border-bottom: 4px solid #FAFAFA;
}
.border-top{
  border-top: 4px solid #FAFAFA;
}

.u{
  text-decoration: underline;
}

.btn-primary, 
.btn-warning,
.btn-info,
.btn-danger,
.btn-success {
  border: 0px;
}

.bg-primary{
  background-color: #6fccdd;
  color: #fff;
}

.bg-success{
  background-color: #93c83e;
  color: #fff;
}

.bg-info{
  background-color: #f6ec13;
  color: #fff;
}

.bg-warning{
  background-color: #f57e20;
  color: #fff;
}

.bg-danger{
  background-color: #ed1c7f;
  color: #fff;
}

.media{
  padding-bottom: 15px;
  padding-top: 15px;
}

.domus{
  font-family: "industry-inc-base";
}

.domus{
  font-family: "industry-inc-base";
}

.hero{
  padding: 100px 0 60px 0;
}

.title{
  padding: 100px 0 30px 0;
}

.projects{
  padding: 20px;
  border-radius: 5px;
}

.call-to-action{
  padding-bottom: 60px;
}

.marketing,
.call-to-action{
  /*border-top: 1px solid #e5e5e5;*/
  padding-top: 30px;
}

nav{
  background-color: #fff;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.call-to-action,
.hero,
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
 /* text-align: center;*/
}


/* Supporting marketing content */
.marketing {
  margin: 0 0 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .call-to-action,
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.one-edge-shadow{
    -webkit-box-shadow: 0 12px 15px -10px #333;
     -moz-box-shadow: 0 12px 15px -10px #333;
          box-shadow: 0 10px 15px -9px #333;
}

.description{
  line-height: 25px;
}







/* carousel */

/* Control buttons  */
/*#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}*/
/* Previous button  */

/* Next button  */

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #FAFAFA;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}*/

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



