/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


.tm-background {
  position: absolute;
  height: 140vh;
  width: 100%;
}

.tm-background:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #244062 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, #244062 100%);
}

.tm-wrapper {
  background: #244062;
  padding-bottom: 50px;
}

.tm-footer {
  color: #626a72;
  background-color: #182B41;
}
.tm-footer a {
  color: #969da4;
}
.tm-footer a:hover,
.tm-footer a:focus {
  color: #969da4;
}

[class*='uk-panel-box-'].tm-panel-icon {
   padding: 40px 10px 4px;
}

.uk-text-center {
  text-align: left !important;

h2,
.uk-h2 {
  font-size: 28px;
  line-height: 33px;
text-shadow: 1px 1px #000000;
}

.uk-panel-box-secondary {
  background-color: rgba(226, 237, 241, 0.86);
  color: #2d4951;
  padding: 30px;
  border: 15px solid (226, 237, 241, 0.83);
  box-shadow: inset 0 0 0 1px #5E7880;
}

h1,
.uk-h1 {
  font-size: 30px;
  line-height: 40px;
}


