body {
	font-family: 'Lato', sans-serif;
	color: #676858;
	font-weight: 300;
}

ul
{
    list-style-type: none;
}

a:link {
    color: #676858;
}

a:visited {
    color: #676858;
}

.text-thin {
	font-weight: 100;
}

.title-super {
	font-size: 45px; 
}

.title-logo {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 25px;
	opacity: 0.8;
}

.title-img {
	margin-left: 10px;
	margin-right: 10px;
	width: 15%;
    height: auto;
    opacity: 0.9;
}

.icon-img {
	margin-left: 10px;
	margin-right: 20px;
	width: 4%;
    height: auto;
    opacity: 0.8;
}

.text-img {
	margin-right: 10px;
	width: 7%;
    height: auto;
}

.profile-img {
	margin-right: 10px;
}

.list-img {
	margin-right: 10px;
	width: 3%;
    height: auto;
}

.button-img {
	margin-left: 10px;
	margin-right: 20px;
	width: 8%;
    height: auto;
    opacity: 0.8;
}

.button-img:hover {
	cursor: pointer; cursor: hand;
}

.right-img {
	margin-left: 20px;
}

.social-img {
	margin-bottom: 5px;
}

.button {
	margin-top: 50px;
	border-radius: 40px;
    border: 1px solid rgba(103, 104, 88, .15);
    padding: 1px;
}

.button:hover {
	cursor: pointer; cursor: hand;	
}

.title-description {
	line-height: 200%;
}

.text-modal:hover {
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

.list-item {
	margin-bottom: 10px;
}

.modal-title {
	margin-top: 10px;
}