/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 50.00%;
  padding: 10px;
  margin:0 auto;
  min-height:550px;
  border: 1px solid #888;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow:hidden;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


body {
    width: 68%;
    margin: 0.4em auto;
    font-weight: 400;
    font-family:Calibri, Arial, no-serife;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    background-color: #fff;
}

h3 {
	font-size:1.2em;
	margin: 0.4em auto;
	}

a:link,
a:visited {
    color: #333;
}

aside ul {
    list-style: none;
    padding: 0;
}
.related {
  background-color: rgba(79, 185, 227, 0.3);
  border: 1px solid rgb(79, 185, 227);
  padding: 10px;
  position: inherit;
  display: block;
  border-radius: 10px;
  font-size: 16px;
}

.sidebar {
  background-color: rgba(207, 232, 220, 0.5);
  position: relative;
  display: block;
  border: 1px solid #888;
  border-radius: 4px;
  font-size:12px;
  text-align:center;
}


article {
    margin-bottom: 1em;
}

.placeholder-box {
  float: left;
  width: 100.00%;
  padding: 7px;
  margin:0 auto;
  min-height:250px;
  border: 1px solid #888;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  display: block;
  overflow:hidden;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  text-decoration: none;
  text-align:left;
  float:none;
 }

.header a {
  display: flex;
  text-decoration: none;
   width:100%;
  height:100%;
    margin: 0 auto;
    text-align:left;
}

.logo {
  font-size: 25px;
  font-weight: bold;
  width:100%;
  height:100%;
  margin: 0 auto;
  text-align: left;
 }

.header a:hover {
  background-color: #ddd;
  color: black;
}

#phone1 {
   box-shadow: 0px 0px #0A622C;
   text-decoration: none;
   text-align: left;
   cursor: pointer;
   font-size: 16px;
}

@media screen and (max-width: 1050px) {
 .header a {
  float: left;
  display: flex;
  line-height: 25px;
  text-align: left;
  padding: 1px;
  text-decoration: none;
  }
  
 body {
    width: 99%;
    margin: 0.4em auto;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    background-color: #fff;
 }
 .column {
    width: 100%;
 }
}