﻿/*TODO Fix opacity problem with image*/
div.FindUsScreen {
    top:0;
    bottom:0;
    position:relative;
    height:100%;
    font-family:BrandonGrotesque-Regular ;
    padding-left:10px;
    padding-right:10px;
    padding-top:55px;
    padding-bottom:20px;
    color:white;
    background-image: url('../Images/USA-Map-1-[1200]---green-update.jpg');
    background-repeat:no-repeat;
    background-size:cover;     
    background-attachment:fixed;
   
}
    div.FindUsScreen hr {
        width:30%;
        border-color:white;
        font-family: BrandonGrotesque-bold;
       
    }

    div.FindUsScreen h1 {
        font-family: BrandonGrotesque-bold;
        font-size:42px;
        color:white;
       
    }

    div.FindUsScreen h2 {
        font-family: BrandonGrotesque-regular;
        font-size:36px;
        color:white;
      
    }

    div.FindUsScreen .findus-text {
        font-family: BrandonGrotesque-regular;
        font-size:18px;
        color:white;
 
    
    }

    div.FindUsScreen .findus-text-bold {
        font-weight:bold;
        font-size:18px;
        color:white;
        font-family: BrandonGrotesque-regular;
  
    }
    div.FindUsScreen .findus-text-italic {
        font-style:italic;
    }

    div.FindUsScreen .findus-text-spacer-50 {
        display:block;
        height:50px;
    }

    div.FindUsScreen .findus-map {
        margin-top:30px;
        margin-bottom:50px;
    }

    .findus-map iframe {
        border: 5px solid #f7f6eb ;
 
    }