body, html {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.landing_page_img {
	margin-top: 0%;
	top: 0px;
	width: auto;
	margin-bottom: 0%;
}

.chat-popup {
	padding-top: 500px;
	text-align: center;
}
.main {
	grid-template-columns: 2fr 2fr;
	grid-template-rows: auto;
    padding: 0%;
    border: #002366;
	border-width: 0px;
	width:100%;
}

.main1 {
	grid-template-columns: 50%;
	grid-template-rows: auto;
	float: right;
    padding: 5%;
    border-color: black;
    border-width: 5px;
    background-color: rgb(255, 235, 205);
}

.main2 {
    grid-template-rows: auto;
    padding: 3%;
    border: #002366;
    border-width: 1px;
}

.main-wrap {
	width: 75%;
	padding-left: 12.5%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.mainpagephoto {
padding-left: 1.7%;
padding-right: 1.7%;
}

.paragraph-header {
    text-align: left;
	float: left absolute;
    padding: 2% 2% 2% 2%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 50%;
	font-size: 19px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: darkslategrey;
	padding-top: 1%;
	padding-bottom: 1%;

	border: solid;
	border-color: turquoise;
	border-width: 1.5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 3px 3px 5px turquoise;
	column-count: 1;
	column-span: 0;
	
  }

.paragraph-header3 {
    text-align: center;
    padding: 0% 0% 0% 0%;
	margin: 1% 1% 1% 1%;

	font-size: 19px;
	background-color: rgb(155, 202, 221);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: linear-gradient(to bottom right,white, white);
	width: 60%;
	padding-left: 3%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
  }

.paragraph-header4 {
    text-align: center;
    padding: 0% 0% 0% 0%;
	margin: 1% 1% 1% 1%;

	font-size: 19px;
	background-color: rgb(155, 202, 221);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: linear-gradient(to bottom right,white, white);
	width: 60%;
	padding-left: 3%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
  }

.paragraph-header5 {
    text-align: center;
    padding: 0% 0% 0% 0%;
	margin: 1% 1% 1% 1%;

	font-size: 19px;
	background-color: rgb(155, 202, 221);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: linear-gradient(to bottom right,white, white);
	width: 60%;
	padding-left: 3%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
  }

.paragraph-header6 {
    text-align: center;
    padding: 0% 0% 0% 0%;
	margin: 1% 1% 1% 1%;

	font-size: 19px;
	background-color: rgb(155, 202, 221);
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: linear-gradient(to bottom right,white, white);
	width: 60%;
	padding-left: 3%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
  }

.paragraph-header7 {
    text-align: left;
    padding: 2% 2% 2% 2%;
	margin-left: 33%;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 2%;
	width: 33%;
	font-size: 19px;
	background-color: rgb(155, 202, 221);
	font-family: Arial, Helvetica, sans-serif;
	color: white;

	background-image: linear-gradient(to bottom right, navy,rgb(155, 202, 221));
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
	column-span: 0;
	column-count: 1;
  }

  .paragraph-header7 a {
   color: white;
  }

.paragraph-header8 {
    text-align: center;
	text-shadow: 1px 1px 1px black;
	font-size: 18px;
	background-color: rgba(0, 0, 128, 0.452);
	background-image: linear-gradient(to top left, rgba(0, 0, 128, 0.514),rgba(155, 202, 221, 0.5));
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0.25%;
	padding-top: 0.25%;
	padding-bottom: 0.25%;
	margin: 1% 1% 1% 1%;
	width: auto;
	height: auto;
	border: solid;
	border-color: black;
	border-width: 1.5px;
	margin-top: 1%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	animation: paragraph-header8 1s ease-in;
  }
 
     /* Move it (define the animation) */
	 @keyframes paragraph-header8 {
		0%   { 
		transform: translateX(100%); 		
		}
		100% { 
		transform: translateX(0%); 
		}
	   }
	

.paragraph-header9 {
	position: absolute;
	z-index: 5;
    text-align: center;
	font-style: italic;
	font-size: 12px;
	background-color: rgba(155, 202, 221, 0.651);
	background-blend-mode: color-burn;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 0.25%;
	padding-bottom: 0.25%;
	background-image: linear-gradient(to bottom right, rgba(0, 0, 128, 0.658),rgba(155, 202, 221, 0.664));
	width: 23%;
	margin-left: 0.25%;
	margin-top: 100px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: solid;
	border-color: black;
	border-width: 1.5px;
  }

  .paragraph-header1 {
    text-align: center;
	color: Navy;
	font-family: 'Teko';
	width: 99.7%;
    padding: auto;
	font-size: 16px;
	background-color: white;
	font-family: open 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	border: solid;
	border-color: turquoise;
	border-width: 1.5px;
	margin-top: 0%;
	margin-bottom: 3%;
  }

  .paragraph_header_intro {
    text-align: center;
	color: white;
	font-family: 'Teko';
 
	font-size: 16px;
	background-color: navy;
	font-family: open 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	border: solid;
	border-color: black;
	border-width: 1.5px;
	margin-top: 0%;
	margin-bottom: 3%;
  }

  .paragraph_header_intro {
	height: 80px;	
	overflow: hidden;
	position: relative;
   }
   .paragraph_header_intro {
	text-align: center;
	position: absolute;
	width: auto;
	height: 80px;
	font-size: 24px;
	margin: 0;
	line-height: 50px;
	padding-top: 0%;
	padding-left: 1%;
	padding-right: 1%;
	border: solid;
	border-color: black;
	border-width: 1.5px;
	margin-top: 0%;
	margin-bottom: 3%;
	border-radius: 25%;
   
	/* Apply animation to this element */	
	animation: paragraph_header_intro 5s ease-out alternate-reverse infinite;
   }
   /* Move it (define the animation) */
   @keyframes paragraph_header_intro {
	0%   { 
	transform: translateX(50%); 		
	}
	100% { 
	transform: translateX(0%); 
	}
   }


.paragraph_header_intro7 {
	width: 100px;
	height: 100px;
	float: left;
	background: blue;
	position: relative;
	animation: mymove 5s infinite;
	animation-direction: alternate-reverse;
	color: white;
	border-radius: 25%;
	align-content: center;
	font-size: 28px;
	padding: 1%;
  }
  
  @keyframes mymove {
	from {left: 50%;}
	to {left: 5px}
  }

  
.paragraph_header_intro8 {
	width: 100px;
	height: 100px;
	float: left;
	background: navy;
	position: relative;
	animation: mymove8 5s infinite;
	animation-direction: alternate-reverse;
	color: white;
	border-radius: 25%;
	font-size: 28px;
	padding: 1%;
  }
  
  @keyframes mymove8 {
	from {right: 0px;}
	to {right: -40%;}
  }

.water-background {
	background-image: url(http://sharedocz.com/img/cloud-mobility.jpg);
	background-color: skyblue;
	height: 250px;
	width: 70%;
	font: 24;
	margin-left: 15%;
   }

.header {
	width: 100%;
	height: 0px;
	display: block;
	background-color: navy;
	padding-bottom: 0%;
	position: fixed; 
	top: 0; 
	left: 0;
	border-bottom: solid;
	border-bottom-color: turquoise;
	border-bottom-width: 1px;
}

.header1 {
	color: navy;
	float: left;
	margin-right: 0%;
	width:59%;
	height: 35px;
	font-family: 'Arial';
	font-size: 19px;
	display: block;
	background-color: white;
	margin-top: 0px;
	padding-bottom: 0%;
	position:fixed; 
	top:0; 
	right:0;
	
}

.inner_header {
	width: 100%;
	height: 70px;
	display: block;
	margin: 0 auto;
	background-color: white;
	background-image: linear-gradient(to top, white, white);
	border-bottom: solid;
	border-bottom-color: turquoise;
	border-bottom-width: 1px;
}

.inner_header1 {
	color: navy;
	width: auto;
	height: auto;
	display: block;
	
	background-color: white;
	background-image: linear-gradient(to top, white, white);
}

.inner_header a:link {
	text-decoration: none;
}

.inner_header1 a:link {
	color: navy;
	text-decoration: none;
}

.logo_container {
	height: 100%;
	display: table;
	float: left;
	text-decoration-line: none;
	padding-top: 13px;
}

.logo_container h1{
	color: navy;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Teko';
	font-size: 15px;
	font-weight: 10;
	padding-left: 10px;
	text-decoration-line: none;
	text-shadow: white;
}

.logo_container h1 span{
	font-weight: 10;
	text-decoration-line: none;
}

.logo_container a:link {
	text-decoration: none;
}

.navigation {
	float: right;
	height: 100%;
	width: 90%;
}

.navigation a{
	height: 100%;
	display: table;
  	float: left;
	padding: 0px 100px 0px 100px;
}

.header::after {
	content:'';
	display: table;
	clear: both;
    }
    
.navigation {
    margin: 0px;
    list-style: none;
	word-spacing: 10%;
    }
    
    .navigation li{
    float: none;
    display: inline-block;
    position: relative;
	width: 5px;
	word-spacing: 10%;
    }
    
    .navigation a li:hover {
    color: blue;
    }
     
    .navigation a::before {
    content:'';
    display: block;
    height: 5px;
    background-color: blue;
    position: absolute;
    Top: 0;
    width: 0;
    transition: all ease-in-out 550ms;
    }
    
    .navigation a:hover::before {
    width: 2.5%;
    }
    
    .navigation a li{
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        color: navy;
        font-family: 'Teko';
        font-size: 20px;
		text-decoration: none;
		padding: 0 0 0 0;
		word-spacing: 3%;
    }

  .main-content {
	  width: 50%;
	  text-align: center;
	  font-size: auto;
	  font-weight: bold;
	  font-style: normal;
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  background-color: azure;
  }

 .list_style {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 19px;
	 color: darkslategrey;
	  align-items: center;
	  background-color: white;
	  border: solid;
	  border-color: black;
	  border-width: 1.5px;
	  width: auto;
	  align-self: center;
	  margin: 1% 1% 1% 1%;
	  border: solid;
	  border-color: turquoise;
	  border-width: 1.5px;
	  border-top-right-radius: 5px;
	  border-bottom-right-radius: 5px;
	  border-top-left-radius: 5px;
	  border-bottom-left-radius: 5px;
	  box-shadow: 3px 3px 5px turquoise;

	  text-align: left;
	  float: left absolute;
	  padding: 2% 2% 2% 2%;
	  margin-left: 1%;
	  margin-top: 1%;
	  margin-bottom: 1%;
	  padding-top: 1%;
	  padding-bottom: 1%;
	  column-count: 1;
	  column-span: 0;
	  
  }

  #particles-js {
	width: 100%;
	height: 100vh;
	background-color: green;
	background-image: url("");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .iframe {
	  padding-left: 1.7%;
  }

  .btn {
	  color: navy;
	  font: 24px;
  }


  body {
    font-size: 120%;
    background: #F8F8FF;
  }
  
.userlogin.php {
    margin: 0%;
    margin-top: 0%;
    padding: 0px;
  }

  .header111 {
    width: 65%;
    margin: auto;
    color: white;
    background:navy;
    background-image: linear-gradient(to bottom right, navy, rgb(155, 202, 221));
    text-align: center;
    border: 1px solid #B0C4DE;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
  }
  form, .content {
    width: 65%;
    margin: 0px auto;
    padding: 20px;
    border: 1px solid #B0C4DE;
    background: white;
    border-radius: 0px 0px 10px 10px;
  }
  .input-group {
    margin: 10px 0px 10px 0px;
  }
  .input-group label {
    display: block;
    text-align: left;
    margin: 3px;
  }
  .input-group input {
    height: 30px;
    width: 93%;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid gray;
  }
  .btn {
    padding: 10px;
    font-size: 15px;
    color: white;
    background: #5F9EA0;
    border: none;
    border-radius: 5px;
  }
  .error {
    width: 92%; 
    margin: 0px auto; 
    padding: 10px; 
    border: 1px solid #a94442; 
    color: #a94442; 
    background: #f2dede; 
    border-radius: 5px; 
    text-align: left;
  }
  .success {
    color: #3c763d; 
    background: #dff0d8; 
    border: 1px solid #3c763d;
    margin-bottom: 20px;
  }


/*dropdown button*/

.header1 ul li a:hover {
	background: white;
	color: navy;
	border: solid;
	border-color: turquoise;
	border-width: 1px;
	width: auto;
	padding-bottom: 3px;
}

.header1 ul ul{
	position: absolute;
	font-size: inherit;
	color: navy;
	left: 250 px;
	width: 150px;
	top: 0;
	display: none;
	background: white;
	border-radius: 5px;
	box-shadow: 2px 2px 10px turquoise;
	list-style: none;
  }

  .header1 ul ul li:hover {
	background: white;
	color: navy;
	border: solid;
	border-color: turquoise;
	border-width: 1px;
	width: 50%;
	padding: 3px;
	
  }

.header1 ul span {
	position: absolute;
	right: auto;
	font-size: 1.5em;
	color: navy;
}

.dropdown a{
	color: navy;
}

.dropdown2 a{
	color: navy;
}

.header1 ul .dropdown {
	position: relative;
	padding: 5px;
	list-style: none;
	display: inline;
	float: left;
	color: navy;
}

.header1 ul .dropdown:hover ul {
	display: initial;
	
}

.header1 ul .dropdown2 {
	position: relative;
	padding: 5px;
	list-style: none;
	display: inline;
	color: navy;
	float: right;
	margin-right: 25%;
}

.header1 ul .dropdown2:hover ul {
	display: initial;
}

.Footer_right {
	font-size: large;
	border: solid;
	border-color: black;
	border-width: 1px;
	width: auto;
	height: auto;
	background-color: rgb(4, 7, 7);
	color: white;
	padding-bottom: 1%;
	margin-left: 0%;

	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;

}

.Footer_right ul a {
	color: white;
	list-style: none;
	text-decoration: none;
	list-style: inside;
	list-style-type: square;
}

.row {
	padding:0 3px;
}


@media (min-width: 700px) {
		.Footer_right {
			display: flex;
	    }

		.columns {
			flex: 1;
		}
}

@media (min-width: 700px) {
	.boxes {
		display: flex;
	}

	.columns {
		flex: 1;
	}
}

@media (min-width: 700px) {
	.paragraph-column {
		display: flex;
	}

	.columns {
		flex: 1;
	}
}


.column-format {
	font-size: smaller;
	padding: 3% 3% 3% 3%;
	width: auto;
}

.Contact_info a {
	align-items: center;
	float: right;
	margin-top: 5%;
	padding: auto;
}


.button {
	text-shadow: black;
	text-decoration: none;
	color: white;
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: turquoise;
	background-image: linear-gradient(to bottom right, rgb(40, 160, 148), royalblue);
	border-radius: 10px 10x 10px 10px;
	background-color: gold;
	padding: 3% 3% 3% 3%;
	height: fit-content;
	width: fit-content;

  font-size: 1rem;
  animation: glow 2s ease-in-out infinite;
  box-shadow: 0 0 10px #007bff;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px #007bff, 0 0 10px #007bff;
  }
  50% {
    box-shadow: 0 0 20px #007bff, 0 0 40px #007bff;
  }
  100% {
    box-shadow: 0 0 5px #007bff, 0 0 10px #007bff;
  }
}


.button1 {
	text-shadow: black;
	text-decoration: none;
	color: white;
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: turquoise;
	background-image: linear-gradient(to bottom right, rgb(40, 160, 148), royalblue);
	border-radius: 10px 10x 10px 10px;
	background-color: gold;
	padding: 1% 1% 1% 1%;
	height: fit-content;
	width: fit-content;

}

.columns .row .button:hover {
	text-shadow: black;
	text-decoration: none;
	color: white;
	border: solid;
	border-width: 0px 0px 0px 0px;
	border-color: turquoise;
	box-shadow: rgb(66, 119, 114) 0px 1px 10px;
	background-image: linear-gradient(to bottom right, turquoise, royalblue);
	border-radius: 3px 3x 3px 3px;
	background-color: gold;
	padding: 3.3% 3.3% 3.3% 3.3%;
	height: fit-content;
	width: fit-content;
	
}

.column-format-back .button1:hover {
	text-shadow: black;
	text-decoration: none;
	color: white;
	border: solid;
	border-width: 0px;
	border-color: turquoise;
	box-shadow: rgb(66, 119, 114) 0px 1px 10px;
	background-image: linear-gradient(to bottom right, turquoise, royalblue);
	border-radius: 3px 3x 3px 3px;
	background-color: gold;
	padding: 1.1% 1.1% 1.1% 1.1%;
	height: fit-content;
	width: fit-content;
}


.home-pic {
	float: right;
	text-align: right;
	float: right absolute;
   
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 50%;
	font-size: 19px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: darkslategrey;
	padding-top: 1%;
	padding-bottom: 1%;

	border: solid;
	border-color: white;
	border-width: 1.5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 7px 7px 5px lavenderblush;
	column-count: 1;
	column-span: 0;
	
}

.paragraph-pic {
    text-align: left;
	height: 700px;
    padding: 2% 2% 2% 2%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 94%;
	font-size: 19px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: darkslategrey;
	padding-top: 1%;
	border: solid;
	border-color: turquoise;
	border-width: 1.5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 3px 3px 5px turquoise;
	column-count: 1;
	column-span: 0;
	height: fit-content;
    overflow: auto;
  }

  .paragraph-column {
	height: auto;
    padding: 2% 2% 2% 2%;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 94%;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: darkslategrey;
	padding-top: 1%;
	border: solid;
	border-color: turquoise;
	border-width: 1.5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 1px 1px 3px turquoise;
  }
 

.dropbox-alternative {
		position: absolute;
		z-index: -1;
		top: 24%;
		left:40%;
		color: white;
		background-image: linear-gradient(to top,rgba(0, 0, 128, 0.836), green);
	    border: 1px transparent rgba(0, 0, 128, 0.514);
    	
		text-shadow: 1px 1px 1px black;
		padding: 1%;
		font-size: 19px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.dropbox-alternative1 {
		position: absolute;
		z-index: -1;
		
		right: 50%;
		color: white;
		background-image: linear-gradient(to top,rgba(0, 0, 128, 0.836), green);
	    border: 1px transparent rgba(0, 0, 128, 0.514);
    	
		text-shadow: 1px 1px 1px black;
		padding: 1%;
		font-size: 19px;
		font-family: Arial, Helvetica, sans-serif;
	}

.second-txt {
		position: absolute;
		top: 17px;
		left: 150px;
	
}

.home-pic1 {
	position: relative;
	z-index: -2;
}

.logo {
	float: left;
	margin-left: 3%;
}