svg { 
  width:95%; height:95%;
  position: relative;
  left: 2%;
}

@font-face {
  font-family: 'Republique';
  src: url('Font/diatypepre-regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -text-rendering: optimizeLegibility;
}


@media (max-width: 1024px) {

  body {
    background: #fff;
    color: #000;
  }

  #lefty, #righty {
    color: #000;
  }

  .line, .line-footer {
    border-top: 1px solid black;
  }

  .leftb, .rightb, .PST, .location {
    color: #000;
  }

  .map-tooltip {
    color: #000; 
    font-size: 1.25rem;
    top: 12px;
  }

  #box {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 97%;
    height: 60vw;
    background-color: transparent;
    z-index: -10;
  }
  
    #gradient {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 97%;
    height: 60vw;
    background-color: transparent;
    z-index: -10;
  }
  
}   
   
   
@media (max-width: 667px) {
      
body {
  background: #fff;
}
  
button {
  font-size: 1.0rem;
}

.leftb, .rightb, .PST, .location {
  color: #000;
  font-size: 1.0rem;
  z-index: 100;
}

  
.line {
  border-top: 1px solid black;
  top: 15px;
  left: 0;
  z-index: 1;
  }
  
.line-footer{
  margin-top: 2px;
}  

#box {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96%;
  height: 60vw;
  background-color: transparent;
  z-index: -10;
}
  
#gradient {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96%;
  height: 60vw;
  background-color: transparent;
  z-index: -10;
}
    
.map-tooltip {
  color: #000; 
  font-size: 1.0rem;
  top: 12px;
  width: 100%;
  text-align: center;
}

.modal-header, .modal-content {
padding: .9em;
}
  
#left_col {
float: left;
display: inline-block;
position: relative;
right: 0px;
top: 20px;
width: 100%;
border-right: 0px solid #000;
padding-bottom: 10px;
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
}

#right_col {
float: left;
display: inline-block;
width: 70%;
position: relative;
left: 0px;
top: 40px;
color: #666;
margin-left: 0;
animation: fadeIn ease 2s;
-webkit-animation: fadeIn ease 2s;
-moz-animation: fadeIn ease 2s;
-o-animation: fadeIn ease 2s;
-ms-animation: fadeIn ease 2s;
margin-bottom: 100px;
}


.teel-row {
display: flex;
flex-wrap: wrap;
margin: 0;
}

.teel-column {
  display: inline-block;
width: 100%;
  padding: 0px;
  margin-top: 20px;
}

.teel-column img {
   display: inline-block;
width: 100%;
}  

  
  body, h1, h2 {
      font-size: 1.0rem;
  }
  
  .sub {
  display: inline-block;
  position: fixed;
  right: .9em;
  text-align: right;
}

  #right_col p {
  margin-left: 0;
  padding: 0;
  margin-bottom: 10px;
}

  
  
}   
   
