/* The animation code */
@keyframes imagedrop {
    from {bottom: 3rem;}
    to{bottom: 0rem;}
}

.properties{
  position: relative;
  background-color: black;
  height:auto;
}

.properties-section{
  position: relative;
  display: inline-block;
  height: 88rem;
  /*border: green;*/
  /*border-width: 1px;*/
  /*border-style: solid;*/
}

.properties-text-area{
  position: relative;
  /*background-color: orange;*/
  height: 18rem;
}

.properties-text-area-upper{
  position: relative;
  /*background-color: green;*/
  height: 10rem;
}

.properties-text-upper{
  position: relative;
  color: white;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: bold;
  text-align: center;
}

.properties-text-area-lower{
  position: relative;
  /*background-color: blue;*/
}

.properties-text-lower{
  position: relative;
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}

.properties-image{
  position: relative;
  bottom: 3rem;
  height: 62rem;
}

.image-drop{
  animation-name: imagedrop;
  animation-duration: 2s;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation-fill-mode:forwards; /*IE 10+*/
   animation-fill-mode:forwards; /*when the spec is finished*/
}

.image-drop-2{
  animation-name: imagedrop;
  animation-duration: 2s;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation-fill-mode:forwards; /*IE 10+*/
   animation-fill-mode:forwards; /*when the spec is finished*/
   -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
    animation-delay: 0.5s;
}

.image-drop-4{
  animation-name: imagedrop;
  animation-duration: 2s;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
   -moz-animation-fill-mode:forwards; /*FF 5+*/
   -o-animation-fill-mode:forwards; /*Not implemented yet*/
   -ms-animation-fill-mode:forwards; /*IE 10+*/
   animation-fill-mode:forwards; /*when the spec is finished*/
   -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}

.properties-image img{
  display: block;
  margin: auto;
}

/*.properties-icon-text{
  position: relative;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  top: 0.6rem;
  text-align: center;
}*/

.properties-subtext-area{
  padding-top: 1rem;
}

.properties-icon-subtext{
  position: relative;
  color: white;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
}

.properties-text-bottom p{
  position: relative;
  color: white;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}






/*-----------------------------------------------------------------------------*/


@media only screen and (max-width: 1200px) {

  .properties{
    position: relative;
    background-color: black;
    height: auto;
  }

  .properties-section{
    position: relative;
    display: inline-block;
    height: auto;
    margin-bottom: 10rem;
  }

  .properties-text-area{
    position: relative;
    height: auto;
    margin-bottom: 3rem;
  }

  .properties-text-area-upper{
    position: relative;
    height: auto;
  }

  .properties-text-upper{
    position: relative;
    color: white;
    font-size: 4.5rem;
    line-height: normal;
    font-weight: bold;
    text-align: center;
  }

  .properties-text-area-lower{
    position: relative;
    /*background-color: blue;*/
  }

  .properties-text-lower{
    position: relative;
    color: white;
    font-size: 3rem;
    line-height: normal;
    text-align: center;
  }

  .properties-image{
    position: relative;
    height: auto;
    width: 40rem;
    bottom: 0;
    margin-bottom: 3rem;
  }


  .properties-image img{
    display: block;
    margin: auto;
  }

  .properties-left img{
    display: block;
    margin: auto;
    content:url("../images/mobile/gtd1sec02img01chat.png");
  }

  .properties-center img{
    display: block;
    margin: auto;
    content:url("../images/mobile/gtd1sec02img02navigation.png");
  }

  .properties-right img{
    display: block;
    margin: auto;
    content:url("../images/mobile/gtd1sec02img03sos.png");
  }
  /*.properties-icon-text{
    position: relative;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    top: 0.6rem;
    text-align: center;
  }*/

  .properties-subtext-area{
    padding-top: 2rem;
  }

  .properties-icon-subtext{
    position: relative;
    color: white;
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
    margin-bottom: 0;
  }

  .properties-text-bottom p{
    position: relative;
    color: white;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
  }


}
