body {
    font: 100%/120% Arial, Helvetica, Geneva, sans-serif;
    color: gray;
    background-color: silver;
}
#container {
    width: 98%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    box-shadow: 0 10px 20px 0 rgba(80, 80, 80, 0.5);
}
header {
    box-shadow: 0 10px 20px 0 rgba(192, 192, 192, 1);
}
nav {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 110%;
}
@media only screen and (max-width: 580px) {
    nav {
        font-size: 90%;
    }
}

nav a:link,
nav a:visited {
    color: #77aada;
    padding-right: 1.2em;
    padding-left: 1.2em;
    text-decoration: none;
    line-height: 200%;
}
nav a:hover,
nav a:active {
    text-decoration: none;
    color: #597886;
}
main {
    padding: 0 40px 20px 45px;
    overflow: hidden;
}
section {
    width: 64%;
    float: left;
    padding-top: 15px;
}
aside {
    width: 33%;
    float: right;
}
/*Media Queries*/
@media (max-width: 580px) {
    section,
    aside {
        width: 98%;
    }
}

.complaints {
  clear: both;
  padding: 2em 0em;
}


footer {
    clear: both;
    font-size: 85%;
    padding: 1em;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #7f7f7f;
    line-height: 120%;
    font-weight: normal;
    font-style: normal;
}
h1 {
    color: gray;
    font-weight: normal;
    font-style: normal;
    text-shadow: 2px 2px 2px silver;
}
h4 {
    font-weight: bold;
    margin: 0;
    padding-bottom: 2%;
    padding: 0;
}
h5 {
    color: #a5cbe7;
    font-weight: bold;
    padding: 0 0 2%;
    margin: 0;
}
section p {
    font-size: 100%;
    padding: 0;
    margin: 0;
    line-height: 120%;
}

.complaints p{
    padding: 0.5em 0em;
}
a:link,
a:visited {
    color: #95c5da;
    text-decoration: none;
}
a:hover,
a:active {
    color: #7096a6;
    text-decoration: none;
}
main ul {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 25px;
    list-style-type: circle;
}
main li {
    padding-bottom: 10px;
}
hr {
    height: 1px;
    margin: 25px 0;
    border: 0;
}
hr:after {
    display: block;
    content: '';
    height: 20px;
    background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
figure {
    
}
figcaption {
    text-transform: capitalize;
    text-align: center;
    padding-top: 5px;
}
.floatLeft {
    float: left;
    padding: 1em;
}
.floatRight {
    float: right;
    padding: 0.5em 0 0.5em 0.5em;
}
.center {
    margin: 0 auto;
    text-align: center;
}
img.center {
    margin: 0 auto;
    display: block;
}
#columns li {
    float: left;
    width: 33%;
    font-size: 85%;
    text-align: left;
    list-style-type: none;
    line-height: 140%;
}
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    box-shadow: 2px 2px 15px #ccc;
}
blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 300%;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
}
blockquote::after {
    content: "";
}
button {
    background-color: #f5f5f5;
    border: #9eb1da solid thin;
    border-radius: 15px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
.flex {
    background-color: #eaedf2;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border: silver solid medium;
    border-radius: 20px;
    box-shadow: 0 10px 20px 0 rgba(192, 192, 192, 1);
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em;

}
.box {
    margin-left: 0.2em;
    margin-right: 0.2em;
}
.calltext {
    font-size: 110%;
}
@media (min-width: 580px) {
    .flex {width: 85%;}
    .calltext {font-size: 150%;}
}


/*New Stuff*/


.threeboxes {
    text-align: center;
    display: flex;
    flex-direction:column;
    justify-content:center;
}
    
    .threeboxes figcaption {
    font-size:small;
    text-align:center ;
    }    

.left   {flex: 0 1 auto;}       
.middle {flex: 0 1 auto;}    
.right  {flex: 0 1 auto;}
    


/*Media Queries*/
@media only screen and (min-width: 580px) {
.threeboxes{
    flex-flow:  row wrap;
    justify-content: space-around;
    align-items: flex-end;
    }
    
    }
	
aside figure{
    border: silver solid thin;
    background-color: white;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    box-shadow: 0 5px 10px 1px rgba(192, 192, 192, 0.75);
    padding: 12px 12px 30px;   
}

figure{
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;}