/* CSS Document */

/* OVERRIDING BOOTSTRAP STYLES */
.navbar{margin-bottom:0px;}
.navbar-inverse .navbar-brand  {color:#DAAF44;}
.jumbotron {
    background: #000 url("https://www.gcduniversity.com/include/images/jumbotron-image1.jpg") no-repeat center center;
    background-size: 100%,100%;
    -moz-background-size: 100%,100%;
    -webkit-background-size: 100%,100%;
    -o-background-size: 100%,100%;
    color: #FFF;
  	margin-bottom:0px;
	  padding: 5em;
}
.jumbotron h1, .jumbotron p {text-align: center; text-shadow: 2px 2px 8px black; font-family: 'Ubuntu',arial;}
.btn-primary {background-color:#BA8918;border: 3px solid white;}
.panel .panel-heading {background-color:#BA8918;color:white}
.panel {background-color:#FFE4A8;border: 3px solid white;}
.navbar-bottom {padding:55px;}
.glyphicon-thumbs-up {color:green;}
.glyphicon-thumbs-down {color:red;}
/*------------------------------*/

body {background-color:#DAAF44;}
.loginContainer {background-color:#DAAF44;padding:10px;margin-top:1px;}

.sidebar { background-color:#FCDF9C;
   background-repeat: repeat;
   padding-bottom: 99999px;
    border: 0px solid white;
}

.list-group-item img{ border-radius: 25px; background: #73AD21; margin-right: 1em;} 
.list-group-item {
    min-height: 70px;
}

#classUpload {
    padding-bottom: 10px;
}

#courseAvatar {
    padding-bottom: 36px;
    height: 30px;
}

#UserUpdate {
    padding-top: 10px;
    padding-bottom: 10px;
}

.editor .col-sm-12.col-md-6.panel:last-child {
    display: none;
}

.glyHuge {font-size:5em;}

footer {color: #FFFFFF}

/*------Quiz Page ------*/
.classQuiz {border: 1px solid white;padding:10px;background-color:#FFE4A8}
.classQuestionNumber {background-color:#222222; color:white;text-align:right;margin:-10px; padding:5px;}
.blurOut  {
 -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
   
  }



@media only screen and (min-width:768px) {

.jumbotron {
    background-position: center bottom;
    min-height: 500px;
}

}


@media screen and (max-width: 766px) {
.jumbotron {
    background-size:cover;
}
}



.row.dashboard {
    margin-bottom: 120px;
}

.row.justify-content-between .col-md-6:last-child {
    margin-top: 20px;
    text-align: right;
}