        body, .showTitle > h4, button, a {
            font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
        }

        .showTitle > h4 {
            font-size: 1.4rem;
        }

        @media (min-width: 500px) {
            .showTitle > h4 {
                font-size: 1.5rem;
            }
        }

        /* removing right left margins */
        .container-fluid, .row  {
            padding-right: 0px;
            padding-left: 0px;
            margin-right: 0px;
            margin-left: 0px;
        }

        .container-fluid, #carouselHome {
            width: 100%;
            max-width: 1200px;
            margin-right: auto;
            margin-left: auto;
        }

        .container-fluid {
            max-width: 1920px;
        }

        .min-content {
            height: auto;
            min-height: 100vh;
        }

        #contactInfo p, #contactInfo h6 {
            font-size: 1rem;
        }

        @media (min-width: 500px) {
            #contactInfo p, #contactInfo h6 {
                    font-size: 1.05rem;
                }
        }

        header {
            line-height: 1.3;
        }

        footer {
            border-top: 1px solid #eee;
            font-size: .8rem;
        }
      
        .portfolio-header {
           border-bottom: 1px solid #eaeaea; 
        }
        
        .portfolio-header-logo {
          font-size: 2rem;
        }
      
        .portfolio-header-logo:hover {
            text-decoration: none;
        }

        @media (min-width: 500px) {
            .blog-header-logo {
              font-size: 2.5rem;
            }
        }

        a {
           color: #336699; 
        }
      
        nav a {
            padding: .5rem 0; /* remove BS padding */
            margin: 0 .5rem;  /* for hover bottom borders */
            color: rgba(0,0,0,.8);
            font-size: .85rem;
            border-bottom: 1px solid transparent;
        }
        
        @media (min-width: 500px) {
            nav a {
                font-size: .95rem;
            }
        }
        
        nav a:hover {
            text-decoration: none;
            color: rgba(0,0,0,1);
            border-bottom: 1px solid #000;
        }

        a.currentPage {
            color: rgba(0,0,0,0.8);
            border-bottom: 1px solid rgba(0,0,0,0.8);
        }

        .btn {
            padding-top: 0;
            padding-bottom: .375rem;
            padding-right: .75rem;
            padding-left: .75rem;
            font-size: .8rem;
            border: none;
        }

        .btn:focus {
            box-shadow: none;
        }

        @media (min-width: 500px) {
            .btn {
                font-size: .9rem;
            }
        }

        .overlay {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            transition: .5s ease;
            opacity: 1;
        }
        
        .overlay:hover {
            text-decoration: none;
        }

        @media (min-width: 500px) {
            .overlay {
                opacity: 0;
            }
            
            .overlay:hover {
                opacity: 1;
            }
        }

       .title, .title-scene {
            color: #fff;
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: .4em;
            margin: auto;
            padding: .5rem 0;
            border-bottom: 1px solid #fff;
        }

        .title-scene {
            font-weight: 300;
            border-bottom: none;
        }

        @media (min-width: 500px) {
            .title {
                font-size: 1.05rem;
            }
        }

