/*

  _________ __         .__  .__                                                         
 /   _____//  |_  ____ |  | |  |__  _  _______     ____   ____   ____                   
 \_____  \\   __\/ __ \|  | |  |\ \/ \/ /\__  \   / ___\_/ __ \ /    \                  
 /        \|  | \  ___/|  |_|  |_\     /  / __ \_/ /_/  >  ___/|   |  \                 
/_______  /|__|  \___  >____/____/\/\_/  (____  /\___  / \___  >___|  /                 
        \/           \/                       \//_____/      \/     \/                  
_________               .__  __         .__                                             
\_   ___ \_____  ______ |__|/  |______  |  |                                            
/    \  \/\__  \ \____ \|  \   __\__  \ |  |                                            
\     \____/ __ \|  |_> >  ||  |  / __ \|  |__                                          
 \______  (____  /   __/|__||__| (____  /____/                                          
        \/     \/|__|                 \/                                                
__________                __                                .____    .____   _________  
\______   \_____ ________/  |_  ____   ___________  ______  |    |   |    |  \_   ___ \ 
 |     ___/\__  \\_  __ \   __\/    \_/ __ \_  __ \/  ___/  |    |   |    |  /    \  \/ 
 |    |     / __ \|  | \/|  | |   |  \  ___/|  | \/\___ \   |    |___|    |__\     \____
 |____|    (____  /__|   |__| |___|  /\___  >__|  /____  >  |_______ \_______ \______  /
                \/                 \/     \/           \/           \/       \/      \/                 

Customized LESS --> CSS for StellwagenCapital.com
Designed by Littauer Enterprises LLC
Contact: benlittauer@gmail.com

Built on Bootstrap v3.3.1 (http://getbootstrap.com)

*/
body {
  background-image: url('../../img/tuna.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Lato', sans-serif;
  color: #aaaaaa;
  line-height: 1.3em;
  font-size: 16px;
}
banner {
  position: absolute;
  left: 5%;
  top: 10%;
  padding: 30px 90px 30px 38px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
}
h1 {
  margin: 0;
  font-family: 'Playfair Display SC', serif;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
}
.address {
  margin-top: 20px;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  color: #aaaaaa;
}
a:hover,
a:active,
a:focus {
  color: #aaaaaa;
  text-decoration: underline;
}
/* Medium devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  banner {
    padding: 20px 70px 20px 30px;
  }
  h1 {
    font-size: 33px;
  }
}
/* Small devices (laptops & tablets, 991px and down) */
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  banner {
    padding: 20px 50px 20px 25px;
  }
  h1 {
    font-size: 28px;
  }
  .address {
    margin-top: 10px;
  }
}
/* Handheld devices (smartphones, 767px and down) */
@media (max-width: 767px) {
  body {
    font-size: 13px;
    background: none;
  }
  banner {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    padding: 20px 50px 20px 25px;
  }
  h1 {
    font-size: 23px;
  }
  .address {
    margin-top: 10px;
  }
  backgroundimage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../../img/tuna-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
