@import url("reset.css");
@import url("1609-bryckb.css");
@import url("colors.css");
@import url("sizes.css");
@import url("global-header.css");
@import url("global-footer.css");
@import url("slider.css");

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	font-family: "Graphik Web", sans-serif;
	background-color: var(--white);
}

.page-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
header,
main,
footer,
section,
article,
content,
nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}

h1,
h2,
h3,
h4 {
	line-height: 150%;
}

h1,
h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 2.5rem;
	font-weight: 700;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
}

h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

h4 {
	font-size: 1.1rem;
	font-weight: 600;
}

p {
	font-size: 1rem;
	line-height: 175%;
}

a,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

.cta a,
a.cta,
input.cta .btn,
.cta,
.btn,
form input {
	margin: 1rem;
	padding: 0.37rem 0.75rem;
	border: thin solid var(--black);
	border-radius: 0.25rem;
	font-size: 0.87rem;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	color: var(--black);
	background-color: transparent;
}

form input {
	text-transform: none;
}

form .btn:hover {
	color: var(--black);
	border-color: rgb(140, 140, 140);
	background-color: transparent;
}

.btn-default:hover,
.cta a:hover,
.btn.focus {
	background-color: transparent;
}

.cta-solid-white {
	color: var(--black);
	border-color: none;
	background-color: var(--white);
}

.cta-wh a,
a.cta-wh,
.btn-wh {
	color: var(--white);
	border-color: var(--white);
	background-color: var(--black);
}

.cta-outline a,
.btn-outline a {
	background-color: transparent;
}

.text-shadow {
	text-shadow: 2px 2px 2px var(--black);
}

.no-text-shadow {
	text-shadow:initial;
}

.text-glow {
	text-shadow: 0px 0px 30px var(--white);
}
.dim {
	opacity: 50%;
}
input[type="text"],
input[type="textarea"],
input[type="select"] {
	height: auto;
	margin: 0.375em 0;
	padding: 0.75em;
	display: block;
	line-height: inherit;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: var(--white);
}

.bg-white {
	background-color: var(--white);
}

.bg-black {
	background-color: var(--black);
}

.text-white {
	color: var(--white);
	border-color: var(--white);
}

.text-black {
	color: var(--black);
	border-color: var(--black);
}

.text-center {
	text-align: center;
}

.forum-list {
	margin: 3em auto;
	display: flex;
	justify-content: space-around;
}

.forum-list > div {
	width: 17vw;
	height: 15.6em;
	text-align: center;
	border: 1px solid rgb(200, 200, 200);
}

.forum-list > div > a {
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
	line-height: 29em;
	text-decoration: none;
}
.hidden {
	width: 0;
	height: 0;
	display: none;
}
/* For tablets (601px to 900px) */
@media only screen and (min-width: 601px) and (max-width: 900px) {
}
/* For desktops (901px and above) */
@media only screen and (min-width: 901px) {
	/* Your styles for desktops go here */
}
