html, body {
	margin: 0 auto;
	background-color: #1f2833;
	max-width: 1500px;
}

h1 {
	/*text-decoration-line: underline;
	text-decoration-color: #edf5e1;*/
	transition: all 1s;
	display: flex;
	color: #5cdb95;
	text-align: left;
	padding: 36pt 40pt;
	padding-bottom: 1px;
	/*
	background-color: #1f2833;
	box-shadow: 0px 5px 0px #edf5e1;*/
	font-family: "Roboto";
	font-size: 48px; 
	float:inherit;
	width: 50%;
	font-weight: 100;
} 

h2 {
	position:relative;
	font-weight: 100;  
	text-align: center;
	padding: 20pt 20pt; 
	font-family: "Roboto";
	font-size: 36px;
	color: #edf5e1;
	padding-bottom: 0px;
	font-weight: 100;
}

.badge{
	height:80pt;
	width:80pt;
	padding-bottom: 15px;
}

.contact_icon{
	height: 120pt;
	width:120pt;
	padding-bottom: 20px;
}

.contact_icon:hover{
	-webkit-filter: blur(5px); 
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #1f2833;
	position: relative;
    top: 0; 
    width: 100%;
}

li {
	float: left;

}

li a {
		transition: all 1s;

	display: block;
	color: #edf5e1;
	text-align: center;
	padding: 30pt 25pt;
	text-decoration: none;
	background-color: #1f2833;
	font-family: "Roboto";
	font-weight: 100;
}

li a:hover {
	color: gray;

	letter-spacing: 2px;
	-webkit-filter: blur(1px); 
}

.active {
	color: #5cdb95;
}


#img{
	height: 80pt; width: 130pt;
	position: absolute;
}


.right {
	position: absolute;
	right: 200pt;
	padding-top: 10px
}

p {
	font-family: "Roboto";
	font-size: 16pt;
	width: auto;
	padding-left: 36pt;
	color: #edf5e1;
	font-weight: 100;
	text-align: left;
}

p span{
	color: #5cdb95
}

.invert {
  -webkit-filter: invert(100%);
   -moz-filter: invert(100%);
   -ms-filter: invert(100%);
   -o-filter: invert(100%);
   filter: invert(100%);
}

.column{
	float: left;
	width: 25%;
	padding: 0 50px;
}

.contact_column{
	padding-top: 30px;
	float: left;
	width: 25%;
}

.row {margin: 0 -5px;}

.row:after{
	content: "";
	display: table;
	clear: both;
}

.contact_row{
	padding-top: 50px;
	margin: 0 -5px;
}

.contact_row:after{
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 480px) {
	.column{
		width: 70%;
		display: block;
		margin-bottom: 20px;
		position: relative;
	}
	.contact_column{
		width: 70%;
		display: block;
		margin-bottom: 20px;
		position: relative;
		float:none;
	}
	
}

.descript{
	font-family: "Roboto";
	font-size: 11pt;
	font-weight: 100;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 100%;
}

h3{
	font-family: "Roboto";
	color: #5cdb95;
	font-weight: 100;
}

.card {
	padding-left: 0px;
	word-wrap: normal;
	background-color: #1f2833;
	border-style: solid;
	border-color: #5cdb95;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

