.bioimg {
	padding: 50px;

}

.right {
	float: right;
}

.imgright {
	float: right;
	margin: 25px 15px 15px 50px;
}

.exhibits li {
	list-style: none;
}

.padding-top {
    padding-top: 5px;
}

.padding-bottom {
    padding-bottom: 5px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #343A40;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}

input[type=submit]:hover {
    background-color: #343A40;
}

.name {
    font-family: 'La Belle Aurore', cursive;
    font-size: 32px;
    
}

.name1 a {
    font-weight: bold;
}


#instafeed {
  width: 100%;  
}

#instafeed img {
    height: 200px;
    width: 200px;
    padding: 5px;
    border-radius: 50%;
    margin-right: .5rem;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
}

