/*
Theme Name: Construction theme
Theme URI: http://construction.wiseowlthemes.co.uk
Description: This theme is developed on Material Design for Bootstrap 4 with construction firms in mind
Version: 1.7
Author: Wiseowl Themes
Author URI: http://www.wiseowlthemes.co.uk
*/
        main {
          padding-top: 5rem;
          padding-bottom: 2rem;
        }
        html,
        body {
            height: 100%;
        }
        /* Navigation*/

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

        .navbar a, a:focus, a:hover {
            color: white!important;
        }
		
       .info-color-dark {
           background-color: #3f919a!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;
        }

        .btn-outline-primary {
           border: 2px solid #31939c;
           color: #31939c!important;
           background-color: transparent;
       }

        .btn-outline-primary a {
           border: 2px solid #31939c;
           color: #31939c!important;
           background-color: transparent;
       }

      .post-wrapper a, a:focus, a:hover{
           color:#31939c!important;
      }

       footer.page-footer a, a:focus, a:hover {
            color: white!important;
        }