@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 375px){
	.separator {display: none}
	
	input.input{
		width: 130px;
		font-size: 12px;
	}
	button.btn-regular {
	padding-left: 10px;
	padding-right: 10px;
		font-size: 13px;
}
button.stroke {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
button.dark-blue {
	padding-left: 10px;
	padding-right: 10px;
		font-size: 14px;
}
p.credits {
	font-size: 14px;
	font-weight: 900;}
}

* {font-family: 'Montserrat', sans-serif;}

body {background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/graphcoders-lil-fiber.png");}

.navbar-expand-lg {
background-color: #EFF3F6
}

.navbar-brand {
	padding: 0px;
	width: auto
}

.btn-regular {
	background-color: #0e77d9;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	border: none
}

ul li{
  float: left; 
}

.stroke {
	color: #0e77d9;
	font-weight: 300;
	margin: 0px;
}

.dark-blue {
	background-color: transparent;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	border: solid 1px #0C53D0;
	color: #0C53D0;
}

button:focus {
	outline: none !important;
	box-shadow: 0 0 3px #8D959A !important;
}

.credits {
	padding-left: 15px;
	padding-right: 15px;
	margin:0;
	color: #FDA630;
	font-size: 24px;
	font-weight: 900;
}

.input {
	border-radius: 15px;
	border-width: 1px;
	width: 10em;
	font-size: 15px;
	border: solid 1px;
	border-color: #8D959A;
	padding: 3px;
}

.input:focus {
	outline: none !important;
	box-shadow: 0 0 3px #8D959A !important;
}

.small {
	font-size: 12px;
	font-weight: 900
}

.separator {
	background-color: #0e77d9;
	height: 20px
}

.game {
	border-radius: 15px
}

.line {
	border-bottom: solid;
	border-width: 4px;
	border-color: #0C54D1;
}

.title {
	color: #0C54D1;
	font-weight: 900;
	margin-top: 20px;
	margin-left: 10px
}

.box {
	border-radius: 15px;
	
}

.footer{
	bottom:0;
	width: 100%; 
	background: url("../images/footer.png") no-repeat bottom;
	min-height: 200px
}