@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900);



html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}

::-webkit-scrollbar { 
    display: none; 
}


.main-screen {
  z-index: 98;
  padding: 0;
  height: 100%;
  width: 100%;
}

.slideshow {
  display: block;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
}

.image {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 104%;
    width: 100%;
    z-index:1;
    overflow: hidden;
}

.image:nth-of-type(1) {
  background: url('http://i62.tinypic.com/acfm0l.jpg') no-repeat center center;
  background-size: cover;
}

.image:nth-of-type(2) {
  background: url('http://i58.tinypic.com/33x8w2h.jpg') no-repeat center center;
  background-size: cover;
}
.image:nth-of-type(3) {
  background: url('http://i57.tinypic.com/dnmy5k.jpg') no-repeat center center;
  background-size: cover;
}

.image.active {
    z-index:3;
}

.image.last-active {
    z-index:2;
}


nav {
  z-index: 9999;
  padding: 15px 0 0 0;
  margin: 0;
  color: white;
  list-style: none;
  position: relative;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flex-item {
  font-weight: bold;
  font-size: .750rem;
  text-align: center;
  font-family: 'Roboto';
  letter-spacing: .15em;
}

.flex-item:nth-of-type(2),  
.flex-item:nth-of-type(3),  
.flex-item:nth-of-type(4) { 
  padding-top: 8px;
}

.flex-item:nth-of-type(1) {
  font-size: 1.5rem; 
  flex-grow: .75;
  text-align: left;
  padding-left: 60px;
 }

.flex-item:nth-of-type(2) { 
  text-align: right;
  flex-grow: 2;
  padding-right: 20px;
}
.flex-item:nth-of-type(3) { 
  flex-grow: 2;
  text-align: left;
  padding-left: 20px;
}
.flex-item:nth-of-type(4) { 
  flex-grow: 1; 
  text-align: right;
  padding-right: 60px;
  padding-left: 15px;
 
}

.flex-item.follow {
  padding: 0;
 }

nav.follow {
    position:fixed; 
    top:0px; 
    background: white;  
    color:black; 
    text-shadow:none;
    width: 100%;
    height: 47px;
}


section {
  margin: 100px auto 100px auto;
  height: 500px;
  width: 600px;
  background: tomato;
  text-align: center;
  padding-top: 300px;
  color: white;
  font-size: 4em;
}