/* background image */

body, html {
  height: 100%;
  margin: 0;
}

.bgImage {
  /* The image used */
  background-image: url("../img/bg/bgimage.jpg");
/*	background-color: #949494;*/

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgImage2 {
  /* The image used */
  /*background-image: url("../img/bg/bgimage2.jpg");*/
	background-color: #e1e1e1;
  /* Full height */
  /*height: 100%;*/

  /* Center and scale the image nicely */
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
}

/* MENU text properties */
.fontMenu {
	font-size: 24px;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  	font-weight: 400;
  	line-height: 1.5;
  	color: #212529;
  	text-align: left;
  	background-color: #fff;
}

/* CARDS */
.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
	padding: 0px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.cardContainer {
  padding: 20px 0px;
}
.cardContainerContact {
  padding: 40px 0px;
}

/* Add some space between cards */
.cardSpacer {
  margin: 60px 0px;
}

/* div margin top */
.margintop {
  margin-top: 10%;
}

/* div margin top for ABOUT section */
.marginabout {
  margin-top: 4%;
}

/* fixed menu */
.fixedmenu {
position: fixed; /* Set the navbar to fixed position */
top: 0; /* Position the navbar at the top of the page */
width: 100%; 
z-index: 1;
}

/* Add some padding inside the card container for text*/
.cardTextContainer {
  padding: 20px 20px;
}
.cardContactPadder {
  padding: 60px 0px;
}


/* DESCRIPTIONS text properties */
.descText {
  text-align: justify;
  text-justify: inter-word;
	color: #474747; 
}

/* DESCRIPTIONS text properties ABOUT SECTION */
.descTextAbout {
  text-align: left;
  text-justify: inter-word;
	color: #474747; 
}

/* TITLE for About section text properties */
.aboutTitle {
  text-align: left;
  text-justify: inter-word;
	color: #474747; 
}

.iconBG {
    color: red !important;
}

/* MENU: highlight section */

.sectionActive {
  text-decoration: none;	
  background-color: #FF0000;
	color: #FFFFFF !important;
}
/* FORM
.btn
