/* Mobile first queries */
/* applies to ALL widths */

* {
/*  box-sizing: border-box;*/
}

body {
    background-color: #ebf4fa;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.header {
    background-color: white;
    padding-left: 1%;
}

.info {
    margin-top: 60px;
}


.section {
    background-color: white;
    padding: 40px 40px 50px 40px;
}
.info img {
    max-width: 100%;
    height: auto;
}


h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.side {
    font-size: 0.9rem;
    background-color: white;
    padding: 30px;
   
}
.side span {
    font-weight: bold;
    font-size: 1.1em;
}
.side img {
    display: block;
}

.footer {
    margin: 50px auto 0;
    background-color: #718096;
    padding: 25px 0 25px 0; 
    text-align: center;
    color: #CCC;
}

.footer a {
    text-decoration: none;
    color: black;
}

.footer a:focus, .footer a:hover {
    color: coral;
}



/* #contact a:link {  }  unvisited link */
   
/* #contact a:visited {   } visited link */
    



/*#contact a:active {  } selected link */