/* ---------------------------------------------------------------------------------------------- */
/* -----| GENERAL |------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,600');

body, html {
    /*padding: 70px 0 0;*/
    font-family: "Source Sans Pro";
    height: 100%;
        /* The image used 
    background: url("/assets/images/bg_madelief.jpg");
    background-image: linear-gradient(rgba(19, 133, 53, 0.3), rgba(240, 233, 114, 0.3)), url(http://cloud.schumm.nl/_include/images/background/milkey-dots.jpg);*/
    background-image: linear-gradient(rgba(114, 114, 114, 0.7), rgba(114, 114, 114, 0.7)), url(http://cloud.schumm.nl/_include/images/background/louis-paulin-VX5B5KtFtGs-unsplash.jpg);
    
    /* Set a specific height 
    height: 200px; 
    width: 100%;*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.breadcrumb-fixed {padding-top: 56px;}

.container {max-width: 960px;}

/* -------------------------------------------------------------------------- */
/* -----| TOP |-------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.parallax{max-width: 960px;margin: auto;}

.parallax-header h3 {
    font-family: 'Rajdhani'!important;
    font-size: 50pt;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #595959, -1px -1px 0 #595959, 1px -1px 0 #595959, -1px 1px 0 #595959, 10px 10px 10px rgba(0, 0, 0, 0.9);
    /* text-shadow: 15px 15px 20px rgba(0,0, 0, 0.7); */
    /* text-shadow: 2px 2px #000000; */
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    color: rgba(242, 242, 242, 1);
    line-height: 1;
    margin-top: 30px;
  }
.parallax-header h2 {
    font-family: 'Rajdhani'!important;
    font-size: 20pt;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #595959, -1px -1px 0 #595959, 1px -1px 0 #595959, -1px 1px 0 #595959, 10px 10px 10px rgba(128, 128, 128, 0.7);
    /* text-shadow: 15px 15px 20px rgba(0,0, 0, 0.7); */
    /* text-shadow: 2px 2px #000000; */
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    color: rgba(242, 242, 242, 1);
    line-height: 1;
    margin-bottom: 50px;
  }

/* -------------------------------------------------------------------------- */
/* -----| NAVBAR |----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#header {z-index: 1;}

.bg-blue-600{
    background-color: rgba(114, 114, 114, 0.5);
    border-radius: 10px;
}
.shadow{box-shadow:0 10px 20px 0 rgba(0,0,0,0),0 10px 20px 0 rgba(0,0,0,0)}
.sticky{position:-webkit-sticky;position:sticky}

/*! * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.fa,.fab,.far,.fas{
    /*-moz-osx-font-smoothing:grayscale;*/
    -webkit-font-smoothing:antialiased;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    text-rendering:auto;
    line-height:1;
    color:  rgb(255, 255, 255);
}
.fa-info-circle:before {
    color:  rgb(255, 255, 255);
}

.navbar-text{
    font-family: 'Rajdhani'!important;
    text-transform: lowercase;
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
    color:  rgb(255, 255, 255);
}

.navbar-text > a{color:  rgb(255, 255, 255);}
.navbar-text a:hover{color:  rgb(255, 255, 0);}
.navbar-default {background-color: rgba(255, 255, 255, 0.0);border-color: rgba(255, 255, 255, 0.0);} 
  
.navbar {
    /* position: relative; */
    /* min-height: 50px; */
    /* margin-bottom: 20px; */
    border: 0px solid transparent;
}

.navbar-fixed-top {
    /* top: 0; */
    /* border-width: 0 0 1px; */
}

/* -------------------------------------------------------------------------- */
/* -----| HEADER |----------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#page-navbar .navbar-text {
    display: block;
    float: left;
    font-family: "Source Sans Pro";
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| DIRECTORY LISTER |--------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#directory-list-header {
    background-color: rgba(255, 255, 255, 0.0);
    font-family: 'Source Sans Pro'!important;
    font-size: 15pt;
    font-weight: 400;
    text-align: left;
    text-transform: normal;
    font-style: normal;
    color:  rgba(255, 255, 255);
    border-radius: 10px;
    padding:  30px 20px 0px 20px; 
    text-shadow: 1px 1px 0 #595959, -1px -1px 0 #595959, 1px -1px 0 #595959, -1px 1px 0 #595959, 10px 10px 10px rgba(0, 0, 0, 0.9);
}
#directory-listing {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    font-style: normal;
    text-justify: inter-character;
    color:  rgba(255, 255, 255);
}    

#directory-listing li {position: relative;}

#directory-listing a {
    color:  rgba(255, 255, 255);
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif!important;
    font-size: 14pt;
    font-weight: 300;
    font-style: normal;
    text-justify: inter-character;
    /*text-shadow: 1px 1px 0 #595959, -1px -1px 0 #595959, 1px -1px 0 #595959, -1px 1px 0 #595959, 10px 10px 10px rgba(0, 0, 0, 0.9);*/
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(144, 144, 144, 0.7);
    border-radius: 10px;
    color: #ffffff;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	/*-webkit-box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);
	*box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);*/
}

.file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-name i {
    color: rgba(255, 255, 255);
}

.file-info-button,
.web-link-button {
    display: inline-block;
    cursor: pointer;
    margin-left: 100%;
    padding: 6px 10px !important;
    position: absolute !important;
    top: 4px;
    border-radius: 50px;
}

.web-link-button i,.file-info-button i {color: #999;}

/* ---------------------------------------------------------------------------------------------- */
/* -----| FOOTER |------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.footer {margin: 20px;text-align: center;}

.footer img{
    margin: 20px;
    float: center;
    inset-block: center;
    padding: 5px;
}

#cw  {
    color: #ffffff;
    padding: 2px;
    font-family: 'Rajdhani'!important;
    font-size: 12pt;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    text-align: justify;
    text-justify: inter-character;
    text-shadow: 1px 1px 0 #595959, -1px -1px 0 #595959, 1px -1px 0 #595959, -1px 1px 0 #595959, 10px 10px 10px rgba(0, 0, 0, 0.9);
}

#cw a {color: #ffffff;}

* {box-sizing: border-box;}
  
  .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 500px) {
    .column {
      width: 100%;
    }
  }

/* -------------------------------------------------------------------------- */
/* -----| BACKTOTOP |-------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#BackToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(49, 130, 206, 0.3);
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}
  
#BackToTop:hover {
    background-color: rgba(49, 130, 206, 0.3);
    -moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-ms-transform: scale(1.0);
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 10px 20px 0 rgba(0,0, 0, 0.5),0 10px 20px 0 rgba(0,0,0,0.5);
}

/* ---------------------------------------------------------------------------------------------- */
/* -----| CHECKSUM MODAL |----------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

#file-info {margin: 0;}
#file-info .table-title {font-weight: bold;text-align: right;}
#file-info .md5-hash,#file-info .sha1-hash {font-family: 'Source Sans Pro', sans-serif;}

/* -------------------------------------------------------------------------- */
/* -----| RESPONSIVE |------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .navbar-nav {
        float: left;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navbar-right {
        float: right !important;
    }
    #page-navbar .navbar-text {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 75%;
    }
    .file-info-button {
        display: none !important;
    }
}
img{max-width:100%;height:auto}

.modal-content {
    font-family: 'Rajdhani'!important;
    font-size: 14pt;
    position: relative;
    background-color:  rgba(255,255,255,0.8);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}