﻿@charset "utf-8";

html, body {
	min-height: 100vh;
}

body {
	position: relative;
	padding-bottom: 110px;
}

#welcome-header {
	background-image: url('../img/people-woman-coffee-meeting.jpg');
	background-size: cover;
}

#home {
	background-color: #FFF;
}

.jumbotron {
	background-color: #EEE;
	background-color: rgba(238, 238, 238, 0.9);
}

footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}

/** Tags **/
.tag-item {
	display: inline-block;
}

/** Project Item Style **/
.project-item {
	width: 390px;
	height: 310px;
}

.project-item-body {
	height: 227px;
	margin: 0;
	padding: 0;
}

.project-item-footer {
	height: 70px !important;
}

.project-item-image {
	border-radius: 3px 3px 0 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/** General Style settings */
.relative {
	position: relative;
}

.pull-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}

.m-5-left {
	margin-left: 5px;
}

.m-10-left {
	margin-left: 10px;
}

.btn-primary {
	background-color: #066E91;
}

.btn-primary:active:hover, .btn-primary.active:hover {
	background-color: #034155;
}

.btn-primary:hover {
	background-color: #68B8D3;
}

.label-primary {
	background-color: #68B8D3;
}

.brand-icon {
	margin: -10px 10px -10px 0px;
	height: 70px;
}

.btn-report, .btn-report:hover {
	color: red !important;
	text-decoration: none
}

.btn-report:focus, .btn-report:active, .btn-report:active:focus {
	outline: none !important;
	box-shadow: none;
	text-decoration: blink;
}

.label-large {
	vertical-align: super;
	font-size: large;
}