
      
body {
  color: rgba(0,0,0,0.87);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 0; 
}

#companyinfo 
{
  background: rgb(248, 180, 101); 
  //background: #FDB731;
  max-width: 60%; 
  max-height: 80%; 
  margin: 10px auto 10px; 
  padding: 30px 26px 30px; 
  border-radius: 4px; 
  text-align: center;}

.list-inline {
  max-width: 500px;
  margin: 20px auto;
  
}
.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
a{
  color:#277b8a;
  text-decoration: none;
}


@import url(https://fonts.googleapis.com/css?family=Montserrat);

html, body{
  height: 100%;
  font-weight: 80;
}

body{
  background: #030321;
  font-family: Arial;
}

svg {
    display: block;
    font: 7.5em 'Montserrat';
    width: 100%; //960px
    height: 60%; //300px
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #4D163D;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #840037;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #BD0034;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #BD0034;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #FDB731;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}