/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2015, 7:42:44 AM
    Author     : OwenGerig
*/

/*shine stuff*/
 .sticker {
    width: 180px;
    height: 180px;
    /*background-color: #ff4a85;*/
    opacity: 0.9;
}

#consulting .sticker-img {
    background-image: url("../img/consulting.png");
}

#contact .sticker-img {
    background-image: url("../img/contactIcon.png");
}

#projects .sticker-img {
    background-image: url("../img/projectsIcon.png");
}

#workHistory .sticker-img {
    background-image: url("../img/workHistoryIcon.png");
}

#moreInformation .sticker-img {
    background-image: url("../img/moreInformationIcon.png");
}

ul { display:table; margin:0 auto;}

/*.icon-bar {
    //OG CHANGES
    padding-left: 15em;
    padding-right: 5em;
  }*/

/*for shine and title */
#title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1.25em;
  margin: 0; 
  font-size: 2.25em; 
  text-align: center;
  padding: 1em 0.5em;
  font-size: 4em;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.0em;
  background-color: #DCDCDC;
  }

 /*enables the showing and hiding of tab divs*/
.tab-content.hide{
  display: none;
}
.tab-content.active{
  display: block;
}
.projectsTab-content.hide{
  display: none;
}
.projectsTab-content.active{
  display: block;
}

h1{
  font-family: 'Montserrat';
  color: darkgray;
  /*font-size: 56px;*/
  font-weight: 100;
}