body {
    font-family: Helvetica, sans-serif;
}
h1 {
    margin:0;
}
div.container#home #homeContent h1 {
    color: #FFF;
    font-size: 5em;
    text-align: center;
}

div.container#home #homeContent h2#tag-reg, div.container#home #homeContent h2#tag-mob {
    color: #FFF;
    margin:0px!important;
    text-align:center;
    padding: 0!important;
}

#tag-mob {
    display: none;
}

div.container#projects #projectsContent h2 {
    color: #FFF;
    margin:0px;
    text-align:center;
    font-size: 2em;
}

.container#projects #projectsContent h1 {
    text-align: center;
    color: #FFF;
    font-size: 3em;
    text-shadow: 2px 2px 2px #888;
    margin: 20px;
}

.projectRollover p {
    font-weight: bold;
}

.projectRollover a {
    color:#C13;
    text-decoration: none;
    transition: 0.3s all;
}

.projectRollover a:hover {
    color:#982037;
}

div.container#experience h1 {
    text-align: right;
    color:#FFF;
    font-size: 5em;
    margin-right: 100px;
}

div.container#contact h1 {
    font-size: 4em;
    margin: 20px 80px;
    color:#FFF;
}

div.container#contact h2 {
    font-size: 3em;
    margin: 10px 80px;
    color:#FFF;
}

div.container#contact h2 a {
    color:#FFF;
    text-decoration: none;
}

div.container#contact h2 a:hover {
    text-decoration: underline;
}

div.container#contact a img {
    width: 100px;
    height:100px;
    transition: 0.3s all ease;
}

div.container#contact a img:hover {
    transform: rotateZ(15deg);
}

p#exp-mob-text {
    display: none;
    position: absolute;
    bottom:20px;
    left:0;
    width:90%;
    margin: 0 5%;
    text-align: center;
    font-style: italic;
    color:#EEE;
    font-family: serif;
}
