/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Custom */

.drak-color {
  color: #2A2B27;
}

.light-color {
  color: #E5E0D8;
}

h2 {
  font-size: 3.0em;
  font-family: 'Lato', Calibri, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header h1 {
    margin: 60px auto;
    padding: 0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width: 210px;
    height: 210px;
    background: url(../img/logo.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header p {
    font-family: "Roboto",sans-serif;
    margin: 50px 0;
    padding: 0;
    font-size: 3.0em;
    font-weight: 700;
    color: #E5E0D8;
}

i.arrow {
    width: 70px;
    height: 70px;
    margin: 20px 0;
    padding: 0;
    font-size: 70px;
    background: #f1c40f;
    line-height: 70px;
    border-radius: 35px;
    border-radius: 50%;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.09),0 8px 17px 0 rgba(0,0,0,0.08);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: box-shadow .1s ease-in-out, transform .1s ease-in-out;
}

i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

a.portfolio-link {
    color: #000;
    font-size: 20px;
}

a.portfolio-link img {
    margin: 0 auto;
}

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    background: #E5E0D8;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #2A2B27;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #E5E0D8;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #E5E0D8;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    left: 0;
    width: 280px;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    background: #26A65B;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    /* text-indent: 40px; */
    line-height: 48px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    padding: 0 20px;
    color: #E5E0D8;
}

.sidebar-nav li i {
    margin-right: 5px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 120px;
    line-height: 120px;
/*    background: #26A65B;*/
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.menu-logo {
    width: 220px;
    padding-top: 40px;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

#sidebar-wrapper.active {
    left: 280px;
    width: 280px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 20px 0 0 20px;
    font-size: 25px;
}

/* Header */

.header {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  color: #B1986A;
  /*background: #2A2B27 no-repeat center center scroll;*/
  background: url(../img/bg.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

ul.social-buttons {
    margin-bottom: 16px;
    height: 40px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #fed136;
}

/* Services */

.services {
  padding: 50px 0;
  color: #fff;
  background-color: #c0392b;
}

.service-item {
    margin-bottom: 30px;
}

.services-color {
  color: #c0392b;
}

/* Apps */

.apps {
  padding: 50px 0;
}

#apps-content {
  padding-bottom: 50px;
}

/* Contact */

.contact {
  padding: 50px 0;
  color: #fff;
  background-color: #E87E04;
}

.contact ul {
    padding: 20px 0;
}
.contact ul li{
    padding: 5px;
}

.contact ul li a {
    display: block;
    width: 300px;
    height: 90px;
    font-size: 2.5em;
    line-height: 90px;
    outline: 0;
    color: #E87E04;
    background-color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Banner */

.banner {
    padding: 60px 0;
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
}

.banner .lead-h {
    margin: 20px 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    font-size: 2.5em;
    font-weight: 700;
}

.banner .lead-b {
    margin: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    font-size: 1.5em;
    line-height: 2em;
    font-weight: 700;
}

/* Footer */

footer {
  padding: 80px 0;
  text-transform: uppercase;
  font-weight: 300;
}

.footer-logo {
  width: 120px;
  margin-bottom: 30px;
}

hr.small {
    max-width: 100px;
    border-top: 1px solid #cec9c2;
}

/* Rule */

.rule {
  font-weight: 300;
}
.rule ul {
    margin: 0 0 0 1em;
    padding: 20px 0;
}
