/*Comments: Style for the northside driving school website
 *The following lines reset most browsers and my styling starts
 *around line 107 */﻿
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2021-07-
Author: 
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    /*margin:0;
    padding:0;
    border:0;
    outline:0;*/
    font-size:1em; /*100%*/
    /*vertical-align:baseline;*/
    /*background:transparent;*/
}

/*article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}*/

/*nav ul {
    list-style:none;
    display:inline-block;
}*/

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    /*margin:0;
    margin: 0.1em 0.1em 0.1em 0.1em;*/
    padding:0em 0.5em 0.5em 0.5em;
    font-size:1.2em; /*100%*/
    vertical-align:baseline;/**/
    position:relative;
    top:-0.6em;
    background:transparent;
    /*background-color:#ff9;*/
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*--------------------My styling starts here---------------------------*/
html 
{
  overflow-y: scroll;
}

body {
    line-height:3em;
    cursor:auto;
    font-family: Titillium Web,sans-serif,lucida grande,tahoma,verdana,arial,
        font-weight bold;
    color: darkblue; /*darkorange;#e9e9e9*/
    background-color: #f3c6c0; /* #e9e9e9 ffffff*/
    /*background: #c1bdba;  #c1bdba ffffff*/
}

body footer p
{
    font-size: 1.0em;
    line-height: 1.28;
}

/*ul {display:inline-block;}*/

#wrapper
{
    width: 1080px;
    height: 1280px;
    background-color: white; /*lightcoral;*/
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
}

#wrapper_a
{
    width: 1080px;
    height: 1165px;
    background-color: white; /*lightcoral;*/
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
}

#wrapper_i
{
    width: 1080px;
    height: auto;
    background-color: white; /*lightcoral;*/
    margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
}

#banner
{
    background-image: url(../Images/banner.jpg);
    background-repeat: no-repeat;/**/
    /*background:rgb(244,215,192);*/
    background-size: cover;
    border: 5px solid #dedede;    
    height: 200px;
}

#banner_index
{
    /*background-image: url(../Images/banner.jpg);
    background-repeat: no-repeat;*/
    text-align: center;
    font-size: 4em;
    color:black;
    padding: 1em 0.1em 0.1em 0.1em;
    /*top: 2em;*/
    background:rgb(244,215,192);
    background-size: cover;
    border: 5px solid #dedede;    
    height: 200px;
}

#content_area
{
    /*float: left;*/
    width: 100%;
    height: auto;
    /*object-fit:scale-down;*/
    margin: 0px 0 0px 0;
    padding: 0px;
    border: 2px solid #E3E3E3;
    background-color: peachpuff;
}

#content_area_a
{
    float: left;
    width: 65%;
    height: 70%;
    /*object-fit:scale-down;*/
    margin: 0px 0 0px 0;
    padding: 0px;
    border: 2px solid #E3E3E3;
    background-color: peachpuff;
}

#content_area_i
{
    width: 100%;
    /*float: left;
    height: auto;
    object-fit:scale-down;
    margin: 0px 0 0px 0;*/
    padding: 0px;
    border: 2px solid #E3E3E3;
    background-color: peachpuff;
}

/*#content_area2
{
    float: left;
    width: 100%;
    height: 40%;
    margin: 0px 0 0px 0;
    padding: 0px;
    border: 2px solid #E3E3E3;
    background-color: peachpuff;
}*/

#sidebar
{
    float: right;
    width: 35%;
    height: auto;   /*40%;*/
    margin: 0px;
    padding: 10px;
    border: 2px solid #E3E3E3;
    color: black;
    background-color: rgb(244,215,192);
}

#AboutLoggingIn
{
    float: left;
    width: 65%;
    height: auto;
    margin: 0px;
    padding: 10px;
    border: 2px solid #E3E3E3;
    color: black;
    background-color: rgb(244,215,192);
}

body2
{
    font-family: Titillium Web,sans-serif,lucida grande,tahoma,verdana,arial,
        font-weight bold;
    float: right;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    border: 2px solid #E3E3E3;
    color: darkblue;
    background-color: peachpuff;
}

footer
{
    clear: both;
    width: auto;
    height: 40px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    text-align: center;
    /*color: #fff;*/
    /*text-shadow: 0.1em 0.1em #333;*/
    background-image: url(../Images/bar_background.png);
}

#navigation
{
    height: 60px;
    border: 0.1em solid #E3E3E3;  /*3px*/
    /*margin-top: 1%;
    text-shadow: 0.1em 0.1em #333;*/
    background-image: url(../Images/bar_background.png);
    padding: 0.5em;    /*1%*/
}

#navigation_Instructer
{
    display:inline-block;
    height: 6em;
    width: 100%;
    border: 0.1em solid #E3E3E3;  /*3px*/
    /*margin-top: 1%;
    text-shadow: 0.1em 0.1em #333;*/
    background-image: url(../Images/bar_background.png);
    padding: 0.5em 0em 0.5em 0em;    /*1%*/
}

/*#nav
{
    list-style: none;
}*/

/*#nav ul
{
    margin: 0;
    padding: 0;
    width: auto;
    display: none;
}
*/
#nav li
{
    font-size: 28px;
    float: left;
    position: relative;
    width: 250px;
    height: 50px;
}

#nav a:link, nav a:active, nav a:visited
{
    display: inline-block;/**/
    color: black;
    text-transform:uppercase;
    /*text-decoration: none;*/
}

#nav a:hover
{
    color: lightblue;
}

.imgLeft
{
    float: left;
    width: 240px;
    height: 150px;
    margin: 0px 10px 10px 0;
    padding: 10px;
}

.imgRight
{
    float: right;
    width: 200px;
    height: 250px;
    margin: 0px 0 10px 10px;
    padding: 10px;
}

.imgContents_a
{
    display: block;
    position:relative;
    float: left;
    size: auto;
    height: 100%;
    width: auto;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 1%;*/
}

.imgContents_b
{
    display: block;
    position:relative;
    float: right;
    size: auto;
    height: 100%;
    width: auto;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 1%;*/
}

.imgContents_i
{
    display: block;
    position:relative;
    float: left;
    size: auto;
    width: 100%;
    height: 100%;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 1%;*/
}

.imgContentsWelcome
{
    display: block;
    position: relative;
    size: auto;
    width: 100%;
    height: auto;
    /*height: 400px;*/
    margin-left: auto;
    margin-right: auto;
    /*padding: 1%;*/
}
*, *:before, *:after
{
    box-sizing: border-box;
}
a 
{
  /*text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;*/
  transition: .5s ease;
}
a:hover 
{
  color: #179b77;
}
.button6{
 /*display: inline-block;*/
 padding:0.7em 1.4em;
 /*margin:0 0.3em 0.3em 0;
 border-radius:0.15em;
 box-sizing: border-box;
 text-decoration:none;*/
 text-transform:uppercase;
 /*font-weight:400;
 color:#FFFFFF;
 background-color:#3369ff;
 box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
 text-align:center;
 position:relative;*/
}
/*.button6:active{
 top:0.1em;
}
@media all and (max-width:30em){
 .button6{
  display:block;
  margin:0.4em auto;
 }
}*/
.form
{
    /*background: rgba(19, 35, 47, 0.9);*/
    background-color: rgb(244,215,192); /*indianred;*/
    padding: 40px;
    max-width: 100%;
    margin: 0px;
    border-radius: 10px;     /*box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3)*/

}
.tab-group
{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.tab-group:after 
{
  content: "";
  display: table;
  clear: both;
}
.tab-group li a 
{
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: Black;  /*#a0b3b0;*/
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover 
{
  background: #179b77;
  color: #ffffff;
}

.tab-group .active a 
{
  background: #a93d26;
  color: black; /*#ffffff;*/
}

.tab-content > div:last-child 
{
  display: none;
}

h1 
{
  text-align: center;
  color: Black;
  font-weight: bold;
  font-size: x-large;
  margin: 0 0 20px;
  background-color: peachpuff;
}

h2 
{
    font-size:1.7em;
    text-align: center;
    color: black;/**/
    font-weight: 900;
    margin: 0;
}
span 
{
    /*color: #1ab188;*/
    font-weight: bold;
}

p 
{
    font-size:1.7em;
    /*text-height: 2.2em;*/
    text-align: center;
    color: black;
    margin:0.5em 0.5em 0.9em 0.5em;   /*0px 0px 50px 0px*/
}
div.info 
{
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}
label 
{
  position: absolute;
  float:right;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  /*color: rgba(255, 255, 255, 0.5);*/
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  color:black;
  font-size: 1.6em;  /*22px*/
}
label .req 
{
  margin: 1.6px;
  /*color: #1ab188;*/
}

label.active 
{
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;
}
label.active .req 
{
  opacity: 0;
}

label.highlight 
{
  color: #ffffff;
}
input, textarea 
{
  font-size: x-large;
  font-weight: bolder;
  display: block;
  width: 100%;
  height: 40px;
  padding: 15px 15px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: black; /*#ffffff;*/
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus 
{
  outline: 0;
  border-color: #1ab188;
}

textarea 
{
  border: 2px solid #a0b3b0;
  resize: vertical;
}
.field-wrap 
{
  position: relative;
  margin-bottom: 10px;
}
.top-row:after 
{
  content: "";
  display: table;
  clear: both;
}
.top-row > div 
{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child 
{
  margin: 0;
}
.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #a93d26;
  color: Black; /*#ffffff;*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: auto;
  margin: auto;
}

.forgot {
  margin-top: 2px;
  text-align: right;
}
