/****** START Boston College custom style ******/

/*** START font ***/
/* import google font and apply it to headings*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,800,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,300,300italic,700italic);

.hidden-image {
display: none;
}

/*** override the tile's forced capitalization for the Microaggressions course **/
[title~="Microaggressions:"] {
text-transform:inherit;
}

body {
    font-family: 'open sans';
}
h1, h2, h3, h4, h5, h6, .hero-region h1, .hero-region .h1, .hero-region .AdminSynopsis__Title {
    font-family: 'Raleway', sans-serif;   
    font-weight: 600;
    color: #183e50;
}
h1, h2, h3 {     
    text-transform: capitalize;
}
h2 {
    margin-bottom: 4px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}

.faculty-title {
    font-style: italic;
    margin-bottom: 5px;
}
.instructor-container {
    clear: both;
    padding-top: 15px;
}
img.instructor {
    width: 120px;
    float: left;
    margin-right: 10px
}

.comingsoon {
color: white;
font-size: 2em;  
text-align: center;
    background-color: #960730;
}

/*** END font ***/

/*** START landing page Canvas Catalog ***/
/* search background to BC maroon */
.search-form-container { 
background-color: #501315
}

/* featured image hero */
#hero-image {
    margin: auto;
    float: left;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    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;
   white-space: nowrap;

}

#caption-text a:link { color: #fff}
#caption-text a:visited { color: #fff; }
#caption-text a:hover { color: #fff; text-decoration:none}
#caption-text a:active { color: #fff; text-decoration:none}

/* 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;
}
/*** END landing page Canvas Catalog ***/

@media (max-width: 979px) {
    #caption-text {
    font-size: 1.5em;
    }
    #app-header {
    background-color: white;
    color: #5b6c79;
    padding: 0;
    white-space: nowrap;
    }
    .AccountDropdown--margin-top {
    margin-top: 0;
    }
}
@media (max-width: 600px) {
#caption-text-box {
    top: 10%;
    }
}
@media (max-width: 540px) {
    #caption-text {
    display: none;
    }
}

/* MAKE "SIGN IN HERE" ON ENROLLMENT PAGE APPEAR AS A BUTTON - WHITE TEXT, BLUE BACKGROUND */

.RegistrationHeader__AuthenticationStatus a.czbXA_bGBk.cIcZl_bGBk {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color:white !important;
    background: #1790DF;
    text-decoration: none !important;
    font-weight: bold !important;
}

.RegistrationHeader__AuthenticationStatus a.czbXA_bGBk.cIcZl_bGBk:hover {
    background: #0F70AD;
}

/* DUMMY COMMENT */