@import url('https://fonts.googleapis.com/css?family=Rubik:300,700&display=swap');

body{
  font-family: 'Rubik', sans-serif;
  /*margin-left: 20px;*/
  margin:0px;
  line-height: 23px;
}

br {
  display: block;
  content: "";
  margin-top: 9px;
}

a {
  color: #000000;
}

.logo {
  /*text-indent:-9999999px;*/
  /*background: url('MaxCertifiedTrainer-2021-dark.png');*/
  width: 10px;
  height: 14px;

}


.header{
  /*position:relative;*/
  font-size: 25px;
  font-weight:bold;
  /*margin-top: 20px;*/
  color: #fc0394;


  /*background-color: #FFEE33;*/
}

#bio{
  position:relative;
  float: left;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  color: #111111;
}

.subtitle{
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 4px;
  font-weight:bold;
  color: #000000;
}

.content{
  font-size: 15px;
  color: #111111;
}

.subcontent{
  font-size: 15px;
  color: #111111;
  margin-top: 10px;
}

.tile{
  position: relative;
  float: left;
  width: calc(100% - 300px);
  padding: 50px 150px 50px 150px;
  background-color: #e6e6e6;
}

#topbar{
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0px 15px 150px;
	z-index: 1;
	background-color: #ffdc6a;
}

a.anchor {
    display: block;
    position: relative;
    top: -73px;
    visibility: hidden;
}

/*.work-image{
	width:100%;
}*/

@media only screen and (max-width: 500px){
  .tile {
    padding: 50px 10px 50px 10px;
    width: calc(100% - 20px);
  }
  #topbar{
    padding: 15px 10px 15px 10px;
  }

  a.anchor{
    top: -76px;
  }
}
