/*!
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
 @import url("https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic");

body {
    padding-top: 54px;
    color: rgba(0, 0, 0, 87);
    font-family: 'Ubuntu', Arial, Helvetica;
}

body a {
	color: rgba(0, 0, 0, 87);
}

body a:hover {
	color: #009cff;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.card {
    height: 100%;
}

.jumbotron {
	background-image: url("../images/bg-jumbotron.png");
	background-size: cover;
	background-position:center;
}

/* COMMON
----------------------------------------- */
.bg-akademik {
	background-color: #182e44;
}

/* nav
------------------ */
.img-logo {
    width:40px;
    display:inline-block;
}

/* THE FOOTER
-------------------------------------------------- */
.list-title {
    font-family: 'Ubuntu', Arial, Helvetica;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
    color: rgb(249,244,230);
}

.admin {
	font-size:12px;
}

.admin a {
    color: #CAC8C8;
    text-decoration: none;
}