* {
  font-family: 'Lato',
    sans-serif;
  box-sizing: unset;
}

h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 10px 20px;
  text-align: center;
}

h1 {
  font-size: 34px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: 900;
}

h2 {
  font-weight: 300;
  margin-bottom: 40px;
}

body {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

form#simple-signup {
  display: block;
  text-align: center;
}


header {
    background: rgba(255,255,255,0.65);
}

#logos {
  margin: auto;
  display: inline-block;
  height: 50px;
  padding: 20px 10px 20px 0;
}

button#get-started {
  background-color: #ef4523;
  color: white;
  border: 2px solid #ef4523;
  padding: 10px 20px;
  border-radius: 3px;
  text-transform: uppercase;
}

input#email {
  padding: 10px 20px 10px 5px;
  text-align: start;
  min-width: 250px;
}

div#plus-sign {
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  top: 5px;
  left: -5px;
}

img#learncube-logo {
  height: 100%;
  margin-right: 10px;
}

img#agora-logo {
  height: 80%;
  top: 10px;
  position: relative;
  margin-left: 10px;
}

.bg a {
  
}

.bg .intro{
  color: #fff;
}

.layer {
    background: rgba(51,122,183,0.2);
    padding-bottom:50px;

}

.bg {
    
    border-top: solid 4px #337ab7;
    padding: 20px;
    font-weight: 400;
    overflow: hidden;
  }

div#hero {
  width: 100%;
  height: 300px;
  background-image: url('./131220-dark-blue-polygon-background-graphic-design.png');
  background-size: contain;
  background-repeat: repeat-x;
}

.btn-warning {
  color: #fff;
}

.intro img {
    max-width: 72%;
}

.page-footer.font-small.blue a {
  color: #fff;
}

.page-footer.font-small.blue a {
  margin-right: 30px
}

.page-footer.font-small.blue {
    background: #333740;
    color: #fff;
    width: 100%;
}
