@font-face {
  font-family: LibreFranklin;
  src: url(../fonts/Libre_Franklin/static/LibreFranklin-Light.ttf);
}

@font-face {
  font-family: LibreFranklin-Bold;
  src: url(../fonts/Libre_Franklin/static/LibreFranklin-Bold.ttf);
}

@font-face {
	font-family: Oswald-Light;
	src: url(../fonts/Oswald/static/Oswald-Light.ttf);
}
@font-face {
	font-family: AlfaSlabOne;
	src: url(../fonts/AlfaSlabOne/AlfaSlabOne-Regular.ttf);
}


body{
	font-family: LibreFranklin !important;
	color: #000 !important;
	padding-top: 50px;
	background-image: url("../img/inst.png");
	background-color: #FBEDC7;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
}

#banner{
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-top: 11vh !important;
	background-position: center;
	background-size: cover;
}

.bg-transparent{
	background-color: transparent !important;
}

.banner-title{
	color: #fbf0c8;
	padding-top: 50vh;
	font-family: LibreFranklin-Bold;
	text-align: center;
	font-size: 4.2rem;
}

.banner-subtitle{
	padding-bottom: 2vh;
	color: #fbf0c8;
	font-family: LibreFranklin-Bold;
	text-align: center;
	font-size: 2rem;
}

.nav-link{
	font-family: Oswald-Light;
	font-size: 1.2em;
	font-style: bold;

}

.nav-link:hover{
	color: #d32329 !important;
	cursor: pointer !important;
}

.nav-link{
	color: #fbf0c8 !important;
}


.parallax1 {
	/* The image used */
	background-image: url("../img/parallax1.jpg");
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax2 {
	/* The image used */
	background-image: url("../img/parallax2.jpg");
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax3 {
	/* The image used */
	background-image: url("../img/parallax3.jpg");
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax4 {
	/* The image used */
	background-image: url("../img/parallax4.jpg");
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section{
	padding-top: 50px;
}

.bottomSpace{
	padding-bottom: 50px;
}

.title{
	font-family: LibreFranklin-Bold !important;
	margin-top: 25px;
	margin-bottom: 25px;
}

.underline{
	height: 2px;
	background-color: rgb(197, 97, 97);
	margin-bottom: 30px;
	margin-top: -10px;
	width: 10vw;
}

.custom-card{
	padding: 50px;
	box-shadow: 0 5px 20px 0 rgb(0 0 0 /20%);
	text-align: justify;
}

.section-separator{
	height: 1px;
	background-color: #e6e6e6;
}

.list > li{
	margin-bottom: 10px;
}

.pCenter{
	text-align: center !important;
}
.pRight{
	text-align: right !important;
}

a:link {
      text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d32329;
}

.aStyle{
	font-family: LibreFranklin-Bold;
	text-transform: uppercase;
	color: #0036b1;
	
}

.orangeBG{
	background-color: #f3c053;
	/*background-image: url("../img/BGOrange.png");
	background-repeat: repeat;*/
}

.tealBG{
	background-color: #226688;
}

.pinkBG{
	background-color: #d32329;
}

.greenBG{
	background-color: #226688;
}

p{
	text-align: justify;
}

h1{
	font-family: AlfaSlabOne;
	color: #000000;
	font-size: 4em;
	font-weight: bolder;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;

	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #d12127;
}

.h1yellow{
	color: #000000;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #f2c052;
}

.h1blue{
	color: #000000;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: #226587;
}

h2{
	font-family: LibreFranklin-Bold;
	font-size:2em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}

.h2verde{
	font-family: LibreFranklin-Bold;
	color: #75a864;
	font-size:2em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: white;
}

.h2esp{
	font-family: RockwellNova-Bold;
	color: #e37526;
	font-size:2em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: white;
}

h3{
	font-family: Oswald-Light;
	text-align: center;
}

  .dropbtn {
	background-color: #2595a7;
	color: #fbf0c8;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
  }

  .dropbtn:hover, .dropbtn:focus {
	background-color: #e37526;
  }

  .dropbtn2 {
	background-color: #5b2856;
	color: #fbf0c8;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
  }

  .dropbtn2:hover, .dropbtn2:focus {
	background-color: #f8d109;
  }
  
  .dropdown {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}


* {
	box-sizing: border-box;
  }
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
	position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #fbf0c8;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #2595a7;
	padding: 2px 16px;
	color: #fbf0c8;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .column {
	float: left;
	width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }



/* FOOTER */
footer{
	background-image: url("../img/footerBG.png");
	background-size: 100% 100%;
	width: 100%;
	color: #fbf0c8;
	font-size: smaller !important;
	padding-top: 50px;
	padding-bottom: 50px;
}