
#header{
  position: fixed;
  top: 0;
  left: 0;
  background: #D0F8FF;
  width: 100%;
  height: 150px;
  z-index: 3000;
}

.logo{
  display: block;
  background-image: url("/assets/logo_1-5e74b026.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 150px;
  width: 150px;
  float: left;

}

.logo-link{
  float:left;
  margin-left: 50px;
  margin-top: 5px;
  height: 150px;
}

.title-link{
  width: 200px;
}

.title{
  font-family: 'SociallyFontTwo';
  color: #5A82FF;
  font-size: 70px;
  text-align: center;
  /* margin-right: 120px; */
  display: none;

}

.web-title{
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;


  /* margin-block-start: 0;
  margin-block-end: 0; */
}

/* #header p{
  font-family: 'BrandFont';
  color: #FFF;
  font-size: 18px;
} */

#header a{
  text-decoration: none;
}

@media only screen and (max-width: 600px) {

  .title{
    color: #5A82FF;
    font-size: 30px;
    margin-top: 40px;
    display: block;
    /* visibility: hidden; */
  }

  #header{
    width: 100%;
  }

  .logo{
      background-image: url("/assets/thought-bubble-plain-85f94429.png");
      background-color: color: #5A82FF;
  }

  .web-title{
    display: none;
  }

}
