a{
    color: inherit;
}
body, html {
    height: 100%;
}
.bg{
    background: linear-gradient(0deg,rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url("../images/riddle.jpg");
    height: 100%;
    /*min-height: 100%;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: auto;
}
.textsection {
    height: auto;
    /*min-height: 30%;*/
    max-height: 100%;
    color: lightgrey;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    /*padding-top: 250px;*/
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    position: relative;
    font-family: sans-serif;
}
.header1{
    font-size: 75px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.p1{
    font-size: 35px;
}
.navbar-custom{
    background-color: #000000 !important;
}
.footer{
    height: 10%;
    max-height: 15%;
    min-height: 10%;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    /*padding-bottom: 0;*/
    /*padding-top: 0;*/
    position: relative;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
}
.footer-p{
    height: 5%;
    min-height: 5%;
    max-height: 12%;
    padding-left: 1%;
    padding-right: 1%;
    margin-top: auto;
    margin-bottom: 0;
    /*padding-bottom: 0;*/
    /*margin-bottom: 0;*/
    font-size: 8px;
    color: white;
    text-align: center;
    background-color: #000000;
}
.footer-p1-style{
    font-size: 8px;
    color: lightgrey;
}
.footer-p2-style{
    font-size: 16px;
    color: #5a008b;
}
.spacer-div{
    padding-top: 10px;
    padding-bottom: 150px;
    /*padding-bottom: 0;*/
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
}
.spacer-div2{
    padding-top: 100px;
    padding-bottom: 10px;
    /*padding-bottom: 0;*/
    /*margin-top: auto;*/
    /*margin-bottom: auto;*/
}
