/* h1 {
    text-align: left;
	color: #990033;	
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
	font-size:2vw;
	margin-left:2%;
}
h2 {
    color: dimgray;
	text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
	//font-size:2vw;
	margin-left:2%;
	font-size: 20px;
} */

h1 {
    text-align: left;
	/* color: #990033; */
    color: navy;   	
    font-family: "Source Sans Pro", sans-serif; 
    font-weight: bold;
	font-size:3vw;
    font-size: 25px;
	margin-left:2%;
}
h2 {
    color: dimgray;
    color: navy;    
	text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
	//font-size:2vw;
	margin-left:2%;
	/* font-size: 20px; */
    font-size: 25px;
    font-size:2vw;
}

h4 {
    /* color: dimgray; */
	text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
	//font-size:2vw;
	margin-left:2%;
	font-size: 16px;
}

p {
  color: dimgray;
  font-family: "Source Sans Pro", sans-serif;
  //text-indent: 30px;
  margin-left:2%;
  //font-size:2.25vw;
  font-size: 16px;
}

form {
    color: dimgray;
    font-family: Arial, Helvetica, sans-serif;
    //text-indent: 30px;
    margin-left:2%;
    //font-size:2.25vw;
    font-size: 16px;
  }

table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  /* width: 100%; */
}

th, td {
  text-align: left;
  padding: 2px;
  font-size: 14px;

}

tr:nth-child(even) {
  background-color: #D6EEEE;
  /* background-color: #dfcfbe; */
}


div{
    width: 100%; 
    font-family: Arial, Helvetica, sans-serif;
  }     

div.child{
        margin: 1px;
        float: left;
        /* width: 24%; */
        /* height: 600px; */
        box-sizing: border-box;
        /* background: yellow; */
        text-align: center;
        border: 2px solid navy;
    }

    div.parent{
        margin: 10px;
    }