@charset "utf-8";
/*
Theme Name:	Casting Tools
Description: Custom Theme for casting-tools.com V2
Author: Gareth Downes-Powell

Version: 2.0.1
*/

html, body {
  width: 100%;
  height: 100%;
}

body{
  margin: 0;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

header{
  position: sticky;
  top: 0;
  background-color: #fff;
}

footer{
  background-color: #1a1a1a;
}

footer p{
  color: #8c8c78;
  text-align: center;
}

/* Menu Styles */

#ct-header-nav{
  display: flex;
  width: 100%;
  align-items: center;
}

#ct-main-navigation{
  width: 100%;
}

#ct-main-navigation ul{
  list-style-type: none;
}

#ct-main-navigation a{
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1rem;
}

ul.navbar-nav{
  display: flex;
  column-gap: 40px;
  justify-content: right;
  margin-right: 30px;
}