/**
 * @file
 * Subtheme specific CSS.
 */
font-family: 'ukij tuz tom';
font-style: normal;
font-weight: 100;

@font-face {
  font-family: "ukij tuz tom";
  src:
    local("ukij tuz tom"),
    url("../fonts/ukijtut.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

h2, .h2, h1, h3, h4, h5, h6, everything {
  font-family: "ukij tuz tom";
}

.navbar {
    .navbar-header {float: right;
        a.logo { float: right !important;}
    }
    .navbar-collapse{
        nav {

            ul.menu.navbar-nav {float: right;
                li {
                    float: right;
                }
            }
            ul.menu.navbar-nav.secondary {float: left !important;
                li {
                    float: right;
                }
            }

        }
    }
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: right;
}
.site-footer {
    font-family: 'ukij tuz tom', sans-serif;
    padding: 35px 0 30px;
    background: black;
}