/*  */

/*  */

body {
    background-color: #45091C;
    background-image: ;
    background-repeat: ;
    background-attachment: ;
    background-position: ;
}

/* we want some elements to have a solid background irrespective of user settings */
body > .main-content > .row {
    background-color: #FFFFFF;
}
@media (min-width: 768px) {
    body > .main-content > .row {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        margin-bottom: 20px; /* to show the user's custom body background, if set */
    }
}
@media (max-width: 767px) {
    .main-content {
        padding-top: 0 !important;
    }
}


/** all other custom settings should be scoped to be within .user-page-content **/
/* with the exception of the page title and page description */

/* page settings (also page description) */

.user-page-content,
.user-page-content .panel .panel-body table,
.user-page-content .panel-body ul,
#view-description {
    font-family: 'Arial', 'Helvetica', 'Nimbus Sans L', 'FreeSans', sans-serif;
    color: #FFFFFF;
            font-size: small;
    
}

.user-page-content pre {
    color: #FFFFFF;
            font-size: small;
    
}


/* links and headings */

.user-page-content a,
.user-page-content a:link,
.user-page-content a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.user-page-content a:hover,
.user-page-content a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.user-page-content h1,
.user-page-content h2,
.user-page-content h3,
.user-page-content .panel-body h3,
.user-page-content h4,
.user-page-content h5,
.user-page-content h6,
.user-page-content .list-group-item-heading,
#viewh1 {
    color: #FFFFFF;
    font-family: 'Monotype Corsiva', 'Apple Chancery', 'Zapf Chancery', 'URW Chancery L', cursive;
    font-weight: bold;
}


/* blocks */

.user-page-content .panel .title:not(.feedtitle) {
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Monotype Corsiva', 'Apple Chancery', 'Zapf Chancery', 'URW Chancery L', cursive;
    border-color: #FFFFFF;
}
.user-page-content .panel .title a,
.user-page-content .panel .title a:link,
.user-page-content .panel .title a:visited,
.user-page-content .panel .title a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.user-page-content .panel .title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.user-page-content .link-blocktype:hover {
    background-color: transparent;
}
.user-page-content .panel {
    background-color: transparent; /* take away default white panel bg */
}


/* list groups */

.user-page-content .list-group-item {
    background-color: transparent;
}
.user-page-content .panel > .block .list-group .list-group-item {
    border-color: #FFFFFF;
}


/* pagination */

.user-page-content .pagination > .active > a,
.user-page-content .pagination > .active > a:focus,
.user-page-content .pagination > .active > a:hover,
.user-page-content .pagination > .active > span,
.user-page-content .pagination > .active > span:focus,
.user-page-content .pagination > .active > span:hover {
    background-color: #FFFFFF;
}


/** advanced: custom css **/

.main-content > .row {
background:url("https://4portfolio.ru/theme/mgah/static/images/header-fakultety.jpg") no-repeat 50% 0;
padding-left:30px
}

#main-column-container h1, h4 {
color:#FFF
}

.text-small {
color:#FFF
}

#main-column-container h1 {
text-align:center;
font-size:50px
}

.btnmgah {
color:#fff;
background-color:#45091c;
border-color:#45091c;
height:80px;
width:300px;
font-size:30px;
padding-top:15px
}

.user-page-content a.btnmgah:hover {
text-decoration:none;
background-color:#6c1732
}
