﻿/******************************************************************
1280up.css
-------------------------------------------------------------------
Stylesheet: Large Screen Stylesheet
-------------------------------------------------------------------

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1280px) {

		h1#header-logo a {
			background: url("/img/00/laguna_beach_logo.png") no-repeat scroll center center transparent;
			color: #222;
			font-size: 0;
			width: 130%;
			height: 100px;
			display: block;
			margin-left: -15%;


    transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -o-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -moz-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    -webkit-transition: color .6s ease-in-out, text-shadow .6s ease-in-out;
    }
		
    nav.main-nav ul {
    width: 100%;
    background: none;
		margin-right:0px;
    }
    .content-row {
      padding-top: 30px;
      padding-right: 0px;
    }

} 