/* written by Tobias Traxel, 2015, taia GmbH */

/* General Elements */

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: sans-serif
    margin: 0;
    padding: 0;
    height: 100%;
    color: #33536d;
    font-family: sans-serif;
    background: #f8f8f8;
}
a {
    color: inherit;
}
a:hover {
    color: #2B9A9D;
}
/* overwrite padding of the container */ 
.container-fluid {
  padding-left: 0;
  padding-right: 0; 
}
.main {
    /* main part consuming 100% of the viewport height */

    position: relative;
    height: 100%;
    min-height: 485px;
    margin: auto;
    text-align: center;
    padding: 0;
}
.more {
    /* typical section to show "more" link or an arrow icon as done here  */

display: block;
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    background-image: url('down-icon.png');
    background-image: -webkit-image-set(url('down-icon.png') 1x, url('down-icon@2x.png') 2x);
    background-repeat: no-repeat;
    background-position: center;
    center;
}
.languages {
    float: right;
    margin-top: 5px;
}
.languages span {
    cursor: pointer;
    color: #7c909f;
    margin-right: 30px;
}
.languages-selected {
    border-bottom: #CCC 3px solid;
}

.download-on-the-app-store{
  margin-top: 10px;
  margin-bottom: 20px;
}
/* Header and Footer */
.footer {
    background-color: #EBD07D;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 98px;
}

.header {
    background-color: #EBD07D;
    padding-bottom: 10px;
}

/* celf.io text and icon  */
.celfio {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    font-size: 6rem;
}
.celfio-vision {
    text-align: center;
    font-size: 2.2rem;
}

/* taia text and icon */
.taia-text {
    font-style: italic;
    font-size: 1.3rem;
}

.taia-logo-text {
    display: none;
}

/* colors */ 

/* 
 #47B6A3
 #AECD8D
 #2DB3B7
 #2B9A9D

*/ 
/* Dedicated Sections */
h1 {
  font-size: 1.8em;
}
a {
  text-decoration: underline;
}

a:Hover {
  color: inherit;
}

.screenshot {
  width:200px;
  display: block;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}

.code-inline {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-weight: bolder;
}
#faq, #publish, #devsample {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: 0;
    margin-right: -15px;
}

#faq {
    margin-top: -10px;
    background-color: #AECD8D;
}

#faq a:Hover {
  color: #2B9A9D;
}

.question {
  font-style: italic;
  font-size: 1.1em;
  font-weight: bolder;
  margin-top: 20px;
}
.answer {
  font-size: 1.1em;
  font-weight: lighter;
  margin-bottom: 10px;
}

#publish {
    background-color: #2DB3B7;
}
#publish a:Hover {
  color: #EBD07D;
}


#devsample {
    background-color: #2B9A9D;
}

#devsample a:Hover {
  color: #EBD07D;
}

/* Desktop size or tabel in landscape */ 
@media screen and (min-width: 769px) {
      .main {
        min-height: 630px;
    }

    .celfio-logo {
        background-image: url('celfcloud.png');
        background-image: -webkit-image-set(url('celfcloud.png') 1x, url('celfcloud@2x.png') 2x);
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 5rem;
        display: block;
        height: 340px;
   }
   .taia-logo {
       background-image: url('taia-logo-green.png');
       background-image: -webkit-image-set(url('taia-logo-green.png') 1x, url('taia-logo-green@2x.png') 2x);
       background-repeat: no-repeat;
       background-position: top left;
       display: block;
       height: 100%;
       margin-left: 20px;
  }
}

/* phone and tablet portrait */
@media screen and (min-width: 461px) and (max-width: 768px) {
    .celfio-logo {
        background-image: url('celfcloud-app.png');
        background-image: -webkit-image-set(url('celfcloud-app.png') 1x, url('celfcloud-app@2x.png') 2x);
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 5rem;
        display: block;
        height: 200px;
   }
   .taia-logo {
       background-image: url('taia-logo-dark-small.png');
       background-image: -webkit-image-set(url('taia-logo-dark-small.png') 1x, url('taia-logo-dark-small@2x.png') 2x);
       background-repeat: no-repeat;
       background-position: top left;
       display: block;
       height: 100%;
       margin-left: 5px;
    }
    .taia-logo-text {
      display: inherit;
      font-style: italic;
      font-size: 1.2rem;
      padding-top: 30px;
      padding-left: 5px;
    }
    .celfio {
        margin-top: 1.2rem;
        margin-bottom: 2.0rem;
        font-size: 3rem;
    }

    .impress p {
        display: none;
    }
    .footer {
        height: 60px;
    }
    .languages span {
        font-size: 1.7rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 460px) {
    .main {
        min-height: 320px;
    }
    .celfio-logo {
        background-image: url('celfcloud-app-sm.png');
        background-image: -webkit-image-set(url('celfcloud-app-sm.png') 1x, url('celfcloud-app-sm@2x.png') 2x);
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 5rem;
        display: block;
        height: 120px;
   }

    .celfio {
        margin-top: 1.2rem;
        margin-bottom: 2.0rem;
        font-size: 3rem;
    }
    .celfio-vision {
        font-size: 1.8rem;
    }


   .taia-logo {
       background-image: url('taia-logo-dark-small.png');
       background-image: -webkit-image-set(url('taia-logo-dark-small.png') 1x, url('taia-logo-dark-small@2x.png') 2x);
       background-repeat: no-repeat;
       background-position: top left;
       display: block;
       height: 100%;main
       margin-left: 5px;
    }
    .taia-logo-text {
      display: inherit;
      font-style: italic;
      font-size: 1.2rem;
      padding-top: 30px;
      padding-left: 5px;
    }
    .impress p {
        display: none;
    }
    .footer {
        height: 60px;
    }
    .languages span {
        font-size: 1.7rem;
        margin-right: 10px;
    }
}

/* impress styles */
.impress {
    text-align: right;
    padding-right: 20px;
    color: #7c909f;

}
.impress h1 {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 6px;
}
.impress p {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0;
}
.impress a {
    text-decoration: underline;
    ;
}
.impress-text {
}
.impress-text h1 {
    color: #2B9A9D;
    font-size: 2.2rem;
}
.impress-text h2 {
    color: #2B9A9D;
    font-size: 1.8rem;
}