/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Mobile
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
    background: rgb(124,152,173) url('/images/Stormy-Waves-&-Ships-Footer.jpg') 0 100% no-repeat; 
    background-size: contain;
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 75px 225px 75px;
    box-sizing: border-box; 
  }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }



/* Desktop */
@media (min-width: 1010px) {
  .container {
    width: 960px; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .twelve.columns { width: 100%; margin-left: 0; }

}
@media ( max-width: 660px ) {
    .logo {
        width: 100%;
    }
    .container {
        padding-bottom: 155px;
    }
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
.center {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

