﻿/* font */
 
.mc-font-italic {
	font-style: italic;
}

.mc-font-light {
	font-weight: 300;
}

.mc-font-regular {
	font-weight: normal;
}

.mc-font-bold {
	font-weight: bold;
}

.mc-font-extra-bold {
	font-weight: 800;
}

.mc-font-black {
	font-weight: 800;
}

/* main */

* {
  outline: 0;
}

body {
	font-family: 'Proxima Nova';
}

h1, h2, h3, h4 {
	font-weight: 300;
}

a, a *, button {
  transition: all 0.3s ease;
}

a, a:hover, a:active, a:focus {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #f0506e!important;
}

a:hover *, a:active *, a:focus * {
  color: #f0506e!important;
}

/* addon */

.uk-text-default {
  color: #666 !important;
}

.uk-text-white {
  color: #fff !important;
}

a:hover .uk-text-white,
a:active .uk-text-white,
a:focus .uk-text-white {
  color: #fff !important;
}

/* colors */

.uk-background-primary {
  background-color: #b25fa3;
}

.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #b25fa3;
  color: #fff!important;
}

.uk-button-primary {
  background-color: #b25fa3;
}

.uk-text-primary {
  color: #b25fa3!important;
}

.uk-link, a {
  color: #b25fa3;
}

/* text shadow */

.uk-text-shadow {
  text-shadow: 2px 2px 0px rgba(70, 40, 140, .5);
}

.uk-text-white {
  color: #fff !important;
}

/* video */

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); 
  z-index: 1;
}

/* custom */

.mc-square {
  position: relative;
	height: 0;
	padding-bottom: 100%;
}

/* fixes */

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "▪";
}

/* editpage */

#editpage {
  position: fixed; 
  top: 20px;
  right: 20px;
  z-index: 3000;
  padding: 5px 15px;
  background: red;
  color: white;
}
