@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham-Bold.otf);
}

@font-face {
font-family: Gotham-Book;
src: url(../fonts/Gotham-Book.otf);
}

body {
    font-family: 'Gotham-Book', sans-serif;
		background: #fafafa;
		overflow: hidden;
}

p {
		font-family: 'Gotham-Book', sans-serif;
		margin-left: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#translateTab {
	margin-left: 10px;
}

.nav-tabs {
    border: none;
}

.nav-tabs li {
	padding: 0px;
	background-color: #2D154C;
	color: white;
    text-transform: uppercase;
    border: 4px solid white;
    margin-left: 20px;;
    margin-bottom: 20px;
}

.nav-tabs li a:hover {
    text-decoration: none;
}

.navbar-btn {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    outline: none !important;
    border: none;
}

.navbar {
    z-index: 5 !important;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
		align-items: stretch;
}

#sidebar {
    min-width: 350px;
    max-width: 350px;
    background: #2D154C;
    color: #fff;
	transition: all 0.3s;
}

#sidebar.active {
		margin-left: -350px;
}

#sidebar .sidebar-header {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
    background: #2D154C;
    /*border-bottom: 1px solid white; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px;
    font-size: 1.1em;
    display: block;
    text-decoration: none !important;
}

#sidebar ul li a:hover {
    text-decoration: underline;
}

#sidebar ul li a:hover {
    color: #2D154C;
    background: white;
}

#sidebar ul li.active > a {
	font-weight: bold;
    color: #2D154C;
    background: white
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;    
}

#transcribe-label {
    margin-left: 20px;
    margin-bottom: 0px;
}

#transcribeform {
	margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
}

.titles {
	margin-left: 20px;
    color: white;
    text-transform: uppercase;  
}

.dropdown-titles {
	margin-left: 20px;
    color: white;
    text-transform: uppercase;  
}

.titles a:hover {
    color: white;
}

.dropdown-titles a:hover {
    color: white;
}

#transcribebox {
    height: 350px;
    border-radius: 0 !important;
}

#save-button {
    padding-right: 15px;
    padding-left: 15px;
	background-color: #2D154C;
	color: white;
	text-transform: uppercase;
    border: 2px solid white;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

#save-translation-button {
    padding-right: 15px;
    padding-left: 15px;
	background-color: #2D154C;
	color: white;
	text-transform: uppercase;
    border: 2px solid white;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

#save-button:hover {
    color: #2D154C;
    background: white;
    border-radius: 0 !important;
}

#save-translation-button:hover {
    color: #2D154C;
    background: white;
    border-radius: 0 !important;
}

.btn {
	margin-right: 15px;
    background-color: #2D154C;
    border-radius: 0 !important;
}

.btn-xs {
    padding: 0px;
    color: white;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
}

#flash-message {
    margin-top: -55px;
    margin-left: 110px;
    display: none;
    color: white;
}

#prev-next {
    margin-top: -55px;
    margin-left: 120px;
}

#translate-text {
    height: 350px;
    border-color: #719ECE;
    overflow-y: scroll;
}

#translatebox {
    height: 250px;
    overflow-y: scroll;
}

.triangle {
    width: 10px;
}

#sidebarCollapse {
    display: inline;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	background-color: black;
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    overflow: hidden;
}

.collection-title {
    font-weight: bolder;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 767px) {
    #sidebarCollapse {
        display: inline;
    }
    #sidebar {
        margin-left: -350px;
    }
    #sidebar.active {
        margin-left: 0;
    }

    #collection-title {
        width: 100%;
    }

}
/*
@media (min-width: 768px)
and (max-width: 5000px) {
    #zoomIn {
        display: none;
    }

    #zoomOut {
        display: none;
    }
}
*/
