/*
Theme Name: GEKO Plastering theme
Theme URI: http://knockoutplastering.wiseowlthemes.co.uk
Description: This theme is developed on Material Design for Bootstrap 4 with driving firms in mind
Version: 1.8
Author: Wiseowl Themes
Author URI: http://www.wiseowlthemes.co.uk/home/
*/
        main {
          padding-top: 5rem;
          padding-bottom: 2rem;
        }
        html,
        body {
            height: 100%;
        }
		
		a {
			color: #4a505d;
			cursor: pointer;
		}
        
		
        /* Navigation*/


        .navbar-transparent:not(.top-nav-collapse) {
            background-color: transparent!important;
        }


        .scrolling-navbar {
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }
        /* Carousel*/

        .carousel {
            height: 70%;
        }

        @media (max-width: 776px) {
            .carousel {
                height: 100%;
            }
        }

        .carousel-item,
        .active {
            height: 100%;
        }

        .carousel-inner {
            height: 100%;
        }

        /*Caption*/

        .flex-center {
            color: #fff;
        }
		
		