
h1 {

  font-size: 2em; /* 40px/16=2.5em */
}

h2 {
    font-size: 1.3em; /* 40px/16=2.5em */
}

/*.wrapper {
    min-width: 1300px;
}*/

.navbar-custom {
 background:rgba(31,31,31,0.7);

}

header {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 23vh 0 23vh;
  font-weight:700;
}

header.myBackground
{
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6a00), to(#ee0979));
  background: linear-gradient(0deg, #36d1dc 0%, #5b86e5 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  font-size: 40px;
}



.emailBackground {
    background-image: url('../images/email.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 75vh;
    position: relative;
}


.imageText {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom:10vh;
    text-align: center;
}