/*
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 : 23-dic-2016, 9:47:13
    Author     : Judit
*/
html,
body {
  height: 100%;
  /*background-color: #ccc;*/
  /*overflow: hidden;*/
  /*text-shadow: 0 .05rem .1rem rgba(0,0,0,.8);*/
  color: #000;
}
a, a:hover{
    color: #EE3224;
}
.text-primary, .lead{
    color: #EE3224 !important;
}

section{
    padding: 1rem 0 !important;
}
footer {
    background-color: #eee;
/*    padding-top: 40px;
    padding-bottom: 40px;*/
}
footer .container{
    margin: 0 auto;
    padding: 2rem 0;
}
footer .row{
    margin: 0 auto;
}
footer h4.lead{
    color: #555;
}

#cover.jumbotron{
    background-image: url("../img/cover_2.jpg");
    background-repeat: no-repeat;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display:none;
}
.btn-outline-primary{
background-color: #EE3224;    
}
@media (min-width: 768px) {

    #cover.jumbotron{
        height: 100%;
    }
#cover.jumbotron h1{
    margin-bottom: 3rem !important;
    margin-top: 1rem !important;
}

.row{
    margin: 4rem auto;    
}
/*.jumbotron .container{
    margin:auto;
    height: 100%;
}*/
/*.container{
    padding: 2rem 0;
}*/
h1{
    margin: 0 auto 3rem auto;
}



}