﻿body {
    /*background-image: -webkit-radial-gradient(circle, white, silver) !important;*/
}

header { 
}

    header > div {
        background-color: #d9d9d9;
    }

    header a {
        font-weight: 500 !important;
        color: #343950;
        padding-right:20px !important;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
    }

    header  .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0,1);       
    }

    header .active .nav-link{
        font-weight: bold !important;
    }

    @media (min-width: 990px) and (max-width: 1015px) {
        .nav-link{ 
            padding-left: 0 !important;
        }
    }

    @media (min-width: 1135px) {
        header  .navbar-light .navbar-nav .nav-link {
            font-size: 20px;
        }
    }

    @media (min-width: 1350px) {
        header  .navbar-light .navbar-nav .nav-link {
          font-size: 26px;
        }
    }

    @media (max-width: 990px) {
        header  .navbar-light .navbar-nav .nav-link {
            font-size: 26px;
        }
    } 

    @media (max-width: 450px) {
       .navbar-brand img {
            height:40px !important;
        }
    } 

    @media (max-width: 330px) {
        .navbar-brand img {
             height:30px !important;
         }
     } 
    
    
.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a {
        color: #999;
        transition: ease-in-out color .15s;
    }

        .site-header a:hover {
            color: #fff;
            text-decoration: none;
        }

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

    .product-device::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(255, 255, 255, .1);
        border-radius: 5px;
    }

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}