/*----------------------------------------------------------------------------- 
GLOBAL
-----------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.container h3 {
  font-family: 'Lato', sans-serif;
}

.container p {
  font-family: 'Lato', sans-serif;
 
}
 /*font-weight: bolder;*/
img {
  border:none;
}

a {
  color: #222;
}

h3 {
  color: #646864 !important;
  font-size: 25px;
  /*font-weight: bolder !important;
  color: #698B69 !important;*/
}

ul li a i {
 transition: all 0.2s ease-in-out;
}

ul li a i:hover {
 opacity: .7;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.lead {
  color: #d0d0d0 !important;
}

ul {
  padding:0 0 0 0;
  margin:0 0 0 0;
}

ul li {
  list-style:none;
  margin-bottom: 0px;
}

ul li img {
  cursor: pointer;
}

/*----------------------------------------------------------------------------- 
NAVBAR
-----------------------------------------------------------------------------*/
.navbar-brand {
  font-size: 35px !important;
  font-family: 'Open Sans Condensed', sans-serif!important;
  font:gray!important;
  letter-spacing: 1.5px;
}

.navbar-nav > li > a {
  padding-top:0px !important; 
  padding-bottom:0px !important;
  margin-top: 15px;
  font-family: 'Lato', sans-serif!important;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(255, 255, 255, .9) !important;
}

.navbar-wrapper .navbar .container {
    width: auto;
    background-color: rgba(255, 255, 255, .9) !important;
}

.navbar-wrapper .navbar ul li {
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
}

/*-----------------------------------------------------------------------------
ABOUT SECTION 
-----------------------------------------------------------------------------*/
p { 
  font-size: 16px;  
}

.list {
  font-size: 14px !important; 
  color: black !important; 
  padding-right: 30%;
  padding-left: 30%;
  font-family: 'Lato', sans-serif !important;
}

.about-title {
  padding-left: 1.5%;
}

.about-section {
  padding-left: 3%;
}
/*-----------------------------------------------------------------------------
SERVICES LIST
-----------------------------------------------------------------------------*/
li h6 { 
  font-size: 12px !important; 
  color: black !important; 
  padding-right: 15%;
  padding-left: 7%;
  font-family: 'Lato', sans-serif !important;
}

/*-----------------------------------------------------------------------------
QUOTE SECTION 
-----------------------------------------------------------------------------*/
 h5 { 
  font-size: 14px !important; 
  color: black !important; 
  padding-right: 17%;
  padding-left: 17%;
  font-family: 'Lato', sans-serif !important;
}


/*----------------------------------------------------------------------------- 
PORTFOLIO SECTION
-----------------------------------------------------------------------------*/
.row img {
  padding-bottom: 7%;
  min-height: auto;
}
 
/*----------------------------------------------------------------------------- 
CENTER MODAL
-----------------------------------------------------------------------------/*
/*h1 {
  color: #698B69;
}/*

/*----------------------------------------------------------------------------- 
CENTER MODAL
-----------------------------------------------------------------------------*/
.modal-dialog {
  width: 100%;
  padding: 0;
}

.modal-content {
  height: 100%;
  border-radius: 0;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}
/*-----------------------------------------------------------------------------
FOOTER - Social Media Links
-----------------------------------------------------------------------------*/
p.credit { 
  font-size: 11px; color: #7c7c7c;
  float:left;
  text-align: left;
  margin-top: 1%
}

.pull-right {
  font-size: 11px;
  float:right;
  text-align: right;
  margin-top: 1%
}

/*-----------------------------------------------------------------------------
RESPONSIVE
-----------------------------------------------------------------------------*/
@media screen and (min-width: 300px) and (max-width: 991px){
  .featurette-heading{
    padding-top: 30px;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .featurette-heading {
    font-size: 50px;
  }

@media (max-width: 768px) {
  #slider-text {
  position: absolute; 
  top: 75px; 
  left: 0px; 
  width: 100%;
  padding:5px 15px 15px 20px;
}

@media (min-width: 992px) {
  .featurette-heading {
  margin-top: 30px;}
}

@media (min-width: 768px) {
.featurette-heading {
    font-size: 50px;
}
  
#slider-text {
  font-size: 18px;
}
  
#slider  {
  height: 700px;     
}


