
html, body{
    font-size: 16px;
    overflow-x: hidden;
}

img{
    pointer-events: none;
}

code{
    color:#fff !important;
    padding:15px !important;
}

em{
    color:white !important;
}

#logo{
    position: relative;
    top: 10px;
}
#menu{
    position: absolute;
    right:30px;
}
#menu a:hover{
    color:#3ca050;
}

#searchLink{
    position: absolute;
    font-weight:bold;
    left:280px;
    color:white;
}
#searchLink:hover{
    text-decoration: none;
    color:white;
}

@-webkit-keyframes breathing {0% {-webkit-transform: scale(0.9); transform: scale(0.9);}25% {-webkit-transform: scale(1); transform: scale(1);}60% {-webkit-transform: scale(0.9); transform: scale(0.9);}100% {-webkit-transform: scale(0.9); transform: scale(0.9);}}
@keyframes breathing {0% {-webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9);}25% {-webkit-transform: scale(1);-ms-transform: scale(1); transform: scale(1);}60% {-webkit-transform: scale(0.9);-ms-transform: scale(0.9); transform: scale(0.9);}100% {-webkit-transform: scale(0.9);-ms-transform: scale(0.9); transform: scale(0.9);}}
.breathe{
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
}

/* Animate slowly downward and back up again in a breathing motion*/
.breathDown {
    animation: breathing 3.5s ease-in-out infinite;
    transform-origin: center;
  }
  
  @keyframes breathing {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }

hr{
    margin:0px;
    border:0px;
    border-bottom:1px solid rgba(255,255,255,0.3);
}

.down.uk-icon-button {
    width: 60px;
    height: 60px;
}
.down.uk-icon-button{
    cursor: pointer;
}

.no-right-border{
    border-right:0px !important;
}
.no-left-border{
    border-left:0px !important;
}

.left{
    display:block;
    border-left:1px solid rgba(255,255,255,0.08);
    margin-left:5px;
    padding-left:10px;
    margin-top:5px;
}

.uk-heading-medium{
    font-size: 35.36px;
    line-height: 1.4;
}

/* Media queries for desktop only like ui-kit */
@media (min-width: 960px) {
    .uk-heading-medium{
        font-size: 4rem;
    }
}

.blue{
    background-color:#3ca050;
}
.blue:hover{
    background-color:#277d38;
}

/* Search */
.search-wrapper .segment{
    padding:0;
    margin:0;
	background-color:#efeeed;
	position: absolute;
	z-index:998;
}
.search-wrapper .uk-list li{
    padding: 0px; margin:0px;
    padding: 10px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.search-wrapper .uk-list a{
    font-size: 1.2rem;
    color:white;
}
.search-wrapper .uk-list .is-active{
    background-color: #3ca050;
}
.search-wrapper .uk-list .is-active a{
    color:white !important;
}

.gv-label{
    border:1px solid rgba(255,255,255,.1);
    font-size: 0.7rem;
    padding:2px 5px 2px 5px;
    margin-right: 5px;
    border-radius: 6px;
}

.uk-badge{
   background-color: #1fa98d !important;
   font-size: 0.9rem;
   margin-right:12px;
   margin-bottom:12px;
   padding:16px;
}

.dark{
    background-color:#222;
    color:white !important;
}

.uk-breadcrumb li a{
    color:white;
    border-radius: 8px;
    padding:5px;
    border:1px solid white;
}

.uk-breadcrumb li.active a{
    color: yellow !important;
    border-radius: 8px;
    padding:5px;
    border:1px solid white;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "‣";
    font-size:22px;
    margin: 0 15px 0 calc(15px - 4px);
    color:white;
    position: relative;
    top:2px;
  }

.min-width{
    width:476px;
}

.tag{
    display:block;
    position: relative;
    width:200px;
    height:200px;
    background-color:var(--soft);
}
.tag:hover{
    text-decoration:none;
}
.tag div{
    position: absolute;
    top:0px;
    left:0px;
}
.tag span{
    display:block;
    position: relative;
    top:5px;
    left:0px;
    text-align: left;
    padding: 8px 8px 8px 10px;
    background-color: rgba(0,0,0,.86);
    width: 85%;
    margin-top: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
@media (max-width: 639px) {
    .tag{
        width:105px;
        height:105px;
    }
    .tag span{
        font-size: 13px;
        line-height:normal;
    }
    .uk-float-right.advert{
        float:none;
    }
}

.checkList{
    list-style: none;
    padding:0px;
    margin:0px;
}
.checkList li::before{
    content: '✓ '
}

.uk-text-lead{
    font-size:26px;
}

.f18{
    font-size:18px;
}

.profile{
    border-radius:50%;
    border:4px solid white;
    height:200px;
    width:200px;
}

.uk-background-muted{
    background-color:#004d3d;
}

.uk-list li{
    border-bottom:1px solid rgba(255,255,255,.1);
}

#footer, #footer a{
    font-size:14px;
    color:rgba(255,255,255,.5);
}