/* project = factory */

/* project-module css */

body {
	font-family: Tahoma, sans-serif;
}

div.clear {
	clear: both;
}
/* page = home */
/* vue component: alerts */

/* alerts component style */
div.alerts {
  overflow: auto;
  position: fixed;
  z-index: 1032;
  top: 20px;
  right: 20px;
  width: 50%;
}
div.alert {
  float: right;
  clear: right;
  width: 100%;
  font-weight: bold;
}
/* vue component: auth3 */

.auth {
	position: absolute;
	width: 30em;
	z-index: 2;
	overflow: auto;
	padding: 1em;
	border-radius: 5px;
	background-color: #aaaaaa;
}

.auth input.field {
	margin: 0.5em;
	width: 18em;
}

.auth button, input.post {
	float: right;
	margin: 0.5em;
	padding: 0.5em 2em;
	border-radius: 5px;
}

.auth button:hover, input.post:hover {
	background-color: #8080a0;
}

div.post {
  padding: 2em;
  padding-top: 0;
}

div.block: {
  display: table;
  width: 100%;
}

.auth form label {
  display: block;
  width: 14em;
}
/* vue component: contact2 */

.contact_right {
  float: right;
  display: flex;
  flex-direction: column;
}
.contact_info {
  float: right;
  clear: right;
  background-color: #A7BD5A;
  margin-bottom: 1em;
  padding: 1em;
  flex: 1;
}
.contact_info div {
  float: left;
  clear: left;
  width: 12em;
}
form button {
  clear: right;
  flex: 1;
}

a.social {
  width: 36px;
  height: 36px;
  padding: 6px;
  display: block;
  border-radius: 9999px;
  float: right;
  margin-left: 6px;
}

a.instagram {
  background-color: #f00075;
  color: #fff;
}

a.facebook {
  background-color: #1778f2;
  color: #fff;
}

div.contact {
  box-sizing: border-box;
}

form#contact {
	overflow: auto;
	padding: 1em;
	border-radius: 5px;
	background-color: #c2c8b2;
  margin: 1em;
}

form#contact button {
	float: right;
	padding: 0.5em 2em;
	border-radius: 5px;
	width: 100%;
}
form#contact button:hover {
	background-color: #8080a0;
}

form#contact div.social {
  clear: right;
  float: right;
  margin-right: 0.5em;
}

form#contact label {
	display: block;
	width: 1em;
}
form#contact input, form#contact textarea {
	margin: 0.5em;
}
form#contact input {
	width: 30em;
}
form#contact textarea {
	width: 50em;
	padding: 10px;
}
/* vue component: emit-html */
/* vue component: field */

div.block input {
  margin-top: 5px;
  width: 40%;
}
/* vue component: topic */

div.topic {
  float: left;
  width: 29.3%;
  margin: 2%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.topic img {
  width: 70%;
  flex: 1;
}

h2 {
  text-align: center;
}

div.alert {
    box-sizing: border-box;
}
div.alert button {
    float: right;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}


[v-cloak] { display: none; }

button {
	font-size: larger;
}

.admin {
	position: absolute;
	right: 8px;
}
#app button {
	color: #333;
	background-color: #c2ea80;
	border: none;
	border-radius: 7px;
	padding: 10px 30px;
	font-weight: bold;
}
#app button:hover {
	background-color: #c2ea80;
}

button.login {
	position: absolute;
	top: 10px;
	right: 10px;
}
div.navbar {
	margin: auto;
	display: flex;
	width: 20%;
}
div.navbar button {
	margin: 10px;
	flex: 1;
}

h1.center {
	text-align: center;
}

div.contact {
	width: 60em;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

div.contact span {
	font-size: 150%;
}

.contact_right {
	margin-right: 3em;
}

form#contact {
	background-color: #ccc;
	width: 100%;
}

div.auth {
	top: 8px;
	right: 8px;
}

div.topics {
	overflow: auto;
}

/* banner */

svg {
	width: 100%;
}

@font-face {
	font-family: 'facit';
	src: url('/fonts/Facit-Regular.otf'); format('opentype');
}

svg text {
	font-family: 'facit';
	dominant-baseline: middle;
	text-anchor: middle;
	fill: white;
	stroke: white;
	stroke-width: 0px;
}
svg tspan.cap {
	font-size: 52.5%;
}
svg tspan.main {
	font-size: 50%;
}
svg tspan.icon {
	font-size: 43.5%;
}
svg tspan.desc {
	font-size: 9%;
}

