/*
Theme Name:  EUROPEA International child theme. Child for EUROPEA Base Theme.
Theme URI:  https://europea.org
Description:  This theme is specific for EUROPEA International.
Author:  Rasmus Morrison
Author URI:  https://rasmusmorrison.com/
Template:  EUROPEA-Base-Theme
Version:  1.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html                 
*/

a:hover{
  color: #58c785;
}

.events-archive a:hover,
.events-single a:hover{
  color: #675aa3;
}
.europea-header{
  background-color: #58c785;
}

/* NAVIGATION */
.main-navigation-horizontal a:nth-child(1):hover{
  background-color: #e4242f !important;
  color: #fff !important;
}
.main-navigation-horizontal a:nth-child(2):hover{
  background-color: #f2dc3c !important;
  color: #fff !important;
}
.main-navigation-horizontal a:nth-child(3):hover{
  background-color: #58c785 !important;
  color: #fff !important;
}
.main-navigation-horizontal a:nth-child(4):hover{
  background-color: #1aa6cf !important;
  color: #fff !important;
}
.main-navigation-horizontal a:nth-child(5):hover{
  background-color: #675aa3 !important;
  color: #fff !important;
}
.main-navigation-horizontal.fixed.top{
  border-top: 3px solid #58c785;
}

/* ALL STYLES SPECIFIC FOR ARTICLES */
.home .articles .page-header{
  background-color: rgba(88, 199, 133, 1);
  color: #fff;
}
.header-container.articles{
  border-bottom-color: rgba(88, 199, 133, 1);
}
/* ALL STYLES SPECIFIC FOR PROJECTS */
.home .projects .page-header{
  background-color: #f2dc3c;
  color: #fff;
}
.header-container.projects{
  border-bottom-color: #f2dc3c;
}