/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    /*padding-top: 50px; */
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-position: 0px 0px;
    background-image: linear-gradient(to bottom, 
      #3c263d 0px,  
      #3c263d 300px,
      #3c263d 300px,
      #72486a 100%
  );  

    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-align: center;
    font-variant-ligatures: no-common-ligatures;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */


.img-center {
    margin: 0 auto;
}

.logo {
    padding-top: 30px;
}


p {
    text-align: center;
}

h3 {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 8px;
}

.btn-gleemojis {
    color: #ffffff;
    background-color: #72486a;
    border: none;
    margin-bottom: 5px;
}

.btn-gleemojis a {
    color: #ffffff;
    text-decoration: none;
}

.btn-gleemojis a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-gleemojis:hover {
    background-color: #b581ab;
}

.btn-list {
  margin-bottom: 6em;
}

.emo-group {
  margin-top: 50px;
}


.triangle-right {
  position:relative;
  padding:20px 5px 20px 5px;
  margin: 1em 1.5em 1em 1.5em;
  color:#ffffff;
  background:#ffffff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.triangle-left {
  position:relative;
  padding:20px 5px 20px 5px;
  margin: 1em 1.5em 1em 1.5em;
  color:#ffffff;
  background:#ffffff;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

@media (min-width: 768px) {

    .triangle-right, .triangle-left {
      padding:20px 5px 20px 5px;
      margin: 1em;
    }
}

.triangle-right:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
}

.triangle-left:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 50px;
    border-top: 20px solid white;
    border-right: 20px solid transparent;
    display: block;
    width: 0;
    height: 0;
}

.emojis {
    font-size: 2.5em;
}

@media (min-width: 768px) {
  .emojis {
    font-size: 4em;
  }
}

.btn-red {
  background-color: #b83151;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px;
}

.btn-red:hover {
  background-color: #cb3659;
}


.intro {
    padding: 0 50px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

@media (min-width: 768px) {

  .intro {
    font-size: 20px;
    padding: 0 80px;
  }
}

.panel {
  margin-top: 50px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
}

.panel-body {
    color: #72486a;
    padding-top: 20px;
}

.panel-body p {
    padding: 10px 20px 20px 20px;
}

.panel-heading {
  font-size: 20px;
  background-color: #3c263d;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  letter-spacing: 2px;
}

.sentence {
  font-size: 20px;
  padding: 0.5em 1.5em 2em 1.5em;
}

.sentence p {
  text-align: center;
}

.sentence.right p {
  text-align: center;
}

@media (min-width: 768px) {

  .sentence {
      font-size: 20px;
      padding: 5.5em 1em 1em 1em;
      margin-bottom: 100px;
    }

    .sentence p {
      text-align: left;
    }

    .sentence.right p {
      text-align: right;
    }
  }

#jumbo {
      margin-top: 2.2em;
      margin-bottom: 0;
      background: #3c263d;
      padding-top: 40px;
      padding-bottom: 20px;
  }

#jumbo p {
  font-size: 17px;
  }