@font-face {
    font-family: 'marcellus';
    src: url('fonts/marcellus-regular-webfont.woff2') format('woff2'),
         url('fonts/marcellus-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {cursor: url(cursor.cur), auto;}

body{
background-color: rgb(000,000,000); background-image: url(img/background.jpg); background-repeat: no-repeat; background-position: top left;
color: rgb(254,000,041); 
font-family: 'marcellus', Georgia;
font-size: 11px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 74px;
margin-right: 0px;
}

::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(000,000,000);}
::-webkit-scrollbar-thumb {background: rgb(000,000,000); border: 1px solid rgb(254,000,041)}
::-webkit-scrollbar-thumb:hover {background: rgb(255,122,082);}

div.header {width: 900px; text-align: left; align: left; font-size:17px; font-weight: bold;}
div.nav {width: 900px; text-align: left; align: left; font-size:10px; font-weight: bold; margin-left: 175px;}
div.nav2 {width: 900px; text-align: left; align: left; font-size:10px; font-weight: bold; margin-left: 300px;}
div.body {width: 900px; text-align: left; align: left}

div.liberationbody {width: 900px; text-align: left; align: left; background-image: url(img/liberationback.jpg); background-repeat: no-repeat;}
div.irbody {width: 900px; text-align: left; align: left; background-image: url(img/irback.jpg); background-repeat: no-repeat;}
div.kitcarruthersbody {width: 900px; text-align: left; align: left; background-image: url(img/kitcarruthersback.jpg); background-repeat: no-repeat;}

div.people {}
div.people-header {text-align: left;}
div.people-content {display: flex; align-items: flex-start;}
aside.people-img {display: block; grid-area: left; margin-top: 3px; margin-right: 6px;}
main.people-about {flex: 1; margin-left: 0px;}
div.people-kitcarruthers {display: flex; align-items: flex-start; background-image: url(img/kitcarruthersback.jpg); background-repeat: no-repeat; background-position: top left;}
div.people-ir {display: flex; align-items: flex-start; background-image: url(img/irback.jpg); background-repeat: no-repeat; background-position: top left;}


font.kitcarruthers {color: rgb(190,190,190); font-size: 11px; font-family: Tahoma;}
font.legal {color: rgb(255,255,255); font-family: courier; font-size: 9px;}

a:link {color: rgb(255,090,070); text-decoration: none; cursor: url(cursor.cur), auto;}
a:visited {color: rgb(255,090,070); text-decoration: none; cursor: url(cursor.cur), auto;}
a:hover {color: rgb(255,122,082); text-decoration: underline; cursor: url(cursor.cur), auto;}
a:active {color: rgb(255,122,082); text-decoration: underline; cursor: url(cursor.cur), auto;}

a.kitcarruthers:link {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto; font-family: Tahoma;}
a.kitcarruthers:visited {color: rgb(235,235,235); text-decoration: none; cursor: url(cursor.cur), auto; font-family: Tahoma;}
a.kitcarruthers:hover {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}
a.kitcarruthers:active {color: rgb(255,255,255); text-decoration: underline; cursor: url(cursor.cur), auto; font-family: Tahoma;}

a.kitcarrutherstitle:link {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:visited {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:hover {color: rgb(190,190,190); text-decoration: none}
a.kitcarrutherstitle:active {color: rgb(190,190,190); text-decoration: none}

hr.header {border-top: 1px solid rgb(254,000,041); width: 450px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 1px;}
hr.title {border-top: 1px solid rgb(254,000,041); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px;}
hr.project {border-top: 1px solid rgb(254,000,041); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px;}
hr.kitcarrutherstitle {border-top: 1px solid rgb(190,190,190); width: 900px; border-bottom: 0px; border-right: 0px; border-left: 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 3px; }
li {list-style-type: square; margin: 0px; padding: 0px; position: relative}

form {margin-top: 0px;}
input.password::placeholder {width: 900px; background-color: rgb(000,000,000); color: rgb(254,000,041); font-family: 'marcellus'; font-size: 11px;}
input.password {width: 900px; background-color: rgb(000,000,000); color: rgb(254,000,041); font-family: 'marcellus'; font-size: 11px; border: 1px solid rgb(132,000,014);}
