.hidden {
    display: none;
}

#navbar-toggle-cbox {
    display: none;
}

#navbar-toggle-cbox ~ .collapsed {
  display:block;
  height: 0px;
}
#navbar-toggle-cbox:checked ~ .collapse {
    display: block;
    height: auto;
}

#navbar-toggle-cbox:checked ~ .collapse > ul {
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    padding: 0;
    margin: 0;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

a.nounder {
    text-shadow: 0 1px 2px rgba(0,0,0,0.0);
}

a.nounder:hover {
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.list-group-item:first-child, .list-group-item:last-child, .well {
    border-radius: 0;
}

#profilePic {
    border: 1px solid #CCC;
    padding: 5px;
    background: #FFFFFF;
    margin-bottom: 10px;
    width: 128px;
}

body,html {
    width: 100%;
    height: 100%;
}

a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-nav:hover>li>a {
  letter-spacing: 0em;
}

.navbar-nav>li>a:hover{
  letter-spacing: 0.4em;
}

.section {
    min-height: 50%;
    padding-top: 50px;
    text-align: left;
}

.intro-section {
    padding-top: 80px;
    min-height: 10%;
}

.contact-section {
    min-height: 20%;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

html,body{
    background: #555;
}

.footer-section {
    padding-top: 400px;
    padding-bottom: 20px;
    background: #555;
    color: #999;
    min-height: 2em;
    border-top: none;
}

.footer-section a {
    color: #AAA;
    text-decoration: underline;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
    }

    .top-nav-collapse {
        padding: 0;
    }

    #headerimg {
        margin-top: -1em;
        width: 3em;
        height: 3em;
        border-radius: 3em;
    }

    .section {
        padding-top: 75px;
    }
    .intro-section {
        padding-top: 150px;
    }
}

.quick-icon {
    font-size: 2em;
}

.jumbo-icon {
    font-size: 4em;
    padding: 5px;
    vertical-align: top;
}

a.nounder,a.nounder:link,a.nounder:hover,a.nounder:visited,a.nounder:active {
    text-decoration: none;
}

/* reveal footer */
body {
    z-index: 0;
    position: relative;
}
main {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
footer {
    position: relative;
    z-index: -2;
    height: 175px;
}
.footer-section {
    padding-top: 150px;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left:50%;
    width: 100%;
    margin-left: -50%;
}

.frost, .frost-heavy {
  background-color: rgba(255,255,255,0.9);
}

@-webkit-keyframes fade-in{
0%{opacity:0}
100%{opacity:1}
}
@keyframes fade-in{
0%{opacity:0}
100%{opacity:1}
}


.fade-0 {
  opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
}
.fade-1 {
  opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.125s forwards;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.125s forwards;
}
.fade-2 {
  opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.25s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.25s forwards ;
}
.fade-25 {
  opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.375s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.375s forwards ;
}
.fade-3 {
    opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s forwards ;
}
.fade-35 {
  opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.625s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.625s forwards ;
}
.fade-4 {
    opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.75s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.75s forwards ;
}
.fade-45 {
    opacity: 0;
  -webkit-animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.875s forwards ;
  animation: fade-in 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.875s forwards ;
}
