/*********************************
General
*********************************/

body {
 font-family:"jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
 /*'Open Sans', sans-serif;*/
  -webkit-font-smoothing: antialiased;
  line-height: 1.6em;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.logo a:hover {
  color: #999;
}

img {
 max-width: 100%; 
}

h3 {
  padding-bottom: 20px;
  margin: 0 auto 20px;
  color: #333;
  font-weight: 100;
  font-size: 2.25em;
  text-align: left;

  
    
    
}

/*********************************
Heading
*********************************/
header {

margin: 0 0 30px 0;
padding: 5px 0 0 0;
width: 100%
}

#logo {
  text-align: center;
  margin: 0;
} 

h1 {
  font-family: "FreightSans Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 15px 0;
  font-size: 1.75em;
  font-weight: 800;
  line-height: 0.8em;
}

h1 a hover {
  text-decoration: none;
}

h2 {
 font-size: 0.75em;
  margin: -5px 0 0;
  font-weight: normal;
}
    
/*********************************
Navigation
*********************************/
nav {
  font-family: "FreightSans Pro",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.15em;
}

nav {
  text-align: center;
  padding: 10px 0;
  margin: 23px 0 0;
}

nav ul {
 list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}

nav a:hover {
  text-decoration: none;
}
  

/*********************************
Footer
*********************************/
footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}

.social-icon {
 width: 35px;
  height: 35px;
  margin: 0 5px;
}

.social-icon:hover {
  width: 40px;
  height: 40px;
}

/*********************************
Page Portfolio
*********************************/

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 95%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #dbc3c7;
}

#gallery li a p {
  margin-bottom: 20px;
  padding-left: 5%;
  font-size: 1em;
  line-height: 1em;
  color: #777;
}

#gallery li { 
  padding: 5px; 
  border: solid 1px #EFEFEF; 
} 

#gallery li a:hover { 
  text-decoration: none;
  background-color: orange;
}




  /*.boxes li a:hover { 
  text-decoration: none;
  -webkit-filter: drop-shadow(5px 3px 1px grey)
  }*/




/*********************************
Page About
*********************************/
.profile-photo {
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  border-radius: 50%;
   padding:-1px;
   border:5px solid #999;
   background-color:#ddd;
/*
     border:5px solid #eee;
   background-color:#ddd;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
*/

}


/*********************************
Page Contact
*********************************/
.contact-info {
 list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.contact-info a {
  display: block;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px; 
}

.contact-info li.phone a {
  background-image: url('../img/phone.png');
  text-decoration: none;
}

.contact-info li.mail a {
  background-image: url('../img/mail.png');
}

.contact-info li.twitter a {
  background-image: url('../img/twitter.png');  
}

/*********************************
Football
*********************************/

#football {
  margin: 0;
  padding: 0;
  list-style: none;
}


#football {
  float: left;
  width: 95%;
  margin: auto;
  margin: 2.5%;
  color: #777;
}

#football p {
  margin-top: 1em;
  padding: 0%;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #777;
  text-align: cetner;
}

#football li a:hover {
  text-decoration: none;
}

/*********************************
Colors
*********************************/

body {
  background: #fff;
  color: #2f3f4f;
}

header {
  background: #2f3f4f;
  border-color: #999;
}

nav {
  background: #2f3f4f;
}

h1, h2 {
  color: #fff;
}

a {
  color: orange;
}

nav a, nav a:visited {
  color: #fff;
}

nav a.selected, nav a:hover {
  color: #999;
}


/*********************************
Icon Fonts
*********************************/


.icon-alone {
  display: inline-block; /* Fix for clickability issue in WebKit */
}
.screen-reader-text { /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}





