/*
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: #8DDCD0;
}

body {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.navbar.is-light { background-color: transparent; font-size: 1.1em; color: #4B4C4C;}
.navbar { height: 80px; width: 100%;}
.has-background-warning { background-color: #FFE800 !important; }
.has-background-primary { background-color: #22BDBE !important; }
.has-background-white { background-color: #F9FFFF !important; }

.title { font-family: 'Bebas Neue', cursive; color: #009BBF; }
.subtitle { font-family: 'Bebas Neue', cursive; color: #22BDBE; }
.subtitle2 { color: #22BDBE; font-weight: bold; }
.footer { background-color: #FFCF00; }
.logos_footer { width: 26%; }
.researcher { width: 60%; }
.poster { width: 100%;}
.row_yellow { background-color: #FFCF00; }



