/*
Theme Name: TehSetup
Theme URI: http://bootwp.com/
Author: Ion Burdianov
Author URI: http://ionburdianov.com/
Description: Bootstrap 3 WordPress Theme
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: tehsetup
*/

body {
	background-color: #00acc1;
	font-family: 'Roboto', sans-serif;
}
header {
	color: #fff;
	text-align: center;
}
figure {
	text-align: center;
	padding: 80px 0 30px;
}
figure img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 229px;
	height: 229px;
}
header h1 {
	font-size: 70px;
	font-weight: bold;
}
header p {
	font-size: 33px;
	font-weight: 100;
}
footer {
	text-align: center;
	font-size: 12px;
	color: #00acc1;
}
.footer-center {
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	padding: 15px 10px;
}