/* =============================================================================================== */
/* ====================  Font  =============================================================== */
/* =============================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Arsenal&family=Figtree:wght@300&display=swap');




/* =============================================================================================== */
/* ====================  BACKGROUNDS  =============================================================== */
/* =============================================================================================== */

html {
	height: 99.9%;
}

body {
	background:#DADFE9;
        height: 99.9%;
}

 
 #background {
    position:absolute;
    z-index:0;
    background:white;
    display:block;
    min-height:50%; 
    min-width:50%;
    color:yellow;
}


.watermarked {
  position: relative;
}


.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;  
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("images/draft.png");
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}
 
  


/* =============================================================================================== */
/* ====================    NAVBAR  =============================================================== */
/* =============================================================================================== */


 
 
 .navbar {
  overflow: hidden;
  height: 60px;
  background: rgba(129, 38, 50, 1);
  font-family: 'Roboto', sans-serif;
  font-weight: bold; 
  color: 812632; 
  font-size: 1.75rem;
  width: 100%;
  position: fixed; 
  z-index: 99;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.4); 
}


.navbar a {
  float: none;
  font-size: 1.75rem;
  color: #471118; 
  text-align: center;
/* padding: 14px 16px; 8*/
  text-decoration: none;
  position: relative;
}



.dropdown {
  float: inherit;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 1.75rem;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  width: 100%;
  text-align: center;
  float: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus .dropbtn:active {
/*  background-color: #812632; */
  color: white;
  width: 30%;
}

.dropdown-content {
  display: none; 
  background-color: #f9f9f9;
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
  z-index: 99;
  position:fixed; 
  text-align: center;
  list-style: none; 
  width: 100%;
}

/* Laptop Height Adjustment */

@media screen and (min-width:1199px) and (max-height: 1081px) {

.dropdown-content a {
  float: center;
  color: #471118;
/*  padding: 12px 16px; */
  padding: 3px 7px;
  text-decoration: none;
  display: block;
  text-align: center;
}
}


/* All other screens */

@media screen and (min-height:1082px)  {

.dropdown-content a {
  float: center;
  color: #471118;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  
  font-family: 'Roboto', sans-serif;
  font-weight: bold; 
  color: 812632; 
  font-size: 3rem;
}
}

.dropdown-content a:hover {
  width: 30%;
  background-color: #812632;

}

.show {
  display: block;
}
 

.row {
  width: 100%;
  margin: 10px 0px 0px 10px;
  }

.column1 {
  float: left;
  width: 35%;
  margin: auto;
}

.column2 {
  display:table-cell;
  text-align:center; 
  width: 47%;
  margin: auto;
}

.column3 {
  float: right;
  width: 18%;
  margin: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  
  
.menu__item {
  display: inline-block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
  float: center;
  margin: auto;
  text-align: center;
}


/* Mobitel ================================ */
@media screen and (max-width: 480px) {

.ico {
  height: 70px;
  width: 70px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   text-align: center; 
   overflow: hidden;
   background: rgba(247, 247, 242, 1);
   font-family: 'Roboto', sans-serif;
   font-weight: bold; 
   color: 812632; 
   font-size: 2rem;
   width: 100%;
   z-index: 99;
   padding-top: 5px;
   padding-bottom: 5px;
   border-width: 2px 0 0 0; /* top right bottom left */
   border-style: solid;
   border-color: #812632;
}



.header {
  background: rgba(247, 247, 242, 1);
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 100%;
  position: fixed; 
  z-index: 99;
  top: 0;
}
  
}

/* Tablet and up ================================== */

@media screen and (min-width: 481px) {  
.ico {
  height: 40px;
  width: 40px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   text-align: center; 
   overflow: hidden;
   background: rgba(247, 247, 242, 1);
   font-family: 'Roboto', sans-serif;
/*   font-size: 15px; */
   font-weight: bold; 
   color: 812632; 
   font-size: 1.75rem;
   width: 100%;
   z-index: 99;
   padding-top: 5px;
   padding-bottom: 5px;
   border-width: 2px 0 0 0; /* top right bottom left */
   border-style: solid;
   border-color: #812632;
}



.header {
  background: rgba(247, 247, 242, 1);
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  position: fixed; 
  z-index: 99;
  top: 0;
}  
}



  
 

/* =============================================================================================== */
/* ====================  TEXT FORMATTING  =============================================================== */
/* =============================================================================================== */

.capsule {
	width: 85%;
	margin: auto;
	border-radius:12px; 
	border: 0px solid #812632;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.1);
	position: static;
}

.capsule2 {
	width: 85%;
	margin: auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.0);
	position: static;
}

.content {
	display: block; 
	align-items:left;
	color: #812632;
	width: 85%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.75rem;
	word-break: break-word;
  	white-space: pre-wrap;
  	margin: auto;
	text-align: justify;
	text-justify: inter-word;
	position: relative;
}

.content-hall {
	display: block; 
	align-items:left;
	color: #812632;
	width: 100%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.75rem;
	word-break: break-word;
  	white-space: pre-wrap;
  	margin: auto;
	text-align: justify;
	text-justify: inter-word;
	position: relative;
}

.bolded { 
	font-weight:bold; 
 	position: relative;
	color: 812632;
	display: flex;
	align-items:left;
	color: #812632;
	width: 85%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.75rem;
	margin: auto;
}
	


#basictxt {
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
	width:85%;
	position: relative;
}


.title {
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	color: #812632;
	font-size: 2rem;
        text-align: center;
	margin: auto;
	position: relative;
	
}



.subtitle {
	color: #812632;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	opacity: .5;
}

.subtitle2 {
	font-family: 'Arsenal', sans-serif; 
	font-weight: bold; 
	color: 812632; 
	font-size: 1.25rem; 
	opacity: .5; 
	width:90%; 
	text-align: initial; 
	position: relative;
	align-items:left;
	display: flex;
	margin: auto;
	left: 5px;
}

.mainimg {
	height: 125px;
	width: 125px;
}


#sponsor {
	background-image: url('bg/linen.jpg');
	opacity: .7;
        margin: 10px;
        text-align: center;
	padding: 5px;
	border: 4px solid #3b0000;
	float: left;
	position: relative;
	bottom: 50; 
	left: 80px;
	width: 400px;
	height: 280px;
	border-radius: 12px;
	color: #3b0000;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
}




#crotable {

	width: 100%;
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 80px; 
	padding-right: 15px; 
	font-family: 'Tahoma', sans-serif; 
	font-size: 1.75rem; 
	color: 812632;
}



/* Mobitel */
@media screen and (max-width: 480px) {

.capsule {
	width: 90%;
	margin: auto;
	border-radius:12px; 
	border: 0px solid #812632;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.5);
	position: static;
}

.capsule2 {
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.5);
	position: static;
}

.content {
	display: block; 
	align-items:left;
	color: #812632;
	width: 90%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.75rem;
	word-break: break-word;
  	white-space: pre-wrap;
  	margin: auto;
	text-align: justify;
	text-justify: inter-word;
	position: relative;
}



.bolded { 
	font-weight:bold; 
 	position: relative;
	color: 812632;
	display: flex;
	align-items:left;
 	left: 80px;
	color: #812632;
	width: 90%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.75rem;
	margin: auto;
}
	


#basictxt {
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
	width:85%;
	position: relative;
}


.title {
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	color: #812632;
	font-size: 2rem;
        text-align: center;
	margin: auto;
	position: relative;
	
}



.subtitle {
	color: #812632;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	opacity: .5;
}


.mainimg {
	height: 125px;
	width: 125px;
}


#sponsor {
	background-image: url('bg/linen.jpg');
	opacity: .7;
        margin: 10px;
        text-align: center;
	padding: 5px;
	border: 4px solid #3b0000;
	float: left;
	position: relative;
	bottom: 50; 
	left: 80px;
	width: 400px;
	height: 280px;
	border-radius: 12px;
	color: #3b0000;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
}




#crotable {

	width: 100%;
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 80px; 
	padding-right: 15px; 
	font-family: 'Tahoma', sans-serif; 
	font-size: 1.75rem; 
	color: 812632;
}

}



/* 88888888888888888888888888888888888888888888888888 */

/* Tablet */
@media screen and (min-width: 641px) {

.capsule {
	width: 90%;
	margin: auto;
	border-radius:12px; 
	border: 4px solid #812632;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.5);
}

#content {
	display: inline-block; 
	align-items:left;
 	position: relative;
 	left: 80px;
	top: 20px;
	color: 812632;
	width: 85%;
	font-family: 'Tahoma', sans-serif;
	font-size: 2.5rem;
	white-space: normal;
	word-wrap: normal;
}



#bolded { 
	font-weight:bold; 
 	position: relative;
	color: 812632;
	left: 80px;
	display: flex;
	align-items:left;
 	left: 80px;
	color: 812632;
	width: 80%;
	font-family: 'Tahoma', sans-serif;
	font-size: 2.5rem;
}
	

#basictxt {
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 2.5rem;
	white-space: pre-wrap;
	width:85%;
	position: relative;
}


#title {
	color: 812632;
 	position: relative;
 	text-align: left;
 	font-family: 'Tahoma', sans-serif; 
 	font-weight: bold; 
 	font-size: 2.5rem;
 	left: 0px;
}



#sub-text {
	color: 812632;
	width: 85%;
	text-align: bottom;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	opacity: .5;
}


#sponsor {
	background-image: url('bg/linen.jpg');
	opacity: .7;
        margin: 5px;
        text-align: center;
	padding: 5px;
	border: 4px solid #3b0000;
	float: left;
	position: relative;
/*	bottom: -50; */
	left: 80px;
	width: 400px;
	height: 280px;
	border-radius: 12px;
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 1rem;
	white-space: pre-wrap;
}

#crotable {

	width: 100%;
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 80px; 
	padding-right: 15px; 
	font-family: 'Tahoma', sans-serif; 
	font-size: 1.75rem; 
	color: 812632;
}


}



/* Laptop Height Adjustment */

@media screen and (min-width:1199px) and (max-height: 1081px) {

.mainimg {
	height: 100px;
	width: 100px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   text-align: center; 
   overflow: hidden;
   background: rgba(247, 247, 242, 1);
   font-family: 'Roboto', sans-serif;
   font-weight: bold; 
   color: 812632; 
   font-size: 1.5rem;
   width: 100%;
   z-index: 99;
   padding-top: 1px;
   padding-bottom: 1px;
   border-width: 2px 0 0 0; /* top right bottom left */
   border-style: solid;
   border-color: #812632;
}

.ico {
  height: 30px;
  width: 30px;
}

}


/* Small Monitor */
@media screen and (min-width: 1000px) {

.capsule {
	width: 70%;
	margin: auto;
	border-radius:12px; 
	border: 4px solid #812632;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.5);
}




#content {
	display: inline-block; 
	align-items:left;
 	position: relative;
 	left: 80px;
	top: 20px;
	color: 812632;
	width: 85%;
	font-family: 'Tahoma', sans-serif;
	font-size: 3em;
	white-space: normal;
	word-wrap: normal;
}



#bolded { 
	font-weight:bold; 
 	position: relative;
	color: 812632;
	left: 80px;
	display: flex;
	align-items:left;
 	left: 80px;
	color: 812632;
	width: 80%;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
}
	

#basictxt {
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
	width:85%;
	position: relative;
}


#title {
	color: 812632;
	width: 85%;
	padding: 0px 0px 0px 20px; 
	text-align: center;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 3rem;
	position: absolute;
	
}



#sub-text {
	color: 812632;
	width: 85%;
	text-align: bottom;
	font-family: 'Tahoma', sans-serif;
	font-weight: bold;
	font-size: 2rem;
	opacity: .5;
}

#sponsor {
	background-image: url('bg/linen.jpg');
	opacity: .7;
        margin: 10px;
        text-align: center;
	padding: 5px;
	border: 4px solid #3b0000;
	float: left;
	position: relative;
	left: 80px;
	width: 400px;
	height: 280px;
	border-radius: 12px;
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 3rem;
	white-space: pre-wrap;
}

#crotable {

	width: 100%;
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 80px; 
	padding-right: 15px; 
	font-family: 'Tahoma', sans-serif; 
	font-size: 1.75rem; 
	color: 812632;
}


}






/* Large Montor */
@media screen and (min-width: 1200px) {

.capsule {
	width: 60%;
	margin: auto;
	border-radius:12px; 
	border: 4px solid #812632;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	background: rgba(247, 247, 242, 0.4);
	position: static;
}

.capsule2 {
	width: 60%;
	margin: auto;
	border-radius:12px; 
	border: 0px;
	margin-bottom: 30px;
	padding: 20px 20px 20px 20px;
	position: static;
	background: rgba(247, 247, 242, 0.0);

}

.content {
	display: block; 
	align-items:left; 
 	width: 90%;
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.33rem;
	word-break: break-word;
  	white-space: pre-wrap;
  	margin: auto;
	text-align: justify;
	text-justify: inter-word;
	position: relative;
}



.bolded { 
	font-weight:bold; 
 	position: relative;
	color: 812632;
	display: flex;
	color: 812632;
	margin: auto;
 	width: 90%;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.33rem;
}
	

#basictxt {
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.33rem;
	white-space: pre-wrap;
	width:85%;
	position: relative;
}


.title {
	color: 812632;
	width: 60%;
	margin: auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	font-size: 2.25rem;
	position: relative;
	line-height: 100%;
	
}



.subtitle {
	color: 812632;
	width: 60%;
	margin: auto;
	text-align: center;
	font-family: 'Arsenal', sans-serif;
	font-weight: bold;
	font-size: 1.75rem;
	opacity: .5;
	line-height: 100%;
}


.mainimg {
	height: 125px;
	width: 125px;
}


#sponsor {
	background-image: url('bg/linen.jpg');
	opacity: .7;
        margin: 10px;
        text-align: center;
	padding: 5px;
	border: 4px solid #3b0000;
	float: left;
	position: relative;
	left: 80px;
	width: 400px;
	height: 280px;
	border-radius: 12px;
	color: 812632;
	font-family: 'Tahoma', sans-serif;
	font-size: 1.25rem;
	white-space: pre-wrap;
}

#crotable {

	width: 100%;
	padding-top: 0px; 
	padding-bottom: 5px; 
	padding-left: 80px; 
	padding-right: 15px; 
	font-family: 'Tahoma', sans-serif; 
	font-size: 1.33rem; 
	color: 812632;
}


}

/* 88888888888888888888888888888888888888888888888 */


.inner {
 	position: absolute;
}

.outer {
	height: 800px;
	width: 500px;
}


        
/* =============================================================================================== */
/* ====================  ELEMENTS  =============================================================== */
/* =============================================================================================== */



#map {
	background-image: url('images/map.jpg');
	position: relative;
        margin: 16px;
        text-align: center;
        padding: 20px;
        float: left;
       	left: 80px;
        position: relative;
	/*right: -50px;*/
	width: 505px;
	height: 180px; 
	border: 4px solid #3b0000;
	border-radius: 12px;
	color: 3b0000;
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	white-space: pre-wrap;

}


#smallmap {
	background-image: url('images/map.jpg');
	position: relative;
        margin: 16px;
        text-align: center;
        padding: 20px;
        float: left;
       	left: 80px;
        position: relative;
	/*right: -50px;*/
	width: 170px;
	height: 60px; 
	border: 4px solid #3b0000;
	border-radius: 12px;
	color: 3b0000;
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	white-space: pre-wrap;

}


.agenda {
  width: 80%;
  padding: 10px;
  border: 2px solid gray; 
  border-style:outset; 
  margin: 0;
  margin-left: 8%;
  font-family: Arial;
  background-color: rgba(252, 245, 229, .35); 
  box-shadow: 5px 10px #888888;
  white-space: normal;
  word-wrap: normal;
}


.eventitle {

	font-size:150%; 
	color: black; 
	font-weight:700;
	font-family: 'Tahoma', sans-serif; 
	font-size: 2.25rem; 
}



.eventext {

	font-size:110%; 
	color: 555555;
	font-family: 'Tahoma', sans-serif; 
	font-size: 2rem; 
	
}

.eventmonth {

 	font-size:2.5rem; 
 	color: #3b0000;
 	font-weight:bold;
 	font-family: 'Arial', sans-serif; 

}


.eventday {

 	font-size:3.75rem; 
 	color: #3b0000;
 	font-weight:bold;
 	font-family: 'Arial', sans-serif; 

}


.hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  width: 90%;
}

.agendahr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  width: 100%;
}


.eventitle2 {

	font-size:150%; 
	color: #bfbfbf; 
	font-weight:700;
	font-family: 'Tahoma', sans-serif; 
	font-size: 2.25rem; 
}



.eventext2 {

	font-size:110%; 
	color: #bfbfbf;
	font-family: 'Tahoma', sans-serif; 
	font-size: 2rem; 
	
}

.eventmonth2 {

 	font-size:2.5rem; 
 	color: #bfbfbf;
 	font-weight:bold;
 	font-family: 'Arial', sans-serif; 

}


.eventday2 {

 	font-size:3.75rem; 
 	color: #bfbfbf;
 	font-weight:bold;
 	font-family: 'Arial', sans-serif; 
 }
 
 
 .spacer {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100px;
   padding-bottom: 40px;
   padding-top: 40px; 
   margin-top: 40px;
   margin-bottom: 40px; 
}

 .spacer2 {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100px;
   padding-bottom: 5px;
   padding-top: 5px; 
   margin-top: 5px;
   margin-bottom: 5px; 
}


.spacer-top {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 215px;
}


 	
/* =============================================================================================== */
/* ====================  COLUMNS  =============================================================== */
/* =============================================================================================== */



/* Split Screen into 2 Columns */

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.left-column {
  height: 100%;
  justify-content: space-around;
}

.right-column {
  height: 100%;
  justify-content: space-around;
}



/* =============================================================================================== */
/* ====================  MISC  =============================================================== */
/* =============================================================================================== */


.box {
	display: flex;
	align-items:center;
 	position: relative;
 	left: 30px;
	top: 20px;
}





/* =============================================================================================== */
/* ====================  Links  =============================================================== */
/* =============================================================================================== */


/* unvisited link */
a:link {
  color: 812632;
    text-decoration: none;
      font-weight: bold;
}

/* visited link */
a:visited {
  color: 812632;
    text-decoration: none;
      font-weight: bold;
}

/* mouse over link */
a:hover {
  color: white;
  background-color: 812632;
    text-decoration: none;
      font-weight: bold;
}

/* selected link */
a:active {
  color: white;
    text-decoration: none;
      font-weight: bold;
        text-shadow: 2px 2px black;
}




/* =============================================================================================== */
/* ====================  Slideshow  =============================================================== */
/* =============================================================================================== */


body {font-family: 'Tahoma', sans-serif; margin:0;}
.mySlides {display: none}
*img {vertical-align: middle; max-height: 800px; max-width: 500px;}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  max-height: 500px
  position: relative;
 margin: auto; 
  left:60px; 
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 500;
  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);
}


.text2 {
	font-size: 17px; 
	color: 3b0000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text2 {font-size: 11px; color: 3b0000;}
}
 
 
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#PhotoGallery1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#PhotoGallery1 .thumbnails
{
   margin: 0;
}
#PhotoGallery1 .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 3px 3px 3px 3px;
   width: 16.66666667%;
   text-align: center;
   vertical-align: top;
}
#PhotoGallery1 .thumbnail img
{
   border: 0px #000000 solid;
   box-sizing: border-box;
}
#PhotoGallery1 .clearfix:before,
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:before,
#PhotoGallery1 .thumbnails:after
{
   display: table;
   content: " ";
}
#PhotoGallery1 .clearfix:after,
#PhotoGallery1 .thumbnails:after
{
   clear: both;
}
#PhotoGallery1 .visible-col6
{
   display: block;
}
#PhotoGallery1_img0
{
   width: 120px;
   height: 120px;
}
#PhotoGallery1_img1
{
   width: 120px;
   height: 120px;
}
#PhotoGallery1_img2
{
   width: 120px;
   height: 120px;
}
#PhotoGallery1_img3
{
   width: 120px;
   height: 120px;
}
#PhotoGallery1_img4
{
   width: 120px;
   height: 120px;
}
#PhotoGallery1_img5
{
   width: 120px;
   height: 120px;
}

#PhotoGallery1_img6
{
   width: 120px;
   height: 120px;
}

#PhotoGallery1_img7
{
   width: 120px;
   height: 120px;
}

/* =============================================================================================== */
/* ====================  Agenda  =============================================================== */
/* =============================================================================================== */


  
  
$off_white:#fafafa;
$light_grey:#A39D9E;
*{
  box-sizing:border-box;
}


.calcontainer{
  margin-top: -20%;
  margin-left: 120px; 
  width:370px;
}

.light{
  background-color: #fff;
  opacity: .5;
}


.calendar{
  width:80%;
  box-shadow: 0px 0px 35px -16px rgba(0,0,0,0.75);
  font-family: 'Roboto', sans-serif;
  padding: 20px 30px;
  color:#363b41;
  display: inline-block;
}

.calendar_header{
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.calendar_plan{
  margin:20px 0 40px;
}
.cl_plan{
  width:100%;
  height: 140px;
  background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
  padding:30px;
  color:#fff;
}
.cl_title{
  
}
.cl_copy{
  font-size:20px;
  margin: 20px 0;
  display: inline-block;
}

.cl_add{
  display: inline-block;
  width: 40px;
  height:40px;
  border-radius:50%;
  background-color: #fff;
  cursor: pointer;
  margin:0 0 0 65px;
  color:#c2c2c2;
  padding: 11px 13px;
  opacity: .8;
}
.calendar_events{
  color:$light_grey;
}
.ce_title{
  font-size:14px;
}

.event_item{
  margin: 18px 0;
  padding:5px;
  cursor: pointer;
  &:hover{
    background-image: linear-gradient(-222deg, #FF8494, #ffa9b7);
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    .ei_Dot{
      background-color: #fff;
    }
    .ei_Copy,.ei_Title{
      color:#fff;
    }
  }
}

.ei_Dot,.ei_Title{
  display:inline-block;
}

.ei_Dot{
  border-radius:50%;
  width:10px;
  height: 10px;
  background-color: $light_grey;
  box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
}
.dot_active{
  background-color: #FF8494;
}

.ei_Title{
  margin-left:10px;
  color:#363b41;
}

.ei_Copy{
  font-size:12px;
  margin-left:27px;
}


  
}
}
