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

/* UTILITIES */
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	max-width: 1440;
	line-height: 125%;
}
a {
 text-decoration: none;
}
li {
 list-style: none;
}

div.example {
  padding: 20px;
}

@media screen and (max-width: 600px) and (min-width:400px) {
  div.example {
    display: none;
  }
}


div.example_long {
  padding: 10px;
}

@media screen and  (min-width: 600px) {
  div.example_long {
    display: none;
  }
}

.banner {
	margin-top: 4rem;}

/* FORMATTING */

.simposio_content {
		color: #989278;
		line-height: 150%;
		padding: .75rem;
		font-size: 1.2rem;
		text-align: left;
        }

.simposio_content p {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
        }

.simposio_content h1  {
		text-transform: uppercase;
		font-size: 2.25rem;
		font-weight: bold; 
		padding-left: 3.75rem;
        }

.simposio_content h3  {
		font-size: 1.50rem;
		font-weight: bold; 
		padding-left: 3.75rem;

        }

.simposio {
		color: #989278;
		line-height: 125%;
		padding: .75rem;
		font-size: 1.2rem;
		text-align: center;
        }


.simposio h1  {
		font-family: 'Montserrat', sans-serif;			
		color: #AAA5A5;
		text-transform: uppercase;
		padding: 0.50rem;
		font-size: 2.0rem;
		line-height:100%;
		font-weight: bold; 
		text-align: center;
        }

.simposio h2  {
		font-family: 'Montserrat', sans-serif;			
		color: #053D6E;
		text-transform: uppercase;
		padding: 1rem;
		font-size: 2.0rem;
		line-height:100%;
		font-weight: bold; 
		text-align: center;
        }


.simposio h3  {
		font-family: 'Montserrat', sans-serif;			
		color: #AAA5A5;
		text-transform: uppercase;
		padding: 0.50rem;
		font-size: 1rem;
		line-height:150%;
		font-weight: bold; 
		text-align: center;
        }


.simposio a  {
		color: #6699cc;
		text-decoration: none;
		text-transform: uppercase;
		font-size:1.5rem;
		font-weight: bold;
        }

.simposio a:visited  {
	font-weight: lighter;
	color: darkcyan;
        }

.simposio a:hover  {
	text-decoration: underline;
        }


.simposio_index {
		color: #989278;
		line-height: 175%;
		padding: .75rem;
		font-size: 1.50rem;
		text-align: center;
        }

.simposio_index stronger {
	
		font-weight: 800;
		
        }

.simposio_index h1  {
		font-family: 'Montserrat', sans-serif;			
		color: #AAA5A5;
		text-transform: uppercase;
		padding: 0.50rem;
		font-size: 2.25rem;
	line-height: 150%;
		font-weight: bold; 
		text-align: center;
        }

.simposio_index a  {
		color: #6699cc;
		text-decoration: none;
		font-size:1.5rem;
		font-weight: bold;
        }

.simposio_index a:visited  {
	font-weight: lighter;
        }

.simposio_index a:hover  {
	text-decoration: underline;
        }





.small {
	
		color: #939191;
		line-height: 200%;
		padding: 1.8rem;
		font-size: 1.1rem;
		text-align: center;
		
        }

.small a  {
		color: #6699cc;
		text-decoration: none;
		font-size:1.2rem;
	text-transform: none;
        }


.simposio_small {
		color: #626161;
		line-height: 140%;
		margin-left: 3rem;
		padding: 1rem;
		font-size: 1.2rem;
		text-align: left;
        }

.simposio_small p {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		text-align: left;
        }

.simposio_small h1  {
		font-family: 'Montserrat', sans-serif;			
		color: #003366;
		text-transform: uppercase;
		padding: 1.2rem;
		font-size: 2rem;
		font-weight: bold; 
		text-align: center;
			line-height: 140%;
        }

.simposio_small h3  {
		font-family: 'Montserrat', sans-serif;	
		color: #003366;
		padding: 1rem;
		font-size: 1.4rem;
		font-weight: bold; 
		text-align: center;
			line-height: 140%;
        }

.simposio_small a  {
			color: #6699cc;
		text-decoration: none;
		font-size:1.2rem;
	text-transform: none;
        }

.simposio_small a:visited  {
	font-weight: lighter;
        }

.simposio_small a:hover  {
	text-decoration: underline;
        }


.purpleline
{
	border-bottom: 5px solid #333366;
}

 hr {
        position: relative;
        top: 10px;
        border: none;
        height: 12px;
        background: gray;
        margin-bottom: 40px;
    }


img {
    width: 100%;
    height: auto;
    max-width: 100%;
	z-index:1;
}

/* accordion */
.collapsible {
  background-color: #F5F5F5;
  color: #6699CC;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 1.6rem;
}

.active, .collapsible:hover {
  background-color: #A9A9A9;
	color: white;

}

.collapsible:after {
  content: '\002B';
   color: #6699CC;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.content_abstract {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  text-align: left;
	font-size: 1rem;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


/* END accordion */

/*FORMATTING */
.everypage-container
{
	color: #000;
	line-height: 160%;
	margin: 2rem;
}

.everypage-container li
{
	line-height: 230%;
	margin: 0rem, 3rem;
}

.everypage-container a
{
	color: #669999;
	font-weight: bold;
}

.everypage-container p
{
	margin-bottom: 2rem;
	margin-top: 2rem;
}


/*inside accordion */
.collapse-container 
	{
		font-family: 'Montserrat', sans-serif;	
		color: #928F8F;
		line-height: 200%;
		text-align: center;
		text-transform: uppercase;
}

.collapse-container a
	{
		font-family: 'Montserrat', sans-serif;
		color: #928F8F;
		line-height: 160%;
		text-align: center;
		text-transform: uppercase;
}

.collapse-container a:hover
	{
		text-decoration: underline;
}

.collapse-container-header
	{

		margin-bottom: 1rem;
		padding-bottom: 1rem;
}
/*inside accordeon END*/

/* FOOTER */

footer {
	padding: 2em 3em;
	background-color: #DCDADA;
}
.footer-text {
	font-size: 1.2rem;
	margin-bottom: 2em;
	opacity: 75%;
}

/* FOOTER END */

/* NAVBAR STYLING STARTS */
.navbar {
 display: flex;
	font-family: 'Montserrat', sans-serif;
 align-items: center;
 justify-content: space-between;
 padding: 20px;
 background-color: #999966;
 color: #fff;
}
.nav-links a {
 color: #fff;
}
/* LOGO */
.logo {
 font-size: 32px;
	font-family: cursive;

}
/* NAVBAR MENU */
.menu {
 display: flex;
 gap: 1em;
 font-size: 18px;
}
.menu li:hover {
 background-color: #63611e;
 border-radius: 5px;
 transition: 0.3s ease;
}
.menu li {
 padding: 5px 14px;
}
/* DROPDOWN MENU */
.services {
 position: relative; 
}
.dropdown {
 background-color: rgba(99,97,14,1.00);
 padding: 1em 0;
 position: absolute; /*WITH RESPECT TO PARENT*/
 display: none;
 border-radius: 8px;
 top: 35px;
}
.dropdown li + li {
 margin-top: 10px;
}
.dropdown li {
 padding: 0.5em 1em;
 width: 8em;
 text-align: center;
}
.dropdown li:hover {
background-color: #999966;
}
.services:hover .dropdown {
 display: block;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
 display: none;
} 
/*HAMBURGER MENU*/
.hamburger {
 display: none;
 font-size: 24px;
 user-select: none;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
.menu { 
 display:none;
 position: absolute;
 background-color:#999966;
 right: 0;
 left: 0;
 text-align: center;
 padding: 16px 0;
	z-index:2;
}
.menu li:hover {
 display: inline-block;
background-color: #999966;
 transition: 0.3s ease;
}
.menu li + li {
 margin-top: 12px;
}
input[type=checkbox]:checked ~ .menu{
 display: block;
}
.hamburger {
 display: block;
}
.dropdown {
 left: 50%;
 top: 30px;
 transform: translateX(35%);
}
.dropdown li:hover {
background-color: #63611e;
}

	.simposio h1  {
		font-family: 'Montserrat', sans-serif;			
		color: #053D6E;
		text-transform: uppercase;
		padding: .5rem;
		font-size: 2rem;
		line-height: 150%;
		font-weight: bold; 
		text-align: center;
        }
	
	
}




