@font-face{
  font-family: "Aino-Headline";
  src: url('Aino-Headline.woff2') format('woff2'),
       url('Aino-Headline.woff') format('woff'),
       url('Aino-Headline.otf')  format('opentype');
}

@font-face{
  font-family: "Aino-Regular";
  src: url('Aino_31_170411-Regular.woff2') format('woff2'),
       url('Aino_31_170411-Regular.woff') format('woff'),
       url('Aino_31_170411-Regular.otf')  format('opentype');
}

@font-face{
  font-family: "Aino-Bold";
  src: url('Aino_31_170411-Bold.woff2') format('woff2'),
       url('Aino_31_170411-Bold.woff') format('woff'),
       url('Aino_31_170411-Bold.otf')  format('opentype');
}
@font-face{
  font-family: "EESTI_ICONS";
  src: url('eesti_icons.woff') format('woff'),
       url('eesti_icons.eot')  format('embedded-opentype'),
       url('eesti_icons.ttf')  format('truetype'),
       url('eesti_icons.svg')  format('svg');
}

body {
  font-family: "Aino-Regular";
  padding-top: 0;
	background-color:  #f0f1f2;
}
#bg  {
  background-image: url('footer-02.jpg') ;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  background-color: white;
  bottom: 0;
  padding: 0px 1em 1.5em 1em;
  position: relative;
  display: flex;
  align-items: center;
}

#main-page{
  padding-top: 2rem;
}

header{
  background-image: url('header-01.jpg') ;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}

/*footer*/
footer{
	background: #f0f1f2;
	position: static;
	width: 100%;
	bottom: 0;
}

.logo {
  width: 345px;
  height: 73px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header-logo {
  float: right;
}

.py-5  {
  padding: 1em 0 !important;
}
.row {
  padding:0;
}

/* Text */
h1 {
  font-family: "Aino-Headline";
  font-size: 2rem;
  padding: 0;
	color: #0000f0;
}
h3 {
  font-family: "Aino-Regular";
  font-size: 1.1em;
  padding-left: 1em;
}
h4 {
  font-family: "Aino-Headline";
  font-size: 2em;
  padding: 0.5em 0;
  color: #003cff;
}
.glyphicon {
    position: relative;
    display: inline-flex;
    font-family: 'EESTI_ICONS';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-size: xx-large;
	padding-right: .3em;
	}
a {
    color: #003cff;
}
a:hover {
    color: #0000b4;
}

/*Navigation*/
.navbar-brand {
  font-family: "Aino-Headline";
  font-size: 2rem;
  padding: 0;
  margin-left: -.25rem;	
}
.pl-sm-1 img{
padding-left: 1rem;
	z-index: 1050;
}
.navbar-brand img{
padding-left: 0;
	top: 0;
	z-index: 3;
	position: absolute;
}
.navbar{
  padding: 0;
  display: block;
}
.navbar-light{
  padding-top: 2rem;
}
@media (max-width:571px){
	.navbar-light {
		padding-top:1rem !important;}}
.navbar-dark{
  text-align: right !important;
	background-color: #A7A9AB !important;
	color: #fff;
	z-index: 1;
}
.navbar>.container {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.nav-link {
  display: inline-block;
}
.navbar-text {
  display: inline-block;
  -ms-flex-align: baseline;
    align-items: baseline;
}
.breadcrumb{
  font-size: .8em;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb a{
  color: #a7a9ab;
}
span.gap {
  font-size: 100%!important;
}

/* Levels */
a.badge.choose-level-link.badge-success {
	font-size: 75% !important;
	background-color: #a7a9ab;
	color: white;
}
#levels a.badge.choose-level-link {
	padding: .4em 1em .25em 1em;
}
a.badge.choose-level-link.badge-primary {
    background-color: #808284;
	color: white;
}
a.badge.choose-level-link {
    background-color: white;
	color: black;
}
#levels {
	padding: 0 0 0.5em 0;
}

 /* Buttons  */
.btn {
    border: 0;
    margin-bottom: .3rem;
}

.btn-primary, .btn-light {
    background-color: #003cff;
}
.btn-primary:hover, .badge-primary:hover, .btn-light:hover {
    background-color: #0000f0;
}
.btn-success, .badge-success {
    background-color: #65a580;
}
.btn-success:hover{
    background-color: #2e6347;
}
.btn-light {
    margin-left: 1em;
}
.btn:focus, .btn.focus {
	box-shadow: none;
}

div.answer-choice-row > label{
  padding-left: .4em;
}
div.question-panel{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Aino-Bold";
}
input.incorrect-text{
  background-color: pink;
}

/* incorrect ja correct answer */
div.incorrect-choice > label, .badge-success {
    margin-left: 0;
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
div.incorrect-choice {
    color: white;
}
div.incorrect-choice > label {
  background-color: #b199c9;
}
/* alerts feedback */
.incorrect-answer-feedback {
    color: #614d88;
}
.alert-danger {
  background-color: white;
  border-color: #b199c9;
}
.correct-answer-feedback {
    color: #65a580;
}
.alert-success {
  background-color: white;
  border-color: #65a580;
}
.alert-secondary {
  background-color: white;
  border-color: #0000f0;
  color: #0000f0;
}
.alert-primary {
  background-color: white;
  border-color: #0000f0;
  color: #0000f0;
}
.glyphicon-incorrect:before {
    content: "\4E";
}
.glyphicon-correct:before {
    content: "\43";
}
.glyphicon-task:before {
    content: "\53";
}
.glyphicon-exercise:before {
    content: "\44";
}
/* esilehe ikoonid*/

.media {
    padding-top: 1em;
}
.my-4 {
	margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

div.task{
  border: 0px;
  padding: 0 2px 0 0;
  margin: 0;
  display: inline-block;
  background-color: transparent;
  width: 1%;
}

div.prg{
  width: 100%;
  display: none;  
  line-height: 1;
}


div.prg-block{
  border: 0;
  width: 100%;
  background-color: silver;
  height: 0.5rem;
}

a.prg-label{
  white-space: nowrap;
  font-size: .8em;
  pointer-events:all;
}

span.prg-label{
  display: inline-block;
  width: 20%;
}

span.prg-label > a {
  white-space: nowrap;
  font-size: .8em;
}

div.done > div.prg-block{
  background-color: #65a580;
}

div.current > div.prg-block{
  background-color: #0000f0;
}

.separator {
    margin: 40px 0 39px;
}

.pl-sm-2 {
	padding-left: 180px !important;
	
}
div.task-instruction{
  margin-bottom: 1rem!important;
}
div.task-row{
  margin-top: 0.5rem!important;
}
p.task-instruction{
  margin-bottom: 0;
}

.py-0 {
  padding-top:0 !important;
}

@media (max-width:991px){
	.pl-md-3 {
		padding-left:15px;
		padding-top: 120px;
		}
	.navbar-brand {
		padding-left:15px;
		}
	#bg {
		padding-top:0;
    }
}
  
@media (min-width:992px){
	.pl-md-3 {
    padding-left:200px !important;}
}

.display-mobile{
  display: none;
}
.display-desktop{
  display: block;
}

div.footer-logo-container {
  background-color: white;
  padding: 1em 0 1em 0;
}

@media (max-width:580px){
  .display-mobile{
    display: block;
  }
  .display-desktop{
    display: none;
  }
  }

@media (min-width:581px){
}
