/*
Theme Name: Candy Blue
Theme URI: http://www.nucleares.unam.mx/DPA2021
Description: Custom design for UNAM's Institute of Nuclear Sciences Open Doors Event
Version: 1.0
Graphic Design Author: Aline Guevara
*/

html {
    background-color: #1c2529;
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.navbar.is-dark { background-color: transparent; font-size: 1em; color: #fff !important; }
.navbar { height: 80px; width: 100%;}
.has-background-warning { background-color: #CAD84A !important; }
.has-background-primary { background-color: #7298A8 !important; }
.has-background-white { background-color: #EDEEE7 !important; }

.title { font-family: 'Red Hat Display', sans-serif; color: #666666; }
.subtitle { font-family: 'Red Hat Display', sans-serif; color: #026193; }
.subtitle2 { font-family: 'Red Hat Display', sans-serif; color: #02416D; font-weight: 500; }
.footer { background-color: #7298A8; }
.logos_footer { width: 26%; }
.researcher { width: 100%;}
.poster { width: 100%;}
.row_yellow { background-color: #CAD84A; }

a { 
    color: #a6b337 !important; }
    
a:hover {
    color: #5e8191 !important;}

