/*
*@colors
*/
:root{
  --lqdt-color:#BE1002;
  --secondary-color:#000;
}

/*
  ####  ###### #    # ###### #####    ##   #
 #    # #      ##   # #      #    #  #  #  #
 #      #####  # #  # #####  #    # #    # #
 #  ### #      #  # # #      #####  ###### #
 #    # #      #   ## #      #   #  #    # #
  ####  ###### #    # ###### #    # #    # ######
*/

body{
  color:var(--secondary-color);
  background-color: #c8f7c5;
  background-image:url('../images/2021-bg.png');
  background-attachment:fixed;
  background-repeat:no-repeat;
}
 
.cooper{
  font-family: cooper-black-std,serif;
  font-weight: 400;
  font-style: normal;
  color:var(--lqdt-color);
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  margin:40px;
}

.btn-lqdt{
  background: var(--lqdt-color);
  border:1px solid var(--lqdt-color);
  color:#fff;
}
.btn-lqdt:hover{
  background: transparent;
  color:var(--lqdt-color);
}

nav.navbar{
	background-color:#BE1002;
}
nav .nav-link{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
nav .nav-link:hover{
	color:#c8f7c5;
}
h1, h2, h3{
	color:#019875;
}
h1, h2{
	text-transform:uppercase;
}
div.hr{
	font-size:10px;
	margin-bottom:30px;
}


/*
 #    # ###### #    # #    #
 ##  ## #      ##   # #    #
 # ## # #####  # #  # #    #
 #    # #      #  # # #    #
 #    # #      #   ## #    #
 #    # ###### #    #  ####
*/


/*
  ####   ####  #    # ##### ###### #    # #    #
 #    # #    # ##   #   #   #      ##   # #    #
 #      #    # # #  #   #   #####  # #  # #    #
 #      #    # #  # #   #   #      #  # # #    #
 #    # #    # #   ##   #   #      #   ## #    #
  ####   ####  #    #   #   ###### #    #  ####
*/
.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 50% ; /* % of width, defines aspect ratio*/

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*
 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #
*/

footer{
	background-color:#BE1002;
	margin-top:40px
}
footer a, footer a:hover{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

/*
 #####  ######  ####  #####   ####  #    #  ####  # #    # ######
 #    # #      #      #    # #    # ##   # #      # #    # #
 #    # #####   ####  #    # #    # # #  #  ####  # #    # #####
 #####  #           # #####  #    # #  # #      # # #    # #
 #   #  #      #    # #      #    # #   ## #    # #  #  #  #
 #    # ######  ####  #       ####  #    #  ####  #   ##   ######
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
