/*--- page ---*/

@font-face {
                font-family: "Libre Baskerville";
                src: url('fonts/LibreBaskerville-Regular.ttf') format("truetype");
            }

.img-height {
    height: 150px;
}
@media only screen and (min-width: 720px) {
    .img-height {
        height: 300px;
    }
}
html, body {
	padding: 0;
	margin: 0;
	min-height: 100vh;
	max-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    font-family: Libre Baskerville;
}


.bg {
 	padding: 0;
 	margin: 0;
 	background: #F6F6F6;
 	/*background-image: url("images/nrsc-site.jpg");
 	background-position: center;
     background-size: 100% 100%;
     min-height: 100vh;
     min-width: 100vw;
     background-repeat: no-repeat;
     overflow-x: hidden;*/
 }

 .bg_home1 {
 	padding: 0;
 	margin: 0;
 	background-image: url("images/bg.jpg");
    background-size: 100% 100%;
    min-height: 100%;
    background-repeat: no-repeat;
 }
.btn-dark{
    min-width: 200px !important;
    font-family: 'Libre Baskerville' !important;
}
.btn-default{
     min-width: 200px !important;
     font-family: 'Libre Baskerville' !important;
     background: #222;
     color: #fff;
}
.default-color{
    color: #222;
}
.font-gradient{
    text-align: center;
    font-family: Libre Baskerville;
    color: #f7831e;
    /*color: #5543ca;
       background: #5543ca;
       background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
       background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
       background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
       -webkit-background-clip: text !important;
       -webkit-text-fill-color: transparent !important;*/
}
/*--- navigation bar ---*/

    .navbar {
        background-color: #2a4e50;
        color: #ccc;
    }

    .nav-link,
    .navbar-brand {
        color: #fff;
        cursor: pointer;
    }

    .nav-link {
        margin-right: 1em !important;
    }

    .nav-link:hover {
        color: #FFFFFF;
    }

    a:hover {
        color: #000;
    }

    .navbar-collapse {
        justify-content: flex-end;
    }

.page-footer {
	background-color: #222;
    color: #ccc;
    /* padding: 60px 0 30px;*/
}

.footer-copyright {
	color: #fff;
	padding: 20px 0;
}

.btn-block {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.navbar{
    font-size: 1.1rem
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFFF00;
    color: #FFC0CB;

}


.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  line-height: 0;
  margin-left: 5px;
}
.navbar > div > ul > li > a:before, .navbar > div > ul > li > div > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #F7821E !important;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom:5px;
     color: #fff;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
   color: #fff;
}
.user-avatar-xxl {
    height: 128px;
    width: 128px
}

.user-avatar-xl {
    height: 90px;
    width: 90px
}

.user-avatar-lg {
    height: 48px;
    width: 48px
}

.user-avatar-md {
    height: 32px;
    width: 32px
}

.user-avatar-sm {
    height: 24px;
    width: 24px
}

.user-avatar-xs {
    height: 18px;
    width: 18px
}

.avatar {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #F7F9FA;
    background: #F7F9FA;
    color: #fff
}

.media-attachment div.avatar {
    border: none
}

.avatar.bg-primary {
    display: flex;
    align-items: center;
    justify-content: center
}

.avatar.bg-primary i {
    font-size: 14px
}
.top-row-page{
   /* background: #0e5455;*/
   background: #222;
}
.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}