#buttons{
	margin: auto;
	min-width: 200px;
}

.link_set{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    width:100%;
    justify-content: center;
    /*display: table;*/
    /*margin: auto;*/
    align-items: stretch;
}

.home_button{
    padding: 1em;
    margin: 1em;
    border: 2px solid rgba(209,180,115,0.05);
    text-align: center;
    transition: 250ms;
    background-color: #3476b3;
    font-size: 18px;
    min-width: 150px;
    border-radius: 5px;
    cursor: pointer;
}

.home_button:hover{
    background-color:#d75e02;
}

.home_links a{
	font-size: large;
}


#welcome{
	margin: auto;
	text-transform: capitalize;
	text-align: center;
}
