@font-face {
	font-family: "Paralucent";
	src: url(/wp-content/themes/keirtheme/fonts/Paralucent-Bold.otf) format("opentype");
  }

html,
body {
	margin: 0;
	height: 100%;
}

body {
	font-family: Open sans;
	font-weight: 400;
	line-height: 1.7;
	font-size: 17px;
	padding-top: 57px;
	color: #444;
	background: #fff;
}

.menu-item-has-children {
	margin-top: 15px;
	margin-bottom: 15px;
}

footer {
	background-color: #e20b40;
}

ul.ctas,  ul.footerlinks, ul.footerlegals {
	list-style: none;
	padding: 0;
}
footer li {
	display: inline-block;
	border-right: 2px solid white;
	padding: 0;
	padding-right: 5px;
}
footer li:last-child {
	border-right: none;
}
footer a {
	color: white;
	font-weight: bold;
} 

h1, h2, h3, h4, h5 {
	font-family: Paralucent;
	font-weight: 800;
	margin-top: 2em;
	margin-bottom: 1.2em;
}
.paralucent {
	font-family: Paralucent;
}

ul.ctas li, .keircta {
	display: inline-block;
	background-color: white;
	padding: 2px 8px 2px 8px;
	margin-top: 6px;
	margin-right: 15px;
}
ul.ctas a, .keircta a {
	text-transform: uppercase;	
	color: #e20b40;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	ul.ctas li { display: none;}
	ul.ctas li:first-child { display:inline-block;}
}

.dropdown-menu {
	border-radius: 2px !important;
	background-color:#fff;
	color: #e20b40;
	margin-right: 10px;
	margin-top: -10px;
	box-shadow: 0 0 5px #333;
	text-align: right;
}


.bg-red {
	background-color: #e20b40 !important;
	z-index:1000;
}
.bg-navy {
	background-color: #050935 !important;
	z-index:1000;
}

.mt--2 {
	margin-top: -20px;
}
.mt--3 {
	margin-top: -30px;
}
.mt--4 {
	margin-top: -40px;
}

#menu-burger-menu-items a {
	color: #e20b40;
}

#menu-burger-menu-items {
	list-style: none;
	margin:0;
	padding: 20px;
	width: 200px;
}
#menu-burger-menu-items ul {
	list-style: none;
	margin:0;
	padding: 0px;
}
.container-fluid {
	max-width: 1100px
}

section p, section ul, h1, h2, h3, h4 {
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

header ul {
	margin: none;
}
nav {
	background-image: url('/wp-content/themes/keirtheme/img/header_bg.png');
	background-repeat: repeat-x;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.dropdown-toggle::after {
	border: none !important;
}


.button {
	background-color: black;
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none  !important;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	border-radius: 6px;
	-webkit-transition-duration: 0.4s;
	cursor: pointer;
}

.twitter-button {
	background-color:#00aced;
	color: white;
	border: 2px solid #00aced;
}

.twitter-button:hover {
	background-color: transparent;
	color: #00aced;
}

.facebook-button {
	background-color:#3b5998;
	color: white;
	border: 2px solid #3b5998;
}

.facebook-button:hover {
	background-color: transparent;
	color: #3b5998;
}

.container {
	text-align: center;
}
