*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial;
	color:#333333;
}
body{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}

a.external-link {
  position: relative;
}

a.external-link::after {
  content: "\2197"; 
  margin-left: 4px; 
}

a.external-link::after {
  font-family: Arial, sans-serif; 
  font-size: 20px; 
  color: #333333;
}


a.external-link:hover::after {
  color: #000; 
}

.main-container{
	height: 100vh;
    overflow-y: scroll;
	min-height: 100%;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #fff; 
  
}
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.header{
	position: relative;
}

.logo{
	height: 100px;
	width: auto;
}
.logo-collapse{
	height: 50px;
	transition: 0.2s;
}
.menu-button {
	display:none;
}
nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
    top: 0;
	background-color:#fff;
}
.nav-collapse{
	padding-top: 5px !important;
	transition: 0.5s;
	padding-bottom: 5px;
}

nav img{
	width: 150px;
}

.nav-links{
	flex: 1;
	text-align: right;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 27px;
	position: relative;
}
.nav-links ul li a{
	color: #333333;
	text-decoration: none;
	font-size: 20px;
	font-weight:400;
}
.nav-links ul li a:hover{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}
.nav-links ul li a[active]{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}

h1{
	font-size:32px;
	font-weight:500;
	margin-bottom: 1.2em;
}
h2, h3{
	margin-bottom: 1.2em;
}

p{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1.2em;
}

.button{
    background-color: #333333;
    font-size: 20px;
	font-weight: 400;
	text-decoration: none;
    color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 16px 32px 16px 32px;
	width: fit-content;
}

.footer {
	font-size: 16px;
	text-decoration:none;
	color:#333333;
	width:100%;
}
.footer-logo{
	float: left;
}
.footer-logo img{
	width: 137px;
	height: auto;
}
.footer-logo p{
	margin-top:38px;
	width:300px;
	height:75px;
	font-size: 16px;
	font-weight:400;
}
.footer-links{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left:330px;
}
.footer-links div{
	display:flex;
	flex-direction: column;
}
.footer-links a{
	font-size: 16px;
	text-decoration:none;
	color:#333333;
	padding-bottom:18px;
}
.footer-text{
	width:100%;
	height: 24px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
}
.footer-text p{
	font-size: 16px;
	font-weight:400;
}

.footer-social{
    display: flex;
    justify-content: space-between;
    width: 140px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.footer-social svg{
height: 24px;
width: auto;
}
