/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17-sept.-2019, 8:43:22
    Author     : renaud
*/

@font-face {
  font-family: "Avenir Next";
  src: url("/assets/fonts/Avenir-Next-Font.ttf") format("truetype"); 
  } 

body {
    background-color: transparent;
    /*background-image: url("/assets/img/pccom-bg-1.png");
    background-repeat: no-repeat;
    background-position: bottom 0px right 0px;
    background-attachment: fixed;*/
    
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Avenir Next';
    /*font-family: Poppins;*/
}

.splin {
    color: #333;
}

.splin .menu-text {
    font-size: 14px;
}
.splin .menu-section .menu-text {
    font-weight: 900;
}

.splin h1 {
    color: #555555;
}

.splin h2 {
    color: #7f0e12;
}

.splin .viewstat {
    font-size: 14px;
}

.splin a {
    color: #337ab7;
}

.splin a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.text-splin-darkblue {
    color: #0f2d47;
}

.text-splin-lightblue {
    color: #2fa9e1;
}

.btn-splin {
    border-radius: 2rem;
    font-size: 20px;
    color: green;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top50 { margin-top:50px; }