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

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



 /* Smartphones */

.tm-footer {
background: #342c29;
}

@media (max-width: 480px) { 
 a.tm-logo-small img {
 	max-height: 60px;
 	width:auto;
 }
 .tm-fullscreen-slideshow .uk-heading-large {
    padding: 20px;
    font-size: 27px;
    line-height: 1.2em;
    letter-spacing: 4px;
}
div.formBody {
	max-width: 200px;
}
}
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 
 div.formBody {
	max-width: 300px;
 } 
}
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) { ... }
/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) { ... }
/* Large Display */
@media (min-width: 1200px) { ... }
