@import url('https://fonts.googleapis.com/css?family=Boogaloo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

img{
	margin-bottom: 12px;
}

body{
	height: 1660px;
	background: url(../images/test.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family: 'Raleway', 'Arial', sans-serif !important; 
	font-size: 1rem !important;
}

.container{
	padding-top: 40px;
	text-align: center;
}

h1 {
	font-family: 'Boogaloo', cursive;
	text-transform: uppercase;
	font-size: 2.2rem !important;
	background-color: #cfdbea;
}

h3{
	font-family: 'Boogaloo', cursive;
	text-transform: uppercase;
}

.topper{
	margin-top: 50px;
}

footer{
	background-color: #000;
	text-align: center;
	padding: 50px;
}

.social .btn {
    width: 25%;
    max-width: 75px;
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.5rem;
}

.social .btn:hover{
    color:#fff;
    border-color: #fff;
    background-color:#000
}

section{
	background-color: rgb(228, 228, 228);
	padding: 20px;
	padding-top:30px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 17px;
}

ul{
	list-style: none;
	padding-left: 0;
}

li{
	padding-bottom: 10px;
}

img{
	border-radius: 5px;
}

button{
	font-family: 'Boogaloo', cursive !important;
	font-size: .9rem !important;
	background-color: rgba(255,255,255,0);
	border: 4px solid #000; 
	width: 230px;
	padding: 10px;
	margin-bottom: 10px !important;
}

nav{
	font-size: 1rem;
}

.day1{
	color:rgb(126, 17, 17);
}

.day2{
	color: rgb(39, 39, 158);
}

@media (max-width: 768px){
	body{
		font-size: .9rem !important;
	}
	h1{
		font-size: 1.2rem !important;
	}
	h3{
		font-size: 1rem !important;
	}
}

.panels_ul li {
	border-style: dashed;
	border-color:  rgb(146, 146, 146);
	border-radius: 5px;
	border-width: 1px;
	margin: 4px;
	padding: 5px;
}

@media (min-width: 1200px){
.merchrow{
	margin-left: 200px !important;
	margin-right: 200px !important;
}
}


.nav-item{
	text-transform: uppercase;
	text-align: center;
	font-size: .8rem;
	width: 150px;
	border-left: 1px dashed rgb(199, 199, 199);
	border-right: 1px dashed rgb(199, 199, 199);
	white-space: nowrap;
}

@media (max-width: 992px){
	.nav-item{
		width:100%;
	}
}

.nav-item:hover{
	background-color: #9ab5d6;
	color:#000 !important;
}

.navbar-nav {
	margin: auto;
}

.contests:hover{
	opacity: .8;
}