





html,
body {
	background: #A9BED0;
	color: #000000;
	margin: 0px;
	text-align: left;
	font-family: 'SanFranciscoText-Regular', Helvetica, Arial, sans-serif;
	letter-spacing: -0.0125em;
  min-width: 100%;

}


.content {

  max-width: 1040px;
  margin: 0px auto !important;
  height: 100%;
  min-height: 100%;
padding: 64px;
  margin:24px;
  background: #A9BED0;

}

a {
  padding: 8px 20px 12px 20px;
  margin-top: 8px;
  margin-bottom: 16px;
  display: inline-block;
  border-radius: 80px;
  color: #fff;
  background: #000;
  font-weight: 100;
  text-decoration: none;
}

a:focus { outline: none;}
a:hover {
  background: rgba(0, 0, 0, 0.6);
}

b {
  font-weight: 400;
}




h1 {
	font-size: 56px;
	font-weight: 700 !important;
	margin: 0px 0px 16px 0px;
	padding: 16px 0px 24px 0px;
	font-weight: 100;
	line-height: 100%;
}

h2 {
	font-size: 32px;
	font-weight: 300 !important;
	margin: 32px 0px 0px 0px;
	padding: 0;
	font-weight: 300;
	line-height: 135%;
}

h3 {
	font-size: 24px;
	font-weight: 700 !important;
	margin: 32px 0px 0px 0px;
	padding: 0;
	font-weight: 300;
	line-height: 150%;
}

p {
	font-size: 24px;
	font-weight: 100;
	line-height: 175%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
  letter-spacing: 0;
}

ul {
  font-size: 24px;
  font-weight: 100;
  line-height: 175%;
  letter-spacing: 0;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
}
.tags {
  color:  #A9BED0;
}

img {
width: 100%;
border-radius: 16px;
margin: 64px 0px 0px 0px;
transition: 0.3s;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08), 0px 0px 24px rgba(0, 0, 0, 0.08);
}

img:hover{
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15), 0px 0px 48px rgba(0, 0, 0, 0.15);
}



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

  }
  .content {
    padding: 6%;
    margin: 0px;
    border: none;
  }


	h1 {
		font-size: 28px;
		font-weight: 100;
		margin: 0px 0px 16px 0px;
		padding: 0;
		font-weight: 100;
		line-height: 110%;
	}

  h2 {
    font-size: 20px;
    margin-top:0px;
    margin-bottom: 8px;
  }

  h3 {
    font-size: 20px;
  }


	p {
		font-size: 16px;
    font-weight: 300;
	}

  ul {
    font-size: 16px;
  }

  a {
  padding: 2px 12px 2px 12x;
  font-weight: 300;
}



  img {
    margin: 32px 0px 0px 0px;
  }
}




}
