
/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}


/*
 * Base structure
 */
 html,
 body {
     height: 100%;
     background-color: #333;
 }
 
 body {
     color: #fff;
     text-align: center;
     text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
 }

/* Padding for spacing */
.inner {
    padding: 2rem;
}

html{
    font-family: 'Nunito', sans-serif;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    background-image: url('images/blurcode.jpg');
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
    box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

#pagecontainer {
    margin-top: 75px;
}

.verbose-content{
    width: 80%;
    min-width: min-content;
}

.solid-background{
    background-color: #333;
}

.section-header {
    padding-top: 60px;
    margin-top: -60px;
}

.cover-page-block {
    background-color: rgba(0,0,0,0.5);
    padding: 30px 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.headbar {
    position: fixed;
    top: 0;
    width: 60%;
    left: 20%;
}

input{
    border-color: #666666;
    background-color: #444444;
    color: #ffffff;
}
textarea{
	border-color: #666666;
	background-color: #444444; 
	color:#dddddd;
	margin-bottom: 2%;
 }
