
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 @media (min-width: 1220px) {
div.uk-container {
    max-width: 100%;
    padding: 0 35px;
}
}

.tm-headerbar {
    margin-top: 5px;
    margin-bottom: 0px;

}
div.logo {
    position: absolute;
    z-index: 999;
    padding-left: 10px;
}
footer#tm-footer {
    margin-top: 45px;
}

.tm-navbar {

    display:none;
}

section#tm-bottom-b {

    margin-top:unset;
}

.uk-button-primary {
    background-color: #0038c9;
    color: #ffffff;
    border: 1px solid white;
}

.uk-button-primary:hover {
    color: black;
    background-color: #ffffff;
}

.uk-button-secondary {
    border: 1px solid #0038c9;
}
.uk-button-secondary:hover {
    border: 1px solid #0038c9;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #0038c9;

}
.uk-icon-button {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: none;
    line-height: 35px;
    color: #0038c9;
    font-size: 18px;
    text-align: center;
}

.uk-icon-button:hover {
      background-color: white;
    color: #0038c9;

}


@media (max-width: 768px) {
div.logo img{
        width: 50%;
    height: 50%;
}  
  }
  
  
  
       @media (max-width: 600px) {
h1.mobile-small {
           display:none;
}  
  }
  
         @media (max-width: 600px) and (min-width: 401px) {
p.mobile-small {
            font-size: 20px!important;
            line-height: 28px!important;
}  
  }
           @media (max-width: 400px) {
p.mobile-small {
            font-size: 16px!important;
            line-height: 22px!important;
}  
  }
  
  
  
    @media (min-width: 601px) {
div.mobile-margin-top {
  margin-top:21%;
  }  
  }
      @media (max-width: 601px) {
div.mobile-margin-top {
  margin-top:7%;
  }  
  }