/************************************
* Customizing by Gérard Sprunger
*************************************/
/* Import Google font */
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400';
@import 'https://fonts.googleapis.com/css?family=Lato:300,400';

/* horizontal line with gradient */
.hr1 {
        border: 0;
        height: 3px;
        background: #095484;
        background-image: linear-gradient(to right, #ccc, #095484, #ccc);
      }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6{
  font-family: Lato;
  font-weight: 100;
  color:#595959
}

p{
  font-family: Lato;
  font-weight: 100;
  color:#595959
  margin-top: 0;
  margin-bottom: 1rem;
}

p.top1 {
  margin-top: 1rem;
}

h1, .h1 {
  font-size: calc(1.5rem + 1.5vw);
  text-shadow: 4px 4px 4px #aaa;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: calc(1.325rem + .9vw);
  text-shadow: 2px 2px 2px #aaa;
  margin-bottom: 10px;
}

h3, .h3 {
  font-size: calc(1.3rem + .6vw);
  text-shadow: 1px 1px 1px #aaa;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: calc(1.275rem + .3vw);  h1, .h1 {
  text-shadow: 1px 1px 1px #aaa;
  margin:0 0 4px 0;
}

h5, .h5 {
  font-size: 1.25rem;
  font-family: 'Lato', serif;
  font-weight: 100;
  color:#595959
}

h6, .h6 {
  font-size: 1rem;
}

}@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

}@media (width >= 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

@media (width >= 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

 

/* Box info contact */

.info-contact-box {
  border-radius: 4px;
  font-family: Arial;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 1.1rem;
  color: #757575;
  }

.info-contact {
  width: 300px; 
  overflow: auto; 
  margin-left: 20px; 
  margin-top: 15px; 
  margin-bottom: 0px;
  background-color: #e1ebfa;
  }


@media (width <= 1040px) {

.info-contact-box {
  border-radius: 4px;
  font-family: Arial;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 0.8rem;
  color: #757575;
  }

.info-contact {
  width: 250px; 
  overflow: auto; 
  margin-left: 15px; 
  margin-top: 12px; 
  margin-bottom: 0px;
  background-color: #e1ebfa; 
  }


}

/* Text formatting */
.MyTitleTextShadow1 {font-family: 'Lato', serif;
        font-size: 36px;
        font-weight: 100;
        color:#595959
        text-shadow: 4px 4px 4px #aaa;
        height: 40px;}

.MyTitleTextShadow2 {font-family: 'Lato', serif;
        font-size: 24px;
        font-weight: 100;
        color:#595959
        text-shadow: 2px 2px 2px #aaa;
        height: 30px;}

.MyText {font-family: 'Roboto', serif;
        font-size: 16px;
        text-align: justify;
        color:#1a1a1a;
        padding: 15px 10px 10px 0px;
        }

.MyTextWoBottom {font-family: 'Roboto', serif;
        font-size: 16px;
        text-align: justify;
        color:#1a1a1a;
        padding: 0 10px 0 0;
        }

/* image formating in Main menu blog*/
.my-float-start {
  float: left !important;
  margin-right: 10px !important;
  padding: 10px 10px 10px 10px;
}

figure.my-float-start {
  margin-top: 1em;
  margin-right: 1em;
}

/* ---------------------------------
 Dropdown logout menu on CLICK 
------------------------------------ */

.onclick-menu {
	position: relative;
	display: inline-block;
        box-shadow: 2px 2px black
	padding: 0;
	margin: 0 0 1em 0;
	outline: 0;
}
/*
.onclick-menu:before {
	content: "Click me!";
	padding: 5px 10px;
	background-color: #94a4a5;
}
*/
.onclick-menu:focus {
	pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
	opacity: 1;
	visibility: visible;
}

.onclick-menu-content {
	pointer-events: auto;
	position: absolute;
	z-index: 1;
	opacity: 0;
	background-color: #405366;
	width: auto;
	margin-top: 19px;
	margin-left: 0;
	padding: 10px;
        box-shadow: 5px 5px #182027;
	visibility: hidden;
        right:5px;
        top: 20px;
        width: 120px;
	transition: visibility 0.2s;
	-moz-transition: visibility 0.2s;
	-webkit-transition: visibility 0.2s;
	-o-transition: visibility 0.2s;
}

.onclick-menu.no-pointer-events {
	pointer-events: auto !important;
}

.onclick-menu.no-visibility .onclick-menu-content {
	visibility: visible !important;
	display: none;
}

.onclick-menu.no-visibility:focus .onclick-menu-content {
	display: block;
}

.onclick-menu.no-opacity .onclick-menu-content {
	opacity: 1 !important;
}

/* arrow for the expanding par*/
.onclick-menu-content:before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 10px solid #405366;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -10px;
        right: 2px;
}

.onclick-menu-content li {
	color: #f2f5e9;
	list-style-type: none;
	white-space: nowrap;
}

/* style the buttons */
.onclick-menu-content button {
	background: transparent;
	border: none;
	color: inherit;
	cursor: inherit;
	outline: 0;
	cursor: pointer;
}

.onclick-menu-content a {
	background: transparent;
	border: none;
	color: inherit;
	cursor: inherit;
	outline: 0;
	cursor: pointer;
}


.onclick-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -2px 0 2px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom
}

.onclick-menu-content button:hover {
	color: #ff8c31;
}
.onclick-menu-content a:hover {
	color: #ff8c31;
}


