/*font-family: 'Source Sans Pro', sans-serif;
font-family: 'Poppins', sans-serif;*/

* {
  padding: 0;
  margin: 0;
}

header {
  position: relative;
  /*min-height: 580px;*/
  min-height: 100vh;
}

h1 {
  margin: 0;
  padding: 100px 0;
  text-transform: uppercase;
  text-align: left;
}

.mainbg {
  background-color: #353566;
}

.header {
  padding-left: 30px;
}

#logomain {
  color: white;
  font-family: 'Poppins','sans-serif';
  padding-left: 19%;
}

#logomain img{
  max-height: 100px;
}

#topimg {
  width: 105%;
  margin-top: 110px;
  padding-right: 50px;
}

#title {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.1em;
  padding-left: 50px;
  color: white;
  padding-top: 70px;
}

#title h4 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  margin-top: -80px; 
  text-align: left;
}

#title p {
 font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-top: 20px;
  text-align: left;
}

#title h1 { 
 font-size: 3.5em;
 line-height: 60px;
}

#button1 {
  margin-top: 20px;
}

.btn-123 {
  font-family: 'Raleway', sans-serif;
  color: #353566;
  text-transform: uppercase;
  height: 55px;
  width: 100%;
  font-weight: 600;
  background-color: white;
  border: none;
  margin-bottom: 50px;
}


@media screen and (max-width: 805px) {
    #title {
    padding-top: 15px;
    padding-left: 30px;
  }

  #title h1{
    font-size: 1.8em !important;
    line-height: 38px !important;
  }

  .container-fluid{
    padding-right: 40px !important;
  }

  #logomain{
    padding-left: 10% !important;
  }

  h1{
    padding-top: 0 !important;
    margin-top: 30px;
  }

  #topimg{
    margin-top: 50px;
  }
}