/***************************
GENERAL
***************************/

body{
  font-family: monospace;
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: 'Changa One', 'sans-serif';*/
  font-size: 10pt;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

#wrapper {
  position: absolute;
  top: 15%;
  left:0px;
  right:0px;
  bottom:0px;
  overflow-y:scroll;
  max-width: 940px;
  margin: 0 auto;
  padding: 1% 5%;
}

h3 {
  margin: 0 0 1em 0;
  text-align: center;
}

/***************************
HEADING
***************************/

header {
  float: left;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  width: 100%;
}

.header {
    height: 10%;
}  

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

h1 {
  /*font-family: 'Changa One', sans-serif;*/
  font-family: 'Press Start 2p', cursive;
  margin: 15px 0;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 0.8em;
}
h2 {
  font-size: 0.75em;
  margin: -5px 0 0;
  font-weight: normal;
}

/***************************
NAVIGATION
***************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0;
}
nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
nav li {
  display: inline-block;
}
nav a {
  font-weight: 800;
  padding: 15px 10px;
}

/***************************
FOOTER
***************************/

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

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

/***************************
PORTFOLIO PAGE
***************************/

#gallery {
  margin: 0%;
  padding: 0%;
  list-style: none;
}
/**
#gallery img {
  box-shadow: 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 1px #ccc;
  -moz-box-shadow: 3px 3px 1px #ccc;
}
**/
#gallery li {
  float: left;
  width: 50%;
  margin: 2% 2%;
  background-color: #f5f5f5;
  color: #bdc3c7;
  box-shadow: 10px 10px 5px #484f4f;
  -webkit-box-shadow: 10px 10px 5px #484f4f;
  -moz-box-shadow: 10px 10px 5px #484f4f;
}

#gallery li:hover {
  float: left; 
  box-shadow: 10px 10px 5px #77a8a8;
  -webkit-box-shadow: 10px 10px 5px #77a8a8;
  -moz-box-shadow: 10px 10px 5px #77a8a8;
}


#gallery li a p {
  margin: 0;
  padding: 3%;
  font-size: 0.75em;
  color: #3c3c3c;
}

/***************************
ABOUT PAGE
***************************/

.profile-photo {
  display: block;
  max-width: 150px;
  margin: 10 auto 30px;
  border-radius: 100%;
  box-shadow: 10px 10px 5px #484f4f;
  -webkit-box-shadow: 10px 10px 5px #484f4f;
  -moz-box-shadow: 10px 10px 5px #484f4f;
 
}

/***************************
CONTACT PAGE
***************************/

.contact-info {
  list-style: none;
  margin: 0;
  padding: 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 0 10px;
}
.contact-info li.phone a {
  background-image: url('../img/phone.png');
}
.contact-info li.mail a {
  background-image: url('../img/mail.png');
}
.contact-info li.twitter a {
  background-image: url('../img/twitter.png');
}

/***************************
CLASSES PAGE
***************************/

#classes li {
  display: inline-block;
  list-style: none;
  padding: 2% 4% 2% 4%;
  margin-left: 5%;
  margin-right: 5%;
}

/***************************
REFERENCES PAGE
***************************/

#references li {
  display: inline-block;
  list-style: none;
  padding: 2% 2% 2% 4%;
  margin-left: 4%;
}

/***************************
COLORS
***************************/



body {
  /*background-color: #5CCCCC;*/
  color: #343535;
  background-color: #F5F5F5;
  

  /*LINEAR GRADIENT SYNTAX USED WITH PERMISSION FROM W3SCHOOLS http://www.w3schools.com*/

  /*background: #5CCCCC; /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #5CCCCC, #1CFC9C); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #5CCCCC, #1CFC9C); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #5CCCCC, #1CFC9C); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #5CCCCC, #1CFC9C); /* Standard syntax */
}

a {  
  color: #585756;
}



h1, h2, h3{ 
  /*color: #fff;
  color: #4AFFB1;*/
  color: #31d7ff;
}

header { 
  /*background: #1D7373;*/
  /*border: #4AFFB1;*/
  /*background: #282a36;*/
  border: #1D7373;
  
  /*background: #1D7373; /* For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #1D7373, #1CFC9C); /* For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #1D7373, #1CFC9C); /* For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #1D7373, #1CFC9C); /* For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #1D7373, #1CFC9C); /* Standard syntax */
  
  background: #1D7373; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #282a36, #31d7ff); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #282a36, #31d7ff); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #282a36, #31d7ff); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #282a36, #31d7ff); /* Standard syntax */
}
/*header { 
  background: #1D7373;
  border: #4AFFB1;
}*/


nav {  
  background: #4AFFB1;  
}



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

nav a.contact {
  color: #1D7373;
}

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









