@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

/*--START NAV--*/
.navbar {
    background-color: #3181B0;
    margin-bottom: 0;
}

div#header-nav.collapse.navbar-collapse {
    padding-right: 20px;
}

/*--END NAV--*/

/*--START HOME--*/
#home{
    background-color: #3181B0;
    width: 100%;
    margin: 0;
    max-width: ;
    height: 100%;
}

#divider {
background-image: url(../images/div.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
}

/*--END HOME--*/

/*--START Download--*/

#download {
    background-color: #D14D44;
    width: 100%;
    margin: 0;
    max-width: ;
    height: 50vh;
}

ul.countdown {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: block;
  text-align: center;
}

ul.countdown li { display: inline-block; }

ul.countdown li span {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  padding: 0 20px;
  margin-left: -4px;
}

ul.countdown li p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
}

.days {
  padding: 0 10px;
  color: #fff;
}
.days2 {
  background-color: #fff;
  color: #D14D44;
}

/*--END Download--*/

/*--START Team--*/

.team{
  padding-bottom: 90px;
}

/*--END Team--*/

/*--START Contact--*/

.contact{
  width: 60%;
}

/*--END TContact--*/

/*--START Footer--*/

footer {
  background-color: #3181b0;
  color: #fff;
  height: 15%;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 0
}

/*--END Footer--*/

/* START Media queries */

  /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
      .featuers-bullets{
        padding-bottom: 40px;
      }

      .features {
        width: 60%
      }

      #divider {
        height: 30vh;
      }

      .name-team {
      font-size: 1.5em;
      }

      .pos-team {
      font-size: 0.9em;
      }
    }
  /* //Small Devices, Tablets */

  /* Extra Small Devices, Phones */ 
    @media(max-width:767px) {
      .slogan{
        font-size: 1.1em;
      }

      .mac{
        width: 60%
      }

      .phone{
        width: 20%
      }

      .phone-mac{
        padding-bottom: 20px;
      }

      .text-feature{
        font-size: 0.7em;
      }
      .features {
        width: 90%
      }

      .sec-features{
        font-size: 0.9em;
      }

      #divider {
        height: 40vh;
      }

      .soon-text{
        font-size: 0.9em;
        padding-top: -20px;
      }

      .name-team {
      font-size: 1em;
      }

      .pos-team {
      font-size: 0.8em;
      }

      #download {
      height: 10vh;
      }
    }
  /* //Extra Small Devices, Phones */

/* END Media queries */