/***** emodnet SETTINGS 
/* v. 1.0 
**********************************************/


.blue-emodnet{color: #004494; }
.white {color: #fff;}

/* GLOBAL MENU */


/* FOOTER */
.footer-copyright {background: #ffd617;}
.footer {background: #333 ;}


/* Generic layout style */
.box-gray {background: #F4F4F4;}
.box-gray2 {background: #EEEEEE;}
.border-top-bottom {border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}
.background-content {background: #fafafa;}


/* Button settings */
.btn-primary {
    background: #004494;
    appearance: none;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial,sans-serif;
    font-weight: 400;
    font-weight: 600;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: .75rem 1rem;

}
.btn-secondary {background: #ffd617}

.orangebutton {
    background: #ffd617;
    color: #000;
    text-shadow: none;
}
.orangebutton:hover {
    border: 2px solid #000;
    background: #ffd617;
    color: #000;
    padding: calc(.75rem - 2px) calc(1rem - 2px);
}

/* Colour style*/
.grey{color: #555;}
/*----------- Colour style block portals -----------*/
.bathimetry {background: #089cbe;}
.geology{background: #B68C15;} /*00c19b*/
.seabed-habitats{background: #9cc74b;}
.chemistry{background: #FFE000;} /*7cdcfd*/
.biology{background: #64ad95;} /*90b1ef*/
.physics{background: #8aa1b6;}
.human-activities{background: #B74346;}
.data-ingestion-portals{background: #f8b333;}
.coastal-mapping{background: #0068B2;}

