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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
     body {  
            word-wrap: normal;  
            -webkit-hyphens: none;  
            -ms-hyphens: none;  
            -moz-hyphens: none;  
            hyphens: none;  
    }  
	

	
	.uk-navbar, .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    
	color: #ffffff;
    text-decoration: none;
    outline: medium none;
}

         /* For mobile views */   
    @media (max-width: 767px) {  

    .uk-navbar {  
        background-color: #52B4DF;  
        background-image: linear-gradient(to bottom, #f5e10a, #f5efab);  
        border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);  
        color: #FFFFFF;  
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);  
    }  
.uk-container {
  background: #060f75;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 20px;
}

