* {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

.navbar {
    /*overflow: hidden;*/
    /* position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
	background-color:#ffffff;
	margin:1px;
}

body {font-family: "Segoe UI", Verdana, sans-serif;}

.mySlides {display: none;
text-align:center;
}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: 0;
  padding:0;
  text-align:center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #40C4FF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  text-align:center;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
}


.col-1 {width: 50%; margin-top:20px;}
.col-2 {width: 50%;margin-top:20px;}

[class*="col-"] {
    float: left;
    padding: 10px;
    border: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 700px) {
	.col-1 {width: 100%;}
	.col-2 {width: 100%;}
}

i{
	color: #01b1d7;
}

h1{
font-size:175%;	
color: #01b1d7;
}

h2{
	display:inline;
	color: #01b1d7;
	font-size:150%;
	margin:15px;
}

p{
	font-size:110%;
	margin:15px;
	line-height:30px;
}

.footer
{color:#0091EA;
margin:1.5em 0 0 0;
padding:1.0em;
background-image:-webkit-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
background-image:-moz-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
background-image:-o-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
border-top :solid 1px #CECAC5;
border-bottom:solid 1px #CECAC5;
font-size:0.85em;
font-weight:normal;
text-align:center;
}


.section
{color:#0091EA;
margin:1.5em 0 0 0;
padding:0.5em;
background-image:-webkit-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
background-image:-moz-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
background-image:-o-linear-gradient(bottom,#E2E0DD,#FFFFFF,#E2E0DD);
border-top :solid 1px #CECAC5;
border-bottom:solid 1px #CECAC5;
text-align:center;
}

.footer>h6{
display:block;font-size:0.85em;font-weight:normal;margin:0;padding:0;line-height:1.20em;
}

