html {
	
}

body {
	font-family: "Source Serif 4", serif;
	padding: 20px;
    font-weight: 300;
}

main {
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

footer {
	text-align: center;
	padding: 25px;
}

a {
	color: rgb(49, 49, 49);
	letter-spacing: 1px;
    transition: color 0.3s ease;
}

a:hover {
	text-decoration: none;
	color: #446ec1;
}

#logo {
	max-width: 200px;
}

#covid-warning {
	padding: 20px
}

.social-media-icons {
	font-size: 75px;
}

.btn-search {
	background-color: #fff;
    border-color: #fff;
    border: 1px solid #cfd4db;
    border-radius: 2px;
    position: relative;
    line-height: 1;
    cursor: text;
    display: inline-block;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.nav-item {
	padding: 1px;
}

.btn {
  color: #fff;
  background-color: #454545;
  padding: 5px 5px;
  font-size: 14px;
  margin: auto;
  border: 3px solid #DADADA;
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.btn:hover {
	color: #fff;
	background-color: #354654;
	border-radius: 12px;
}

.brand-tile {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.paint-tile {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.paint-tile.whites a {
    color: #363534;
}

.paint-tile a {
    color: #fff;
}

.paint-tile.whites {
    background-color: #fff;
    border: solid 1px #363534;
}

.paint-tile.neutrals {
    background-color: #D6CEB9;
	border: solid 1px #363534;
}

.paint-tile.greys {
    background-color: #999;
	border: solid 1px #363534;
}

.paint-tile.pinks {
    background-color: #E5BCB6;
	border: solid 1px #363534;
}

.paint-tile.purples {
    background-color: #B9AAC1;
	border: solid 1px #363534;
}

.paint-tile.blues {
    background-color: #183056;
	border: solid 1px #363534;
}

.paint-tile.greens {
    background-color: #8A9865;
	border: solid 1px #363534;
}

.paint-tile.yellows {
    background-color: #E5D25A;
	border: solid 1px #363534;
}

.paint-tile.oranges {
    background-color: #A6570A;
	border: solid 1px #363534;
}

.paint-tile.reds {
    background-color: #A10101;
	border: solid 1px #363534;
}

.paint_active {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: solid 10px #BA8889;	
}

.nav-link {
    color:#000000
}

::selection {
  background-color: #446ec1; /* Changes the highlight background */
  color: #ffffff;            /* Changes the text color itself */
}