/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

  color: #1E7BA1;
}

article{
      display:block;
    border: 1px solid white;
    padding: 24px 34px 24px 44px;
    border-radius:14px;
    margin-bottom:60px;
    background-color: rgba(255,255,255,0.5);;
}

.st{ 
line-height:20px;
font-size:9px;
  text-align:right;
}

.tm-headerbar{
  margin:10px 0 10px 0;
}

.tm-navbar{
  margin-top:10px;
}

html {
     background: url('../images/sky.jpg') no-repeat fixed top center / cover #F6EED4;
 }

body, h1, h2, h3 {
  font-family: Arial !important;
}

/*footer .uk-panel:last-of-type{
 display:none;
 }
*/