

/* 0-599 SMARTPHONES   /// iPhone6 375x667 / iPhone5 320x568 + 568x620
------------------------------------------------------------------------------------------------------ */

svg.la-logo {
  width: 110px;
  height: 22px;
  fill: #111;
}

.top-menu.dark .top-menu-item svg.logo {
  fill: #fff;
}

h1.extra80 {
  font-family: "ProximaNova-Extrabld", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #111;
  text-align: center;
  margin: 0 auto;
	
  font-size: 78px;
  line-height: 72px;
  letter-spacing: -2px;	
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0 20px 24px 20px;
    
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

a.button {
  border-radius: 99px;
}

.text li p {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><path d='M8 0H0v8h8V0z' fill='%23333' fill-rule='evenodd'/></svg>");   
}

.footer {
  padding: 40px 4px 40px;
}

.footer-fix {
  max-width: 720px;
  margin: auto;
}

.footer .micro a.underline {
  border-bottom: 1px solid #bbb;
}


/* 600-1200 TABLETS   /// iPhone6 667x375 / iPad2 768x1024 + 1024x768
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 600px) {



}


/* 1200-2080 DESKTOP   /// MacBookPro 1680x1050
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {

svg.la-logo {
  width: 160px;
  height: 32px;
}
    
h1.extra80 {	
  max-width: 1024px;
  font-size: 160px;
  line-height: 144px;
  letter-spacing: -3px;	
  border-top: 0px solid rgba(255,255,255,0.00);
  border-bottom: 0px solid rgba(255,255,255,0.00);
  padding: 0 40px 36px 40px;
}

.link a:hover,
.link a:hover svg {
  color: #aaa;
  fill: #aaa;
}
	
.top-menu .third .top-menu-item a:hover,
.top-menu .third .top-menu-item a:hover svg,
.top-menu.dark .third .top-menu-item a:hover,
.top-menu.dark .third .top-menu-item a:hover svg,
.top-menu .first .top-menu-item a:hover,
.top-menu .first .top-menu-item a:hover svg,
.top-menu.dark .first .top-menu-item a:hover,
.top-menu.dark .first .top-menu-item a:hover svg,
.top-menu .third .top-menu-item .active,
.top-menu .third .top-menu-item .active svg,
.top-menu.dark .third .top-menu-item .active,
.top-menu.dark .third .top-menu-item .active svg {
  color: #aaa;
  fill: #aaa;
}
    
.footer {
  padding: 80px 24px 80px;
}
	
.footer a:hover {
  color: #aaa;
}
    
a.underline:hover {
  color: #999;
  border-bottom: 1.5px solid #999;
}
    
.footer .micro a.underline:hover {
  border-bottom: 1px solid #999;
}
	
}		


/* 2080+ BIG DESKTOP   /// iMac Retina 2560x1440
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 2080px) {

.grid-fix.narrow {
  max-width: 1280px;
}
        
}


/* ADJUSTMENTS
------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1600px) {


    
}