/*** START landing page Canvas Catalog ***/

/*HEADER*/
/*Modify the header background for all catalog pages.*/
#app-header {
  background-color: #512888;
}

/*Modify the home page feature area background*/
.feature-region {
  display:none;
}
#home-page {
    background:#ffffff;
}

/* search background to K-State Gray */
.search-form-container { 
background-color: #999999
}

#search-form .search-form-container{
padding:3px 0px;	

}

/* featured image hero */
.hero-unit.no-carousel.row.img-responsive, .DashboardModal__Image {
    background: #fff url('https://s3.amazonaws.com/SSL_Assets/Kansas+State+University/Canvas+Header+Image_Canvas+Header+copy+2.jpg') 0 0;
    margin:0 auto;
    overflow:hidden;
    max-height: 400px !important;
    width:1200px !important;
    position: relative;
    display: flex;
    align-items:center;
}
#image {
    width: 100%;
}


#caption-text-box {
    position: absolute;
    left: 50%;
    top: 12%;
}

#caption-text {
    font-family: 'Raleway', sans-serif; 
    position: relative;
    left: -50%;
    color: #fff;
    margin-top: 110px;
    font-size: 36px;
    text-align: center;
    background: rgba(30, 40, 40, .75);
    padding: 20px;
    border-radius: 5px;
}

/* search box realign vertical */
#search-form .search-label, #search-form .search-box-wrapper {
    margin-top: 9px;
}
button#search-refine-button--refine.search-refine-button.btn.btn-lg {
    padding: 12px 16px 5px 16px;
}

/* Hide the "Drop Course" button that appears for students who have self-enrolled. */
.self_unenrollment_link {
    display:none !important;
}

application-fe258f2….css:1
.Dropdown__Toggle--cog {
    color: #333333;
    display: none;
}

.btn-link {
    color: #4B2781;
    font-weight: normal;
    cursor: pointer;
}


.btn-link {
color: #FFF;
}

/*Resize header logo*/

.header-branding > h1 > a > img {
   height:125%;
}
.header-nav li a,
#user-nav > a {
    color:#fff;
}

#app-footer {
    background-color: #414042; /*Beige: #E1D8B7*/
    color:#fff;
}

#app-footer a {
    color:#fff;
}

.Dropdown__Toggle--header {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    color: #fff;
}

element.style {
}
application-fe258f2….css:1
.Dropdown__Toggle--cog {
    color: #333333;
    display: none;
}
.Dropdown__Toggle--header:hover, .Dropdown__Toggle--cog:hover, .Dropdown__Toggle--header:focus, .Dropdown__Toggle--cog:focus {
    color: #ddd;
}
.Dropdown__Toggle--cog {display:none;}
/*** END landing page Canvas Catalog ***/