/* Mobile -- default */
#kude-logo {
  background-image: url(../images/kude_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin: 10px;
}

/* HEADLINES */
#intro.jumbotron {
  width: 95%;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  text-align: left;
  background: #F3D8B4;
  opacity: 100%;
  height: auto;
  margin-top: 0.5em;
}
#sky.jumbotron {
  width: 95%;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  background: #C0D7F1;
  opacity: 100%;
  top: 0;
  position: relative;
}
#blue.jumbotron {
  width: 45%;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  background: #2796CE;
  opacity: 92%;
  position: absolute;
  top: 0;
}
.masthead h2 {
  font-size: 43px;
  line-height: 1.05;
  letter-spacing: -1px;
  font-weight: 640;
}
.masthead h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
}

/* TEXT FOCUS */
#focus-1 {
  height: auto;
  text-align: justify;
  padding: 1em;
  padding-top: unset;
}
#focus-1 em {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
#focus-2 {
  height: auto;
  text-align: justify;
  padding: 1em;
  padding-top: unset;
  position: relative;
  margin-bottom: 2em;
  top: 0;
}
#focus-2 em {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

#focus-3 {
  height: auto;
  text-align: justify;
  padding: 1em;
  padding-top: unset;
  position: relative;
  top: 0;
}
#focus-3 em {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

/* IMAGES */
#kude-cover img {
  width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
#plumeria img{
  width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  top: 0;
  z-index: -1;
}
#join-us img{
  position: relative;
  width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 0;
  top: -2em;
  z-index: -1;
}
/* FOOTER */
#footer{
  background-image: url(../images/head_background.png);
  background-size: auto;
  background-repeat: repeat-y;
  height: 240px;
  margin-top: 2em;
  bottom: 0;
}

#footer h4 {
  padding-left: .5em;
  color: #fff;
}

.footer_links{
  list-style-type: none;
  color: #ffffff;
}

.footer_links li {
  text-align: left;
}

.footer_links a {
  color: white;
}

.footer_links a:hover {
  color: lightgray;
}

#footer #legal {
  font-size: .9rem;
  color: #ffffff;
  bottom: 5px;
  text-align: center;
}

/* FULL SCREEN */
@media (min-width: 768px) {
  /* IMAGES */
  #kude-cover img {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
    top: -2em;
    z-index: -1;
  }
  #plumeria img{
    position: relative;
    width: 100%;
    height: auto;
    top: -2em;
    z-index: -1;
  }
  #join-us img{
    position: relative;
    width: 100%;
    height: auto;
    top: -1em;
    z-index: -1;
  }
  /* HEADLINES */
  #intro.jumbotron {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    padding: 10px 10px;
    color: #fff;
    text-align: left;
    background: #F3D8B4;
    left: 5em;
    height: auto;
    top: 4em;
    opacity: 95%;
    z-index: 0;
  }
  #sky.jumbotron {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    padding: 10px 10px;
    color: #fff;
    text-align: left;
    background: #C0D7F1;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
    top: 4em;
    z-index: 0;
    opacity: 100%;
  }
  #blue.jumbotron {
    position: absolute;
    width: 45%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background: #2796CE;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 100%;
    z-index: 0;
    top: 4em;
  }
  /* Details */
  #focus-1 {
    position: absolute;
    background-color: white;
    opacity: 92%;
    width: 45%;
    bottom: 7em;
    text-align: justify;
    padding: 1em;
    height: auto;
    right: 5%;
  }
  #focus-1 em {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
  #focus-2 {
    position: absolute;
    background-color: white;
    opacity: 92%;
    width: 45%;
    text-align: justify;
    padding: 1em;
    top: 50%;
    height: auto;
    right: 5%;
  }
  #focus-2 em {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
  #focus-3 {
    position: absolute;
    background-color: white;
    opacity: 96%;
    width: 45%;
    top: 25%;
    text-align: justify;
    padding: 1em;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  #focus-3 em {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
  }
  /* FOOTER */
  #footer {
    background-image: url(../images/head_background.png);
    background-size: auto;
    background-repeat: repeat-y;
    height: 240px;
    bottom: 0px;
  }
  #footer #legal {
    font-size: 1.0rem;
    color: #ffffff;
    bottom: 5px;
    text-align: center;
  }
 }
