body {
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(102,102,102,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(102,102,102,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(102,102,102,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6666666',GradientType=0 ); /* IE6-9 */
    background: url(../img/geometry_@2X.png) center repeat;
}


.page-head {
    width: 100%;
    margin: 0 auto;
/*    border: 1px solid red;*/
    text-align: center;
    padding: 7% 0;
 /*   background: url(../img/pink-dust.png) center repeat;*/
    background-color: white;
    border-bottom: 2px solid red;
}

#logo {
    max-width: 90%;
    display: block;
    margin: 0 auto;
/*border: 1px solid red;*/
}


h2 {
   font-family: 'Bitter', serif;
/*    text-transform: uppercase;*/
/*    font-size: 20px;*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
}

.services {
    width:100%;
    color: #373737;
/*    background-color: #ED1C24;*/
/*    height: 400px;*/
    text-align: left;
    font-family: 'Bitter', serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    padding: 20px;*/
}

/*
.services ul {
    width: 85%;
    
}
*/

.services ul li {
    border-bottom: 1px solid black;
/*    border-top: 1px solid black;*/
    padding: 5px;
}

footer {
    width:100%;
    background-color: black;
/*    height:200px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-family: 'Bitter', serif;
    /*background: url(../img/pink-dust.png) center repeat;*/
    border-top: 2px solid red;
    overflow: auto;
    
}

footer p {
    color: white;
    text-align: left;
/*    line-height: 1.5em;*/
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa-facebook {
  background: white;
  color: black;
    margin-top: 10px;
}

/* Add a hover effect if you want */

.fa:hover {
    opacity: 0.5;
}

.map {
    width: 100%;
/*    outline: 1px solid red;*/
    margin: 20px auto 20px auto;
}



/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    
    .columns {
        padding: 20px;
        /*border: 2px solid #373737;
        border-radius: 15px;*/
        margin-bottom: 20px;
    }
    
    .footer-inner {
        box-sizing: border-box;
        max-width: 960px;
        margin: 0 auto;
/*        outline: 1px solid red;*/
        padding: 20px;
    }
    
    .columns h2 {
        text-align: center;
/*        outline: 1px solid green;*/
    }
    
    .map {
    width: 400px;
    float: right;
    margin: 0;
    }
    
    .info-left {
/*        outline: 1px solid red;*/
        width: 50%;
        display: inline-block;
    }
    
    footer p {
        width:100%;
/*        outline: 1px solid red;*/
        display: inline-block;
    }
    
}

/* Larger than tablet */
@media (min-width: 750px) {
	columns {
        border: 2px solid #373737;
        border-radius: 15px;
    }
}



