/*
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 : 8 lip 2020, 20:38:31
    Author     : akrawczyk
*/
body{
    font-family: "Ubuntu", "Uni sans", "Helvetica Neue", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Segoe UI", Arial, sans-serif;

}

.grey{
	color:grey !important;
}
.container-fluid{
    padding-top:5vw;
}
.navbar-light .navbar-toggler {
    color: #97BF0D;
    border-color: transparent;
}

a:hover{
    text-decoration: none;
}
a.white:hover{
    color: #97BF0D;

}
.card-text{
    padding: 20px;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #97BF0D;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
    color: white;
}

.btn-primary:hover{
    color: white;
    opacity:0.9;
}


.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #97BF0D !important;
    border-color: #97BF0D !important;
    color: white;
}

.btn-success:hover{
    color: white;
    opacity:0.9;
}

.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:visited {
    background-color: #97BF0D !important;
    border-color: #97BF0D !important;
    color: white;
}

.btn-outline-success:hover{
    color: white;
    opacity:0.9;
}

.jumbotron{
    background-color:transparent;
    background:none;
}
body{
    background-image: url("../img/merida-sygnet.svg");
    background-position: calc(100vw - 50vw);
    background-repeat: no-repeat;
    background-attachment:fixed ;
    background-size: cover;
    height:100vh;

}



