body {
    background: #868479;
}
h1 {
  text-align: center;
}
i {
  margin-left: 2%;
  color: #333333;
}

/*
  ============================================
  Styles
  ============================================
*/

.row {
    background-color: #fff;
    color: #333333;
    font-size: 28px;
    margin: 2% 3%;
    width: 100%;
    padding: 5%;
}
.row h1 {
    color: blue;
    margin-bottom: 5%;
    text-align: center;
}

/*
  ========================================
  Navbar
  ========================================
*/

#nav {
    height: 10%;
    border-bottom: 1px solid #000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #404040;
    z-index: 999999;
}
#nav ul {
    height: 5%;
    list-style: none;
    margin: 2% auto 0 30%;
    width: 50%;
    text-align: center;
}
#nav ul li {
    display: inline;
    float: left;
    margin: 0px 3%;
    text-align: center;
}
#nav a {
    font-size: 1em;
    font-weight: bold;
    float: left;
    padding: 2px 4px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
}
#nav a:hover {
    color: #ff6600;
}
#nav a.top span, #nav a.bottom span {
    float: left;
    width: 16px;
    height: 16px;
}
a {
    padding-left: 15px;
    font-size: 25px;
    color: #fff;
}
a:hover {
    color: #0099ff;
}

/*
  ============================================
  Landing
  ============================================
*/

img {
  z-index: -2;
  opacity: 0.6;
}
.landing-text {
  position: absolute;
  top: 30%;
  left: 20%;
  word-wrap: break-word;
  width: 60%;
  font-size: 2em;
  color: #660033;
  font-weight: bold;
}

/*
  ============================================
  Examples
  ============================================
*/

.row .large-4 {
    width: 29.333333%;
}
.large-4 .images {
    background: #666666;
    padding: 5%;
}
#slider {
    width: 720px;
    overflow: hidden;
    margin-left: 15%;
}
#slider .slides {
    display: block;
    width: 6000px;
    height: 400px;
    margin: 0;
    padding: 0;
}
#slider .slide {
    float: left;
    list-style-type: none;
    width: 720px;
    height: 400px;
}

/*
  ============================================
  Contacts
  ============================================
*/

.icons i{
  margin-left: 10%;
}


footer {
  background: #363530;
  padding: 2%;
  text-align: center;
  font-size: 1.2em;
  color: #e7e7e4;
}
