@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
    font-family: tulpen_one;
    src: url(../fonts/tulpen_one/TulpenOne-Regular.ttf);
}

@font-face {
    font-family: oswald;
    src: url(../fonts/oswald/Oswald-Regular.ttf);
}

@font-face {
    font-family: alfa_slab_one;
    src: url(../fonts/alfa_slab_one/AlfaSlabOne-Regular.ttf);
}
/* Alex Thomas */
/*.container {
    margin: 0;
    padding: 0;
}*/

    .webdoc2 :not(.gm-style) img:not(.footer-logo-icon):not() {
        max-height: 45vh;
        margin: 30px auto;
    }

    .webdoc2 nav {
        position: fixed;
        top: 20px;
        width: 100%;
        z-index: 9998;
        display: none;
    }

        .webdoc2 nav.show {
            display: block;
            opacity: 1;
        }

        .webdoc2 nav ul {
            width: 380px;
            margin: auto;
            padding: 0;
            padding-left: 50px;
        }

            .webdoc2 nav ul li {
                display: block;
                float: left;
                width: 40px;
                height: 40px;
                text-indent: -9999px;
                margin-left: 10px;
            }

                .webdoc2 nav ul li a {
                    display: block;
                    height: 40px;
                    width: 40px;
                    background: transparent center left;
                    -moz-transition: background-image 0.55s ease-in-out;
                    -webkit-transition: background-image 0.55s ease-in-out;
                    transition: background-image 0.55s ease-in-out;
                    background-image: url(../images/menu_small.png);
                }

                    .webdoc2 nav ul li a:hover,
                    .webdoc2 nav ul li a.active {
                        -moz-transition: background-image 0.55s ease-in-out;
                        -webkit-transition: background-image 0.55s ease-in-out;
                        transition: background-image 0.55s ease-in-out;
                    }

                .webdoc2 nav ul li:nth-child(2) a:hover,
                .webdoc2 nav ul li:nth-child(2) a.active {
                    background-image: url(../images/menu_small_1.png);
                }

                .webdoc2 nav ul li:nth-child(3) a {
                    background-position: -63px 0;
                }

                    .webdoc2 nav ul li:nth-child(3) a:hover,
                    .webdoc2 nav ul li:nth-child(3) a.active {
                        background-image: url(../images/menu_small_2.png);
                    }

                .webdoc2 nav ul li:nth-child(4) a {
                    background-position: -127px 0;
                }

                    .webdoc2 nav ul li:nth-child(4) a:hover,
                    .webdoc2 nav ul li:nth-child(4) a.active {
                        background-image: url(../images/menu_small_3.png);
                    }

                .webdoc2 nav ul li:nth-child(5) a {
                    background-position: -190px 0;
                }

                    .webdoc2 nav ul li:nth-child(5) a:hover,
                    .webdoc2 nav ul li:nth-child(5) a.active {
                        background-image: url(../images/menu_small_4.png);
                    }

                .webdoc2 nav ul li:nth-child(6) a {
                    background-position: -253px 0;
                }

                    .webdoc2 nav ul li:nth-child(6) a:hover,
                    .webdoc2 nav ul li:nth-child(6) a.active {
                        background-image: url(../images/menu_small_5.png);
                    }

                .webdoc2 nav ul li:nth-child(7) a {
                    background-position: -317px 0;
                }

                    .webdoc2 nav ul li:nth-child(7) a:hover,
                    .webdoc2 nav ul li:nth-child(7) a.active {
                        background-image: url(../images/menu_small_6.png);
                    }

                .webdoc2 nav ul li:first-child {
                    display: none;
                }

                .webdoc2 nav ul li:nth-child(2) {
                    margin-left: 0;
                }

    .webdoc2 section {
        min-height: 100vh;
        position: relative;
        background: white none;
        text-align: center;
    }

        .webdoc2 section .content {
            width: 100%;
            min-height: 100%;
            /*max-width: 1024px;*/
            /*height: 100%;*/
            /*left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;*/
        }
/* Media queries
@media (max-width: 480px) {
  .navbar-fixed-top {
    height: 83px;
  }
}
@media (min-width: 480px) {
  .navbar-fixed-top {
    height: 56px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .grid-item,
  .grid-sizer {
    width: 49%;
  }
}
@media (min-width: 768px) {
  #outer-wrapper {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .navbar-fixed-top {
    position: fixed;
  }
}
@media (min-width: 992px) {
  body {
    background-color: white;
  }
  #outer-wrapper {
    height: 100%;
  }
  .navbar-fixed-top {
    height: 4.2em;
  }
  #inner-wrapper {
    background-color: white;
    min-height: 100%;
    padding-bottom: 30px;
  }
  .navbar-toggle {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .lhc {
    position: fixed;
  }
  .rhc {
    position: relative;
    margin-left: 25%;
  }
  .blog .navbar {
    position: fixed;
  }
  /* #header .navbar-toggle {
        background: url("..images/menu-burger.gif") transparent 0 0 no-repeat;
    }

    #bw-navbar #bw-nav-toggle.nav-toggle-open {
        background: url("..images/menu-close.gif") transparent 0 0 no-repeat;
    }
}*/
