@charset "UTF-8";
/* CSS Document */

body, html {
    /*font-size: 1vw;*/
    background: white;
    text-align: center;
    width: 100%;
    padding-bottom: 100px;
    margin-left:0;
    margin-right:0;
    height: 100%;
    font-family: "Raleway-Bold", Raleway-ExtraBold, source-sans-pro, sans-serif;
}

.es_en_switcher {
    margin-left: 15px;
    margin-top: 10px;
    text-align: left;
    cursor: pointer;
}
.es_en_switcher:hover {
    text-decoration: underline;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vw;
  /*font-size: 5vw;*/
}

#about-image {
	background-image: url("../images/about-epi-cal/about-epi-cal-banner.jpeg");
    background-position:top center;
}
#parallax-contact {
    background-image:url("../images/contact/contact.jpeg");
    background-position:right center;
}
#parallax-events {
    background-image: url("../images/events/events.jpeg");
}
#parallax-join {
    background-image:url("../images/join/join.jpeg");
    background-position:bottom center;
}
#parallax-about-us {
    background-image:url("../images/about-us/about-us.jpeg");
}
#parallax-index {
    background-image:url("../images/main.jpeg");
}
#parallax-results {
    background-image:url("../images/results/results-banner.jpeg");
      background-position:bottom center;
}
#parallax-resources {
    background-image:url("../images/resources-banner.jpeg");
    background-position: center;
}
#parallax-participants {
    background-image:url("../images/participants.jpeg");
    background-position: top center;
}


.jumbotron {
    background-image: url("../images/main.jpeg");
    height: 45vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 4em;
    width:100%;
}
h1, h2, h3, h4, h5, .lead {
    text-align: center;
    font-weight: 700;
    font-family:source-sans-pro, sans-serif;
}
h1 {
    text-transform: uppercase;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
    letter-spacing: .5em;
    /*font-size: 8.5vw;*/
    padding:auto;
    font-weight: 700;
    font-family:source-sans-pro, sans-serif;
}
h2 {
    padding: 1em;
    /*font-size: 4rem;*/
}
h3 {
    position: relative;
    /*font-size: 3.5rem;*/
    font-weight: 700;
    font-style: normal;
    color: #000000;
    padding-top: 10vh;
    float: none;
    line-height: 4em;
}
h4 {
    /*font-size: 3rem;*/
}
h5 {
    /*font-size: 2.5rem;*/
}
h6 {
    font-family:source-sans-pro, sans-serif;
	/*font-size: 2rem;*/
}
p {
    padding-bottom: 2em;
    font-size: 1rem;
    font: normal;
    font-family: source-sans-pro, sans-serif;
}
ul li {
    color: #000000;
    font-family: source-sans-pro, sans-serif;
    font-weight: 200;
    font-size: 1rem;
    white-space: inherit;
    text-align: justify;
}
.list-small {
	font-size: 1.5em;
	text-align: left;
}
.lead {
    color: white;
    padding-bottom: 1em;
    letter-spacing: .1em;
    font-size: 2em;
}
#event-1, #event-2, #event-3, p {
    font-size: 1em;
    font-family:source-sans-pro, sans-serif;
    text-align: left;
}
#event-2 img {
    width: 50%;
    height: auto;
    align-items: center;
}
.col-12 p {
    text-align: center;
    /*font-size: 2vw;*/
}
.col-6 {
    margin: 0;
    padding: 0;
    background-size: contain;
    max-height: 500px;
}
.col-6 img {
    background-size: contain;
    max-height: 500px;
    height: 500px;
}
.col-info-gray {
    background-color: rgba(149,149,149,0.2);
    vertical-align: left;
    width: 100%;
    padding:2em;
    margin-top: 1em;
    height: auto;
    border-radius:15px;
    min-width: auto;
    min-height: 10em;
    color: black;
}
.col-info-blue {
    background-color: #2e71f2;
    vertical-align: middle;
    width: 100%;
    padding:2em;
    margin-top: 1em;
    height: auto;
    border-radius:15px;
		min-width: auto;
	min-height: 10em;
	color:black;
}
.col-info-lblue {
    background-color: #B9DBF4;
    vertical-align: middle;
    width: 100%;
   padding:2em;
    margin-top: 1em;
    height: auto;
    border-radius:15px;
		min-width: auto;
	min-height: 10em;
	color:black;
}
#about-us-info {
    height:100px;
}

#hero-img {
    height: 500px;
    background-repeat:no-repeat;
    background-size:cover;
}

.epi-cal-logo {
    position: relative;
    display: block;
    float: left;
    height: auto;
    color: rgba(46,113,242,1.00);
    min-width: 10vw;
    opacity: 1;
    width: 10vw;
    background-color: rgba(255,255,255,1.00);
    min-height: auto;
}



.navbar-light .navbar-brand {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-toggler {
    color: rgba(46,113,242,1.00);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 5em;
    height: 5em;
    min-width: 5em;
    min-height: 5em;
}

.navbar-light .navbar-text {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-text a {
  color: rgba(46,113,242,1.00);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(46,113,242,1.00);
}


.nav-link, .nav-item, .dropdown-toggle, .dropdown, .dropdown-item, .dropdown-menu {
    list-style-type: none;
  margin: 0;
    float: right;
  color: #2E71F2;
    padding-left: 2em;
}
#dropdown-item {
    list-style-type: none;
    margin: 0;
    float: right;
    color: #2E71F2;
    padding-left: 2em;
    text-align: right;
}
.nav-link .dropdown-toggle, .nav-item ul li {
    display: block;
    margin-bottom: 0;
    margin-left: 2em;
    text-align: right;
    color: #2E71F2;
    float: right;
}
.nav-link .dropdown-toggle, .nav-item ul li a {
    font-size: 12px;
    font-weight: 700;
    color: #2e71f2;
    padding-bottom: .5em;
    text-decoration: none;
    letter-spacing: .15em;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-align: right;
}
.nav-link, .nav-item ul li a:hover {
  outline: none;
  border-bottom: 1px solid white;
	text-decoration: overline;
	text-decoration-color: #2e71f2;
	text-decoration-style: solid;
}
.nav-link, .nav-item a {
  font-size: 12px;
	font-weight: 700;
	color: #2e71f2;
  padding-bottom: .5em;
  text-decoration: none;
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.nav-link, .nav-item a:hover {
    outline: none;
    border-bottom: 1px solid white;
    text-decoration: overline;
	text-decoration-color: rgba(253, 168, 0, 1);
}
.btn, .btn-primary, .btn-lg {
    width: auto;
    height: auto;
    border-radius: 24px;
    background-color: #2e71f2;
    font-size:1.5em;
    font-family:source-sans-pro, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-decoration: none;
    min-height: auto;
    min-width: auto;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.btn a {
    color: #ffffff;
}

.img-thumbnail {
    width: 15%;
    border: none;
    padding-right:.5em;
}
.img-thumbnail-2 {
    width: 8%;
    border: none;
    padding-right:1em;
}
.img-about-us {
      background-color: #2e71f2;
    vertical-align: middle;
    width: 100%;
    padding: 1em;
	margin-top: 1em;
	height:auto;
	  border-radius: 15px 50px 30px;
}
.img-about-us-2 {
      background-color: #B9DBF4;
    vertical-align: middle;
    width: 100%;
    padding: 1em;
	margin-top: 1em;
	height: auto;
	  border-radius: 15px 50px 30px;
}
.img-about-us-3 {
    background-color: rgba(253, 168, 0, .3);
    vertical-align: middle;
    width: 100%;
    padding: 1em;
	margin-top: 1em;
	height: auto;
	  border-radius: 15px 50px 30px;
}
#footer {
    padding-top: .5em;
    padding-bottom: 0;
    background-color: #2e71f2;
    margin-bottom: 0;
    position: inherit;
    left: 0;
    bottom: 0em;
    width: 100%;
    z-index: 1000;
    height: auto;
}
#footer-info {
    color: white;
font-family:source-sans-pro, sans-serif;
    font-weight: 700;
    text-align: left;
    padding-top: 1em;
    padding-right: 1em;
    font-size: 1em;
}
#footer-cred {
    text-align: left;
    color: white;
    font-size: 1rem;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    padding-top: 5em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

/*Container with Info Overlay*/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #939191;
border-radius: 15px 50px 30px;
    padding: 1em;
	margin-top: 1em;

}

.container:hover .overlay {
  opacity: 1;
}
#about-epi-cal-2 {
    font-size: 2em;
    text-align: justify;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
#about-epi-cal {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    text-align: left;
    font-size: 1.5em;
}
#join-1 {
}
#join-2 {
}

.card-img-top {
    padding-left: 1vw;
    padding-top: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw;
}
.card {
    border: none;
}
p.card-text {
    font-size:1.2em;
}

.btn-sm {
    width: 5vw;
    background-color:transparent;
    color:rgba(46,113,242,1.00);
    border-color:rgba(46,113,242,1.00);
    border-width:2px;
}
.btn:hover {
    color:rgba(253,168,0,1.00);}

.d-block .mx-auto {
    width:100%;
    height:auto;
}
.p {
}
#impact-list {
	font-size: 2rem;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color:rgba(253,168,0,1.00); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.card-title {
	font-size: 1.4rem;
}

.card-text {
	font-size: .5em;
	font-style: normal;
    text-align: center;
}

div.event {
    text-align: left;
    font-size: 1.4rem;
}

figure {
    max-width: 800px;
    margin: 0 auto;
}

figcaption {
    font-size: x-large;
}

.poster-thumbnail {
    width: 800px;
    max-width: 50%;
}
