@charset "UTF-8";
/* CSS Document */


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
	
h3{
	color: #3483eb;;
}

h1{
	color: #3483eb;
	text-align: left;
}
.quote1 {
	color: white;
	font-style: italic;
}
footer{
	 background-color: #a0ddf9;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}

.logo-bg {
  background-color: #a0ddf9;
  align-content: 
}
.cp-cbg{
	background-color: #99ccff; 
}

/* Top Nav Responsive, Collapsible*/
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #99cc99;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.child-pages{
	
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.responsive {
  width: 100%;
  height: auto;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 270px; /* Shoul be removed. Only for demonstration */
}

.column2{
  float: left;
  width: 70%;	
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	
  height: auto; /* Shoul be removed. Only for demonstration */
}
.column3{
  float: left;
  width: 30%;	
  padding: 30px;
  height: auto; /* Shoul be removed. Only for demonstration */
}
.column-a{
	float: left;
    width: 25%;	
	padding: 0px;
	padding-bottom: 10px;
}

.column-b{
	float: left;
    width: 70%;	
	padding-right: 30;px;
	text-align: left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}