@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,400;0,500;1,400;1,500&display=swap');


.containerMain{
    display: grid;
    grid-template-rows: 0.5fr 6fr;
    grid-template-areas: 'header' 'main';
    box-sizing: border-box;
    min-height: 100vh;
}

header {
    grid-area: header;
    border: 2px solid white;
    text-align:right;
	background-color:white;
	border-radius:5px;
}

.logo{
    height:60px;
    padding-right: 900px;
    padding-top: 0.3%;
}

header > nav
{
padding-left:0%;
}

header > nav > ul
{
list-style:none;
display:inline-block;
vertical-align: top;
}

header > nav > ul > li
{
width:100%;
text-align: left;
display:inline;
padding-right: 50px;
}

header > nav > ul > li > a
{
color: black;
text-decoration: none;
font-family: Raleway;
font-size: 36px;
}

header > nav > ul > li > a:hover
{
    text-decoration:underline;
}

h1 {
	font-family:'Montserrat';
	font-weight:bold;
}

body {
    font-family: Montserrat;
	text-align: center;
	background-color: #2e3047;
	text-decoration: none;
}

form {
    width: 450px;
    border: 5px solid black;
    border-radius: 15px;
    margin:auto;
    padding: 20px;
	background-color: white;
	font-family: Montserrat;
	font-size: 18pt;
	text-decoration: none;
}

.formContainer{
	width: 400px;
	margin:auto;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-decoration: none;
}

label {
    display: block;
    width: 100%;
}

input {
    width: 100%;
    border: 1px solid black;
    margin-bottom: 5px;
    border-radius: 50px;
    padding: 3px;
}

.formButton {
   -webkit-border-radius: 47px;
   -moz-border-radius: 47px;
   border-radius: 47px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 20pt;
   font-weight: 100;
   padding: 15px;
   background-color: #000000;
   text-shadow: 1px 1px 44px #FFFFFF;
   border: solid #000000 5px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.formButton:hover {
   background: #000000;
   border: inset #000000 5px;
   -webkit-border-radius: 47px;
   -moz-border-radius: 47px;
   border-radius: 47px;
   text-decoration: none;
}

.error {
    width: 100%;
    text-align: centre;
    color: red;
    padding-top:10px;
}

.table
{
    width:80%;
    border: 2px white solid;
	color:black;
	background-color:white;
	border-radius: 15px;
	padding: 10px;
	text-align:center;
	margin:auto;
}

th{
    text-align: left;
}

td{
    border: 2px black solid;
}

tr{
    padding: 2px;
}

tbody > tr:hover {
    background-color: slategrey;
}

.editor {
    width: 80%;
    height: 700px;
}

.editor > textarea {
    height: 650px;
}

.footerText {
    text-decoration: none;
    list-style: none;
    font-family: Montserrat;
	text-align:center;
}

.footerLogo {
    height: 20px;
	text-align:center;
	text-decoration: none;
}

.formFooter {
	width: 100%;
	display: block;
}

.title{
    color: white;
}

.logintext{
    color: white;
}

.newusertext{
    color:white;
}

.logoutbtn{
    color: white;
    font-family: 'Montserrat';
}

.cmsbtn{
    color: white;
    font-family: 'Montserrat';
}

.cmstext{
    color: white;
    font-family: 'Montserrat';
}

.indexbtn{
    color: white;
    font-family: 'Montserrat';
}

.mainbtn{
    color: white;
    font-family: 'Montserrat';
}

.editusertext{
	color: white;
    font-family: 'Montserrat';
}

.userbtn{
	color: white;
    font-family: 'Montserrat';
}
