body {
    padding-top: 50px;
    font-family: 'Anonymous Pro', monospace !important;
    overflow-x: hidden;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #1a1a1a;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, .6);
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
    padding: 0em;
    background: #E7E7D4;
    background-size: cover;
}

#header {
    position: relative;
    background: #FFF;
}

#header .container {
    position: relative;
    padding: 3em 0em;
}


/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {}

#logo h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3.4em;
    font-weight: 300;
    padding-bottom: 30px;
}

#logo a {
    font-size: 2.4em;
    font-weight: 300;
}

@media (min-width: 576px) {
    #logo h1 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 5.4em;
        font-weight: 300;
        padding-bottom: 30px;
    }
}


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
    position: relative;
    text-align: center;
    color: #FFFFFF;
    height: 100vh;
    overflow: hidden;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFF;
  margin-right: -15px;
  background: rgba(0, 0, 0, .6);
}

#banner header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-right: -15px;
}

#banner .fa {
    font-size: .4em;
}

#banner .fa:before {
    padding-bottom: 0.50em;
    font-size: 8em;
}

#banner .button {}

#banner .button:hover {}


/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
    position: relative;
    background-color: dimgrey;
    color: rgba(255, 255, 255, .6);
}

#footer a {
    color: rgba(255, 255, 255, .6);
}

#footer header h2 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.4em;
    color: #FFF;
}


/*********************************************************************************/
/* Custom                                                                        */
/*********************************************************************************/

#email-click {
    margin: ;
    width: 100%;
    text-align: center;
}

#email-click .fa {
    font-size: 1.5em;
}

.centered {
    padding-top: 50px;
    text-align: center;
}

.content-cell {
    position: relative;
    min-height: 400px;
}

.content-cell .inside {
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.work {
    text-align: center;
}

.green {
    background-color: #22b573;
}

.green h2 {
    color: #ffffff !important;
    font-family: 'Anonymous Pro', monospace;
}

.green .inside {
    color: #ffffff !important;
    font-family: 'Raleway', sans-serif;
}

.not-black {
    background-color: #1a1a1a;
    background-image: url(images/connected_icon_v1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.blue-grey {
    background-color: #bdccd4;
}

.blue-grey h2 {
    color: #1d1d1b !important;
    font-family: 'Anonymous Pro', monospace;
}

.blue-grey .inside {
    color: #1d1d1b !important;
    font-family: 'Raleway', sans-serif;
}

.grey {
    background-color: #d8d8d8;
    background-image: url(images/table_v1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail {
    position: relative;
    border: none;
}

.caption {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.caption h3 {
    color: #fff;
    font-size: 24px
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

#background {
    /*position: fixed;
    top: 50%;
    left: 50%;*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/
    overflow-x: hidden;
    background-size: cover;
}

.top-margin {
    margin-top: 30px;
}
