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

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

.tm-navbar > .uk-visible-large > .uk-navbar-brand.uk-float-left {  
float: none;  
display: table;  
height: auto;  
margin: 0 auto;  
padding-top: 20px;  
}  

.tm-navbar > .uk-visible-large > div.uk-float-left {  
float: none;  
display: table;  
margin: 0 auto;  
}

.custom-logo a img {
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 768px) { 
.custom-logo {
  display: none;
}
}

.tm-page {    
background: url(https://makeeailana.com/images/aqua_pattern.jpg) repeat; 
}

.uk-navbar-nav > li > a::after { bottom: 14px; }

h1.uk-article-title {color: #00566f;}

.modal-body{
max-height:none!important;
height: 800px;
}

.modal-body iframe{
height: 100%!important;
}
