.body {

	color: #663300;
    background-color: #F5DE8D;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;

}

.Logo {
    width: 300px;
    height: 192px;
    border: 0;
    }


.subline {

	font-size: 1.5em;
	font-weight: bold;
}

.wundfHeading {

	font-size: 1.5em;
	font-weight: bold;

}

.wundfHeading-sm {

	font-size: 1em;
	font-weight: bold;

}

.wundfLinks {

	font-weight: bold;
	color: #663300;
}

.wundfDrawer {

	background-color: #F5DE8D;

}

.wundfCard {

	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

	background-color: #F5DE8D;
	
}

.wundfBtnLink {
    font-weight: bold;
    color: #663300;
    background-color: transparent;
}

.wundfBtn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    outline:0;

}

.wundfBtn:focus {outline:0;}

.wundfSmallText {
	font-size: 0.8rem;
}