
* {
  box-sizing: border-box;
}

body {margin:0;
background-color: grey;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 50%; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  background-color: white;
  clear: both;

}
.avatar {
  vertical-align: middle;
  width: 50%;
  height: 50%;
  border-radius: 30%;
}

.img {
border-radius: 30%;

}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: blue;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-comment {
  background: #55ACEE;
  color: blue;
}
.fa-phone {
  background: #55ACEE;
  color: blue;
}
.fa-envelope {
  background: #55ACEE;
  color: blue;
}
.fa-clock {
  background: #55ACEE;
  color: blue;
}
.p3 {
font-color:blue;
font-family: monospace;
}
.h2 {
font-family: monospace;
font-color:blue;
}
.embed-map-responsive{
position:relative;
text-align:right;width:100%;
height:0;
padding-bottom:66.66666666666666%;
}
.embed-map-container {
overflow:hidden;
background:none!important;
width:100%;
height:100%;
position:absolute;
top:0;left:0;}
.embed-map-frame{
width:100%!important;
height:100%!important;
position:absolute;
top:0;
left:0;
}





