html, body{
	margin: 0;
	width: 100%;
	height: 100%;
	padding: 0;
    font-family: 'Ubuntu', sans-serif;
}


.banner{
    width: 300px;
    height: 250px;
    overflow: hidden;
    position: relative;
    background-color: #d43134;
}

.banner:hover{
	background-color: #dc474a;
}

.bannerA{
	width: 300px;
    height: 250px;
    display: block;
    text-decoration: none;
}

img{
	display: block;
}
.circle{
    position: absolute;
    height: 170px;
    width: 170px;
    background-color: white;
    border-radius: 50%;
    top: calc(50% - 25px);
    left: 50%;
    margin-top: -85px;
    opacity: 0.6;
    margin-left: -85px;
}

.logobanner{
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 2;
    margin-left: -23px;
}

.uptext {
    position: absolute;
    text-align: center;
    width: 100%;
    top:0;
    padding-top: 88px;
    color: #263264;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
   	text-decoration: none;
}

.bottomtext {
    text-align: center;
    padding-top: 13px;
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
   	text-decoration: none;
}
