/* Style the body */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  min-height: 150vh;
  background-color: #f1f1f1;
  /* background-image: url('images/qrboth.jpg');  */
  /* background-repeat: repeat-y; */
  /* background-size: 100% 100%; */
  /* background-position: center center; */
}

/* Style the header */
header {
  margin-right: 18%;
  margin-left: 18%;
  text-align: center;
 /* border-right-style: solid; */
 /* border-left-style: solid; */
  border-bottom-style: solid;
  border-width: 1px;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 800px) {
  header {
    flex-direction: column;
  margin-right: 0;
  margin-left: 0;
  }
}


/* Container for flexboxes */
section {
  display: flex;
  flex-direction: column;
  margin-right: 18%;
  margin-left: 18%;
}

/* styling new div for displaying slogan */
section .carousel {
	background-image: url('images/app_background_1.png');
	align-items: center;
}

section .carousel .textmess {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #fec107;
  text-align: center;
}

.contactImage {
	width: 300px;
	height: 300px;
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 800px) {
  section {
    flex-direction: column;
  margin-right: 0;
  margin-left: 0;	
  }
  
.contactImage {
	width: 150px;
	height: 150px;
}  
  
}

.contDiv {
  flex: 3;
  background-color: white;
  margin-top: 1px;
  height: 100%;  
}

.toparticle {
	display: flex;
	color: black;
    border-bottom-style: solid;
	border-width: 1px;	
}

.toparticle .toparticle1 {
	width: 25%;
	color: black;
	display: flex;
	flex-direction: column;
	/*box-shadow: 5px 10px #888888;*/
}

.toparticle .toparticle2 {
	width: 50%;
	color: black;
	box-shadow: 20px 3px 15px 5px #888888;
	border: 1px solid black;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
}

.toparticle .toparticle3 {
	width: 25%;
	color: black;
	/*box-shadow: 5px 10px #888888;*/
}

/* Responsive layout - makes the menu and the content (inside the section) sit on top of each other instead of next to each other */
@media (max-width: 800px) {
  .toparticle {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;	
  }
  
  .toparticle .toparticle1 {
    flex-direction: column;
	width: 100%;
    margin-right: 0;
    margin-left: 0;	
  }

  .toparticle .toparticle2 {
    flex-direction: column;
	width: 100%;
    margin-right: 0;
    margin-left: 0;	
  }   

  .toparticle .toparticle3 {
    flex-direction: column;
	width: 100%;
    margin-right: 0;
    margin-left: 0;	
  }   
  
}

.article1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: black;
	width: 100%;
    border-bottom-style: solid;
	border-width: 1px;
	padding: 0;
	
}

.article1 .article11 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
	width: 300px;
	height: 250px;
	padding: 5px;
	color: black;
	font-size: 200%;
	font-family:sans-serif;
}

.article1 .article11 .icn1 {
	display: block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	background: url("images/index-icon1.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn1:hover {
    background: url("images/index-icon11.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn2 {
	display: block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	background: url("images/index-icon2.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn2:hover {
    background: url("images/index-icon22.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn3 {
	display: block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	background: url("images/index-icon3.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn3:hover {
    background: url("images/index-icon33.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn4 {
	display: block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	background: url("images/index-icon4.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn4:hover {
    background: url("images/index-icon44.png") no-repeat;
	background-size: contain;
}
  
.article1 .article11 .icn5 {
	display: block;
	width: 100px;
	height: 100px;
	min-width: 100px;
	background: url("images/index-icon5.png") no-repeat;
	background-size: contain;
}

.article1 .article11 .icn5:hover {
    background: url("images/index-icon55.png") no-repeat;
	background-size: contain;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 12px;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px 0px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button1:hover {
  background-color: #008CBA;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button3:hover {
  background-color: #008CBA;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button4:hover {
  background-color: #008CBA;
  color: white;
}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button5:hover {
  background-color: #008CBA;
  color: white;
}

.article2 {
	display: flex;
	flex-direction: column;
	color: black;
    border-bottom-style: solid;
	border-width: 1px;	
}

.article3 {
	display: flex;
	flex-direction: column;
	color: black;
    /*border-bottom-style: solid;
	border-width: 1px;	*/
}


/* Style top navigation menu */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  background-color: white;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #ddd;}

ul.topnav li a.active {background-color: #04AA6D;}

ul.topnav li.right {float: right;}

@media screen and (max-width: 800px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}

/* Style the content */
article {
  flex: 3;
  background-color: white;
  margin-top: 1px;
  padding: 10px;
  height: 100%;
  color: black;
 /* border-right-style: solid; */
 /* border-left-style: solid; */
  border-width: 1px;
}

/* Style the footer */
footer {
  background-color: #333;
  padding: 10px;
  text-align: center;
  color: white;
}

