﻿@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/google/GoogleSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/google/GoogleSans-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Google";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/google/GoogleSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'interregular';
    src: url('../fonts/inter/inter-webfont.woff2') format('woff2'), url('../fonts/inter/inter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'interregular', sans-serif;
    font-weight: 100;
}

body {
    font-family: 'Inter';
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    background-color: #ededed;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e4e4e4;
}

.navbar-inverse {
    background-color: #02182a;
    border-color: #02182a;
}

nav#mainheader li a {
    color: #fff;
}

nav#mainheader {
    border-bottom: 1px solid #f04906;
}

#cookie-bar {
    position: fixed;
    text-align: center;
    height: 67px;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding-top: 15px;
    margin-bottom: 0px;
    background: #ff5722;
}


canvas.particles-js-canvas-el {
    
    margin-top: -500px;
}

.padded {
    padding-bottom: 100px;
    padding-top: 15px;
}

.navbar-secondary {
    margin: 0;
    border: 0;
    border-radius: 0;
    z-index: 1;
    background: #ef4806;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

footer {
    position: absolute;
    
    margin: auto;
    width: 100%;
}

.btn {
    border-radius: 10px;
    line-height: 2;
}

.bg-danger {
    background-color: #ef4806 !important;
    color: white;
}

.compare li {
    min-height: 77px;
}

.badge {
    font-weight: 300;
}

.btn-primary, .dropdown-toggle.btn-primary {
    background-color: #ef4806;
    
}

.btn-primary:hover, .dropdown-toggle.btn-primary:hover {
    background-color: #b13200;
}


.bg-header {
    padding-left: 5%;
    background-size: 39vw;
    background-image: url('../img/layout/iperius_remote_header_website.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media screen and (max-width:1350px) {
    .inner-page .header-title .lead p, .inner-page .header-title .lead {
        font-size: 18px;
    }

    .bg-header {
        padding-left: 5%;
        background-size: 39vw;
        background-image: url('../img/layout/Shared-list-of-computers-and-contacts.png');
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media screen and (max-width:900px) {
    .inner-page .header-title .lead p, .inner-page .header-title .lead {
        font-size: 18px;
    }

    .bg-header {
        padding-top: 20%;
        background-size: 39vw;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}