body {
    background-color: #edf6f9;
    /*background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);*/
    font-family: 'Montserrat', sans-serif;
}

/***************************** html ******************************/
/*html {*/
/*    position: relative;*/
/*    min-height: 100%;*/
/*}*/
/***************************** html ******************************/

/*********************** admin pages **************************/
a.admin_link {
    color: black;
}

a.admin_link:hover {
    background-color: #b8c6db;
    background-image: linear-gradient(415deg, #b8c6db 0%, #f5f7fa 74%);
}

/*********************** admin pages **************************/

/*********************** footer *******************************/
footer {
    color: #000000;
    background-color: #000000;
    /*font-size: 14px;*/
    font-weight: lighter;

    width: 100%;
}

/*********************** footer *******************************/

/********************* navbar *****************************/
span.no-nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    color: #432818;
    text-transform: capitalize;
}

.navbar-brand img {
    /*max-width: 145px;*/
    width: 145px;
    height: 35px;
}

nav.mynav {
    position: relative;
    /*line-height: 4;*/
    border-bottom-width: 1px;
    background-color: #fff;
    border-bottom-color: #eaeaea;
    border-bottom-style: solid;
    padding: 1em 0;
}

span.admin-name {
    color: #ef476f;
}


.photo-resize {
    width: 80px;
    height: 50px;
}

.view-active {
    color: navajowhite;
    border-bottom: 1px solid steelblue;
}

.navbar {
    padding: 0;
    margin: 0;
    line-height: 35px;
}

a.nav-link {
    color: black;
}

a.nav-link:hover {
    background-color: #b8c6db;
    background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}

/********************* navbar *****************************/

/**************** make table borders darker *********************/
table {
    border-collapse: collapse;
}

tr {
    border: solid;
    border-width: 2px 0;
}

/*tr:first-child {*/
/*    border-top: none;*/
/*}*/

/*tr:last-child {*/
/*    border-bottom: none;*/
/*}*/

td:last-child {
    border-width: 1px;
}

.my-text {
    margin: 1%;
    text-align: justify;
    text-justify: distribute-all-lines;
}

/**************** end *********************/
/*************** disabled *******************/
.disabledLink {
    color: grey;
    text-decoration: none;
    cursor: default;
}

/*************** disabled *******************/

/**** edit and delete icons in update_heading_preview page  ****/
.edit-glow:hover {
    border-radius: 5%;
    background-color: #0077b6;
    color: whitesmoke;
}

.remove-glow:hover {
    border-radius: 5%;
    background-color: mediumvioletred;
    color: whitesmoke;
}

/**** edit and delete icons in update_heading_preview page  ****/

.image-preview {
    width: 162px;
    min-width: 107px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    margin-top: 15px;
    display: none;

    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #cccccc;
}

.image-preview-image {
    display: none;
    width: 159px;
}

/* display image for type image */
.type-image {
    display: none;
}

/* toggle last column images on/off */
.toggle-trigger {
    cursor: pointer;
    color: whitesmoke;

}

/* toggle last column images on/off */