footer{
	flex:0 0 auto;
	text-align: center;
	background-color: var(--brand);
	}

.foot_top{
	display:flex;
	margin:0 auto;
	width:230px;
	padding:32px 0 12px 0;
	}
	
.foot_icon{
	display: inline-block;
	width:40px;
	height:40px;
	background-image: url(../svg/wtcbug-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
	}
	
.foot_name{
	display: inline-block;
	color:var(--white);
	line-height: 40px;
	height:40px;
	margin-left: 12px;
	font-size: 28px;
	font-weight: 300;
	}
.foot_name b{
	font-weight: 700;
	}
.foot_name:hover{
	text-decoration: none;
	}


.foot_btn{
	display:inline-block;
	height:36px;
	line-height: 42px;
	color:var(--white);
	text-align: center;
	transition: .2s;
	font-size: 21px;
	padding: 0 8px;
	}
	
.foot_btn:hover{
	text-decoration: underline;
	}


.foot_bottom{
	text-align: center;
	color:var(--white);
	font-size: 14px;
	padding:40px 0 44px 0;
	}
	