.outer-container {
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        overflow: auto;
        background-color: #EFEFEF;
        min-height:100%;
}

.header-container {
    
    height: 50px;
    background-color: #FFFFFF;
 
    
}

.social-media {
    float: left;
    
   padding-top: 10px;
   padding-left: 13px;
   padding-bottom: 4px;
   border-left: 2px;
   
    
}

.navbar {
    
    color: #58595B;
    float: right;
    font-family: open sans;
    padding-right:13px;
    position: relative;
    top:-2px;

    
    
    
}

li.nav-list{
       display: inline;
       vertical-align: middle;
}

.nav {
   
        list-style-type:none;
        position: relative;
        margin-left:20px;
        padding: 0px;
        padding-top: 3px;
      
      
        color: #58595B;
    font-family: open sans;
    font-size: 13px;
  
    
    
    
}

.nav-link:link{
    color: #37BDB2;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 18px;
    font-weight:700;
    
    
}

.nav-link:visited {
    color: #37BDB2;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 18px;
    font-weight:700;
    
    
}

.nav-link:hover {
    color: #FFFFFF;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 18px;
    font-weight:700;
    background-color: #37BDB2;
    
    
}


    
.middle-container {
    position: relative;
    height: 50%;
    background-image: url('images/coffee-background.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    
    overflow: none;
    z-index:1;
}

.logo-container {
    width: 500px;
    height: 250px;
    background-color: rgba(55, 189, 178, 0.7);
    border: auto;
    position: absolute;
    top: 50%;
    margin-top: -125px;
   z-index:auto;
    
}
.logo-name-tag {
    float: left;
   z-index:auto;
}
.logo-name {
  
    font-family: century gothic;
    font-size: 47px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 30px;
    letter-spacing: 1px;
    z-index:auto;
    
}

.logo-tag {
 
    font-family: helvetica;
    font-size: 17px;
    text-decoration: none;
    color: #FFFFFF;
    font-style: italic;
    padding-top: 20px;
    padding-left: 30px;
    font-weight: normal;
  z-index:auto;
    
}

.logo-machine {
    width: 175px;
    height: 175px;
    background-color: transparent;
    float: right;
    padding-right: 70px;
    padding-top: 18px;
    z-index:auto;
}

.badge {
 
    z-index:300;
    position: relative;
    left: 150px;
    top:-80px;
    
   
    
}


.banner-container {
    width:400px;
    height:80px;
    background-color: rgba(88,89,91,0.7);
    
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top:-100px;
}

.banner-heading {
    
    position: relative;
    margin: auto;
    margin-top:15px;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 16px;
    text-align: center;
    font-weight:600;
    font-style:italic;
     
}

.banner-tagline {
    
    position: relative;
    margin: auto;
    margin-top:10px;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 15px;
    text-align: center;
   
}

.announcement-box {
    width:400px;
    height:80px;
    background-color: rgba(88,89,91,0.7);
    
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top:20px;
    
}

.announcement-text {
    position: relative;
    margin: auto;
    margin-top:30px;
    color: #FFFFFF;
    font-family: open sans;
    font-size: 15px;
    text-align: center;
    font-weight:400;
   
}



.main-container {
    width: 800px;

    margin: auto;
    margin-top: 0px;
    position: relative;
    
    font-family: open sans;
    color: #58595B;
    padding:10px;
    font-size: 12px
   
    
    
}


.push {
    height:50px;
}
.footer {
    
    bottom: 0;
	right: 0;
	left:0;
	position: fixed;
	clear: both;
    width: 100%;
        
        height:50px;
    background-color: #37BDB2;
    
    
    
}

.footer-contact {
    width: 100%;
        
        height:50px;
    background-color: #37BDB2;
    position: absolute;
    bottom: 0;
   
    
}

.choose-city {
    
    color: #FFFFFF;
    float: left;
    font-family: open sans;
  

   

    
    
    
    
}

li.city-list{
       display: inline-block;
       vertical-align: middle;
             color: #FFFFFF;
    font-family: open sans;
    font-size: 13px;
  
}

.city {
   
        list-style-type:none;
        position: relative;
       
        
      
      
        color: #58595B;
    font-family: open sans;
    font-size: 13px;
  
    
    
    
}

.city-link:link{
    color: #FFFFFF;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    font-weight:700;
}

.city-link:visited {
    color: #FFFFFF;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    font-weight:700;
}

.city-link:hover {
    color: #37BDB2;
    font-family: open sans;
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    background-color: #FFFFFF;
    font-weight:700;
}

.copyright {
    font-family: open sans;
    color: #FFFFFF;
    font-size: 13px;
    float: right;
    margin-right:25px;
    padding-top:15px;
    
}

.arrow-placement {
    position: relative;
    top:0;
    left:20px;
    
}

.section-title {
    display: block;
    position: relative;
    margin: auto;
    
    margin-bottom:7px;
    text-align: center;
   
}
.title-line {
    border-top: 1px solid #37BDB2;
    width:80px;
    position: relative;
    top:20px;
}

.title-text {
    font-family: open sans;
    color: #37BDB2;
    font-size: 22px;
    position: relative;
    margin: auto;
    font-weight:700;
    letter-spacing:2px;
   

     
}

.main-paragraph {
    font-family: open sans;
    font-size: 12px;
    text-align: center;
    
}

.steps-graphic{
    width:150px;
    background-color: #FFFFFFF;
    text-align: center;
    vertical-align: top;
    font-family: open sans;
    font-size: 12px;
    padding:18px;
   
}

.steps-title {
    width:150px;
    font-family: open sans;
    font-size: 15px;
    font-weight:700;
    text-align: center;
    padding-bottom: 5px;
    padding-top:5px;
}

.steps-link:link {
    font-family, open sans;
    font-size: 12px;
    font-weight:700;
    color: #37BDB2;
    text-decoration: none;
}

.steps-link:visited {
    font-family, open sans;
    font-size: 12px;
    font-weight:700;
    color: #37BDB2;
    text-decoration: none;
}

.steps-link:hover {
    font-family, open sans;
    font-size: 12px;
    font-weight:700;
    color: #FFFFFF;
    background-color: #37BDB2;
    text-decoration: none;
}

/** Participating Coffee Shops **/

a.map:link {
text-decoration: none;
color: #58595B;
}

a.map:visited {
text-decoration: none;
color: #58595B;
}

a.map:hover {
    text-decoration:underline;
}

a.menulinkclick:link {
text-decoration: none;
color: #37BDB2;
font-weight: bold;
font-family: open sans;
font-size: 11;
}

a.menulinkclick:visited {
text-decoration: none;
color: #37BDB2;
font-weight: bold;
font-family: open sans;
font-size: 11;
}

a.menulinkclick:hover {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
font-family: open sans;
font-size: 11;
background-color: #37BDB2;
}

font.menulinkclick {
text-decoration: none;
color: #37BDB2;
font-weight: bold;
font-family: open sans;
font-size: 11;
}
/** END Participating Coffee Shops */

/** START BUY **/

font.headermed {
    font-family: open sans;
    font-size: 16px;
    font-weight:700;
    color: #37BDB2;
}

a.website:link {
text-decoration: none;
 color: #58595B;
}

a.website:visited {
text-decoration: none;
 color: #58595B;
}

