.full-window-height{
    height: 100vh;
}
.full-height{
    height:100%;
}

.round-sm, .round-md, .round-lg{
    border-radius: 600px;
    height:auto;
}
.round-sm{
    width: 72px;
}
.round-md{
    width: 96px;
}
.round-lg{
    width: 120px;
}

.sep-right{
    border-right: 1px solid white;
}

.center-v{
    margin-top: auto;
    margin-bottom: auto;
}
.center-h{
    margin-left: auto;
    margin-right: auto;
}

.v-center-content{
    display: flex;
    align-items: center;
}
.h-center-content{
    display: flex;
    justify-content: center;
}

.icon{
    margin: 12px;
}

.topnav {
  overflow: hidden;
  background-color: #333;

  position: fixed;
  width: 100%;

  display:flex;
  justify-content: center;

  z-index: 1;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

#contact-social{
    list-style: none;
    font-size: 36px;
    
    margin: 0px 6px;
}

.img-sm{
    width: 180px;
    height: auto;
}