/* Custom Styles */

/*============================================================================
  Bob's Additional Code
==============================================================================*/

  /* Bring in Adobe Fonts such as Proxima Nova
  
  @import url("https://use.typekit.net/ouo4vfp.css");
 
h1, h2, h3, h4, h5, h6 { font-family: proxima-nova, sans-serif; } */

/* Matching navbar to Squarespace */

.link-list a, .logo__text, .user__login, .copyright {
    
font-weight: 400;
font-style: normal;
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
text-decoration: none;
line-height: 1em;}

.logo__text {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    color: rgba(54,54,54,.85);
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
}

.user__login {
     font-weight: 900;
}

.btn {
    font-size: 16px;
    font-weight:300;
    letter-spacing: 2px;
    
}

@media only screen and (max-width: 600px) {
    .logo__text {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    color: rgba(54,54,54,.85);
    margin: 0;
    line-height: 1em;
}
    
}

