@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&family=Luckiest+Guy&family=Playball&family=Special+Elite&family=Barlow+Condensed&family=Pirata+One&family=Londrina+Solid:wght@900&display=swap');

* {
    margin: 0;
}

body {
	background-color: #345678;
}

h1 {
    font-size: large;
    font-family: 'Ubuntu', 'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
}

h2 {
    padding-top: 24px;
}

th, td {
	border: 1px solid #666666;
	padding: 4px;
}

a {
	text-decoration: none;
}


.headertext {
    font-family: 'Londrina Solid', sans-serif;
    font-size: xxx-large;
    color: #0dcaf0;
}

.caption {
    font-size: smaller;
    color: #aeaeae;
 ;   padding-bottom: 8px;
}
.menu {
    font-size:small;
    font-weight: bold;
}

.normal {
    font-family: 'Roboto', sans-serif;
    font-size: xx-large;
}

.gothic {
    font-family: 'Pirata One', cursive;
    font-size: xx-large;
}

.condensed {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: xx-large;
}

.retro {
    font-family: 'Luckiest Guy', cursive;
    font-size: xx-large;
}

.typewriter {
    font-family: 'Special Elite', cursive;
    font-size: xx-large;
}

.handwriting {
    font-family: 'Playball', cursive;
    font-size: xx-large;
}

.subhead_normal {
    font-family: 'Roboto', 'Verdana', sans-serif;
    font-weight: 400;
    font-size: large;
}

.subhead_tight {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: medium;
    font-weight: 700;
    padding-top:4px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.subhead_condensed {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: large;
    margin-top: 7px;
}

.quick_table {
	padding: 7px;
}

.quick_table_head {
	padding: 7px;
	background-color:black;
	color:white;
}

.green {
	background-color:limegreen;
}

.red {
	background-color:red;
}

.pink {
	background-color:pink;
}

.yellow {
	background-color:yellow;
}

.blue {
	background-color:lightblue;
}

.orange {
	background-color:orange;
}

.tablehead {
	background-color: #aaaaaa;
}

.scorecard {
	text-align: center;
	padding: 4px;
	border: 2px solid #666666;
}

.bingo_card {
	margin-top: 18px;
	margin-left: 0px;
	text-align: center;
	font-size: small;
	font-weight:700;
	padding: 10px;
	border: 2px solid #666666;
}

.greenhead {
	text-align: center;
	background-color: limegreen;
	padding: 4px;
}

#godstrikes {
	text-align: center;
	padding: 4px;
	border: 1px solid #666666;
}

#brutality {
	text-align: left;
	padding: 6px;
	border: 4px solid #bbbbbb;
	background-color: black;
	color: white;
}

#messages {
	color: #dedede;
}

@media print {
    .navbar, .noprint {
        display: none;
    }
    body {
        margin: 14px 14px 14px 14px;
    }
}

