h1, h2, h3, h4, h5, h6 {

	font-family: Montserrat;
	font-weight: 700;
} 

span img{

	padding-top: 50px;
}

.bgimage{
	background-image: url(../img/me.png);
	min-height: 100%;
	background-position: center;
	background-size: cover;
}

body, div, p, span {

	font-family: Montserrat;
	font-weight: 400;
	color: white;


}

header h1 {
	font-size: 100px;
	margin-bottom: -30px;

}

header h3 {
	font-size: 30px;
	color: #00b7b4;
	margin-bottom: 0px;

}

header {
	padding-top: 70px;
}

.container{
	padding: 0px 50px;


}

li a{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	color:inherit;

}

a:hover{
	color: #00b7b4;
}

li {
	list-style: none;
	display: inline-block;
}

ul{
	padding: 0px;
}

.subtitle{
	opacity: 0.7;
	font-size: 20px; 
	max-width: 400px;
}

article p{
	border: 1px solid black;
	background-color: #d3d3d3;
	padding: 10px;
	max-width: 700px;

}

.active {
    
    color: #00b7b4;
}

table{
	padding-top: 10px;
}

table tr td{

	padding-right: 5px;
}

table tr td a{
	text-decoration: none;
	color: white;
	font-family: Montserrat;
	font-size: 15px;
}