/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.txt1
{
     font-size: 15px;
     font-weight: 800;
     color: #606060;
}
.navitem 
{
    font-size: 13px;
    text-decoration: none;
    color: white;
    border-radius: 10px;

}
.navitem:hover
{
    font-size: 13px;
    text-decoration: none;
     color: #606060;

}
.text_block {
  position: absolute;
  bottom: 240px;
  left: 90px; 
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  

}
@media screen and (max-width: 600px) {
  .text_block  {
  position: absolute;
  bottom: 100px;
  left: 20px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
 
  }
}
.text_block2 {
  position: absolute;
  bottom: 100px;
  right: 20px;
  background-color: #ed6624 ;
  padding-left: 10px;
  padding-right: 20px;
  border-radius:10px;

}
@media screen and (max-width: 600px) {
  .text_block2  {
  position: absolute;
  bottom: 50px;
  left: 20px;
  max-width:250px;
  background-color: #ed6624;
   
  }
}
.headline2
{
   font-size:40px;
   font-weight:100; 
   font-family: "Segoe UI", Arial, sans-serif;
   color: white;
   margin-top:-22px;
  
}
@media screen and (max-width: 600px) {
  .headline2  {
     font-weight: 100;
     font-size:17px;
     margin-top:-10px;
  }
}


.tagline3
{
   font-size:18px;
   font-weight:200; 
   color:white;

}
@media screen and (max-width: 600px) {
  .tagline3  {
     font-weight: 100;
     font-size:12px;
  }
}
.tagline1
{
    font-weight: 800;
    font-size:45px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: white;
}
@media screen and (max-width: 600px) {
  .tagline1  {
     font-weight: 600;
     font-size:25px;
     font-family: "Segoe UI", Arial, sans-serif;
  }
}
.s3_panel3
{

    background-color: #f08819;
   
}
.serviceNote
{
font-size: 12px;
line-height: 1.2
}