@charset "UTF-8";
/* CSS Document */

p  {margin: 0 0 20px; font-size:15px;}

.right { text-align: right; }
.biglist ul li{  font-size: 16px;
  line-height: 21px;
  border-bottom: solid 1px #AE519F;
  padding: 10px 30px 10px 0;
  list-style: none;
  font-weight: 600;}
#welcome { font-size:18px; color: #ae519f; float: right; letter-spacing: 1px; text-transform: uppercase; font-weight: 300; margin: 16px 0 0 0; }
#telephone { float: right; text-align:right;font-size: 21px; margin-top: 3px; color: #f2903b;line-height:24px;font-weight: 100; letter-spacing: 1px;}
.clear-right { clear: right; }
.input-group{padding:5px;}

.btn-primary { background: #ae519f; margin-top: 20px; border-color:#5f2e53;}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{background: #f2903b; }

h3, a { color: #ae519f; }

.jumbotron { height: 300px; }
.jumbotron h1 {text-shadow: 3px 3px 8px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;letter-spacing: 1px;}
.jumbotron h1, .jumbotron h2 { text-align: center; color: #ae519f; } 
.jumbotron h2 { font-size: 150%; }

.contact div { float: left; }
.contact span { width: 100px; float: left; font-weight: bold; color: #ae519f; }

#services { padding: 0 20px 20px 20px; background: #ae519f; color: #fff; border-radius: 4px; }
#services h2 { padding-bottom:35px; }

#services ul { list-style: none; margin-left: 0; padding-left: 0; }
#services li { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #fff; }
#services li:last-child { padding-bottom: 0; margin-bttom: 0; border-bottom: none; }

#team { background: #f1f1f1; margin-top: 30px; padding: 30px 0; color: #ae519f; text-align: center; }
#team hr { border-color: #ae519f; }

#footer { background: #ae519f; padding: 30px 0; color: #fff; }
.text-orange {
  color: #f2903b;
}

.text-white {
  color: #fff;
}