/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 24, 2020, 4:39:55 AM
    Author     : Brandon labra
*/
/*
@font-face {
    font-family: "Roboto Mono";
    src: url("/lib/fonts/robotomono/RobotoMono-Regular.ttf"); // TODO set new path
}
body{
    font-family: 'Roboto Mono';
    font-weight: bold;
}*/

.coverMe p{
    font-weight: bolder;
    font-size: 300%;
    text-align: center;
    padding-top: 6%;
}
.coverMe{
    position:absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

.navbar{
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
}
body{

    font-weight: bold;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.transparentBlack {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.footer{
    text-align: center;
}

.logo {
    width:  30px;
    float: left;
}

@media only screen and (max-width: 400px) {
    #subtext {
        display: none;
    }  
}

@media only screen and (max-width: 780px) {
    footer {
        display: none;
    }
}