*{
  box-sizing: border-box;
}

.logo-cont{
  margin:20px;
  width:150px;
  height:2em;
  display:flex;
  flex-direction: column;
  padding-bottom: 1em;
}
.top-row{
  display:flex;
  flex-direction: row;
  align-items: flex-end;
}
.bottom-row{
  display:flex;
  flex-direction: row;
}
.TL{
  width: 2em;
  height: 1.75em;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.TR{
  border-bottom: 2px solid black;
  width: 8em;
  height:2.5em;
}
.BL{
  border-right: 2px solid black;
  width: 2em;
}
.BR{
  height:2em;
  width: 8em;
}
.logo-txt{
  font-size: 1.75rem;
  padding: 0 0 .1rem 0;
  margin: 0 0 .2em 0;
  display: block;
  text-align: center;
  font-weight: bolder;
}
.TR a {
  text-decoration: none;
  color: black;
  display: block;
}

@media only screen and (min-width: 650px) {
  .logo-cont{
    margin:10vh 10vw 10vh 10vw;
    width:80%;
    height:7rem;
    display:flex;
    flex-direction: column;
    padding-bottom: 1rem;
  }

  .top-row{
    display:flex;
    flex-direction: row;
    align-items: flex-end; 
  }
  .bottom-row{
    display:flex;
    flex-direction: row;
  }
  .TL{
    width: 3.5rem;
    height: 3.5rem;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
  }
  .TR{
    border-bottom: 2px solid black;
    width: 15rem;
    height:7rem;
  }
  .BL{
    border-right: 2px solid black;
    width: 3.5rem;
  }
  .BR{
    height:4.5rem;
    width: 8rem;
  }
  .logo-txt{
    font-size: 6rem;
    padding: 0 0 .1rem 0;
    margin: 0 0 .2rem 0;
    display: block;
    text-align: center;
    font-weight: bolder;
  }
  .TR a {
    text-decoration: none;
    color: black;
    display: block;
  }
  
  
}
@media only screen and (min-width: 780px){
  .logo-cont{
    margin:20px;
    width:150px;
    height:5rem;
    display:flex;
    flex-direction: column;
    padding-bottom: 1em;
  }
  .top-row{
    display:flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .bottom-row{
    display:flex;
    flex-direction: row;
  }
  .TL{
    width: 2em;
    height: 1.75em;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
  }
  .TR{
    border-bottom: 2px solid white;
    width: 8em;
    height:2.5em;
  }
  .BL{
    border-right: 2px solid white;
    width: 2em;
  }
  .BR{
    height:2em;
    width: 8em;
  }
  .logo-txt{
    font-size: 1.75rem;
    padding: 0 0 .1rem 0;
    margin: 0 0 .2em 0;
    display: block;
    text-align: center;
    font-weight: bolder;
    color: rgb(255, 255, 255);
  }
  .TR a {
    text-decoration: none;
    color:  white;
    display: block;
  }
  

}
@media only screen and (min-width:1030px){
  .logo-cont{
    margin:5rem;
    width:17rem;
    height:2em;
    display:flex;
    flex-direction: column;
    padding-bottom: 1em;
  }
  .top-row{
    display:flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .bottom-row{
    display:flex;
    flex-direction: row;
  }
  .TL{
    width: 2em;
    height: 3em;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
  }
  .TR{
    border-bottom: 2px solid white;
    width: 14em;
    height:5em;
  }
  .BL{
    border-right: 2px solid white;
    width: 2em;
  }
  .BR{
    height: 3.5em;
    width: 8em;
  }
  .logo-txt{
    font-size: 4.2rem;
    padding: 0 0 .1rem 0;
    margin: 0 0 .2em 0;
    display: block;
    text-align: center;
    font-weight: bolder;
    color: rgb(255, 255, 255);
  }
  .TR a {
    text-decoration: none;
    color:  white;
    display: block;
  }
  

}