/*
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 : 10 feb. 2020, 17:39:18
    Author     : etrejo
*/

body{
    color: #0C3C60;
}

.btn , .btn-primary{
    color: #0C3C60;
    background-color: #eeeeee;
    border-color: black;

}

.btn:hover{
    color: #0C3C60;
    background-color: #ffffff;
}

a, a:hover{
    color: #0C3C60;
}

textarea{
    resize: none;
}

.carousel-inner {
    height: 50%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}