/*
Theme Name: Food Slam (2020)
Theme URI: http://marcus247.com
Description: Holiday 2020 site.
Version: 6
Author: Marcus Brown
Authur URI: http://marcus247.com
*/

@import url('css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;900&display=swap' rel='stylesheet' type='text/css');
@import url('css/font-awesome.min.css');

html, body {
	background: rgba(115,157,179,.2);
	color: rgba(48,48,48,1);
	font-family: 'Lato', sans-serif;
	font-size: 113%;
	height: 100%;
}

a {
	color: #760417;
}

.footer {
	background-color: rgba(255,255,255,1);
	padding-top: 55px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
}

.header {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.icon-social {
	color: #303030;
	font-size: 144%;
	letter-spacing; 21px;
}

.logo {
	width: 34%;
}

.social-box {
	color: #303030;
	text-align: right;
}
