﻿
body{
	font-family:Arial, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

.navbar-brand img {
    width:30px;
    height:30px;
}

.avatarhome {
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
	border: 1rem solid white;
	margin-bottom: 1rem;
	max-width: 13rem;

}

.thumbnail {
	position: relative;
}

.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

