@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

body{
	font-family: "Heebo", sans-serif;
	font-size: 16px;
	color: #21243D;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

.navbar{
	position: sticky;
    top: 0;
    background: #fff;
}

.navbar img{
	width: 200px;
}

.navbar ul li a {
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
}

.hero h1 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero h1, .hero p{
	max-width: 500px;
}

.hero a {
    background: #FF6464;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 2px;
}

.recent-posts{
	background: #EDF7FA;
}

.recent-posts .post{
	background: #fff;
	padding: 20px;
}

.recent-posts a{
	color: #00A8CC;
}

.post h2{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.featured-works img{
	width: 100%
}

.featured-works h2{
	font-size: 30px;
	font-weight: bold;
}

.featured-works .date{
	background-color: #142850;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	border-radius: 16px;
	padding: 0 16px;
	margin-right: 30px;
}

.featured-works .tags{
	font-size: 20px;
	color: #8695A4;
}

.work {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

footer .icons a{
	color: #21243D;
	font-size: 30px;
	margin: 0px 10px;
}

footer p{
	font-size: 14px;
}