@charset "UTF-8";
/* CSS Document */

:root {
    --primary: #FF2988;
    --primary-hover: #C20056;
    --black1: #1e1e1e;
    --black2: #2F3232;
}
@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Regular"),local("GTWalsheimProRegular"),url(GTWalsheimProRegular.woff2) format("woff2"),url(GTWalsheimProRegular.woff) format("woff"),url(GTWalsheimProRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro Bold"),local("GTWalsheimProBold"),url(GTWalsheimProBold.woff2) format("woff2"),url(GTWalsheimProBold.woff) format("woff"),url(GTWalsheimProBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

body {
	font-family: 'Gt walsheim', sans-serif;
}

#docsSearch {
	background-image: url(https://dl.dropbox.com/s/0ajkhw4zrmh2y2c/SearchBar_bg.png) ;
    background-size: cover;
	background-position: center;
	background-color:#1e1e1e;
}


#docsSearch h1 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
	margin-bottom: 20px;
	color: white;
}

#searchBar button {
    color: #fff;
	text-shadow: none;
    background: #C20056;
    border-radius: 0 25px 25px 0;
    border: 1px solid #C20056;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    top: 24px;
    right: -1px;
}

#searchBar .search-query {
    border-radius: 25px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    box-sizing: border-box;
}

#searchBar button:hover {
    background: #C20056;
}

input, button, select, textarea {
	font-family: 'Gt walsheim', sans-serif;
}


h1 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	font-weight: 700;
}

.category-list {
	text-align: center;
    margin: 1em auto;
}

.category-list h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
}

li {
	font-size: 18px;
	font-weight: 400;
}

.contentWrapper h1 {
    font-weight: 700;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.2em;
}

#sidebar h3 {
    font-size: 22px;
    text-transform: none;
}

#sidebar .nav-list a {
    display: inline-block;
    color: #858585;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0;
}


/*Homepage*/
#searchBar .search-query {
    height: 42px;
}

#searchBar button {
    height: 42px;
    background-color: #FF2988;
    font-size: 14px;
	font-weight: 700;
    border: none;
}

.navbar .container-fluid {
    height: 76px;
}
.navbar .nav li a {
	font-size: 16px; 
}
.brand {
    height: 54px;
}

.brand img {
    height: 100%;
    width: auto;
}

.category-list {}
.category-list .category {
	border-radius: 15px;
	border-color: #DDDDDD;
}

#main-content {
    background: none;
    background: none;
    float: right;
    margin-bottom: 2em;
    padding: 32px 0 0 28px;
}

/*Lists*/
#categoryHead .sort select {
	width: 160px;
    height: 42px;
    margin: -20px -20px 0 0;
    line-height: 24px;
    font-size: 14px;
}


#sidebar .nav-list li {
	font-size: 16px;
}
.icon-print {
	font-size: 20px;
}

textarea:focus,
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus { 
        border-color: var(--primary);
    }