/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* 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;
}
@font-face {
    font-family: 'commercialscriptregular';
    src: url('../fonts/comsc-webfont.woff2') format('woff2'),
         url('../fonts/comsc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* our code */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background-image:url("../images/image2.jpg");
    width:100%;
    height:100vh;
    background-size: cover;
    background-position: center;
}

header {
    width: 100%;
    height: 150px;
}

header .mainhead {
    font-family: commercialscriptregular;
    font-size: 28px;
    font-weight: 900;
    color:brown;
    display : block;
    margin : 0 auto;
    text-align: center;
    padding : 20px 0;
}

/* media query */
header nav ul {
    display: block;
    margin: 10 auto;
    width: fit-content;
    padding-bottom: 30px;
}

header nav ul li {
    display: inline-block;
    float : left;
    list-style: none;
    line-height: 20px;
    padding : 0 18px;
}

header nav ul li a {
    font-family: arial;
    font-size: 12px;
    color : brown;
}

header .header-login {
    margin-left: 0px;
    float: right;
    display:block;
    border: 1px solid;
    font-family: Times New Roman;
    color : red;
    padding : 5px 5px;
}

.index-banner{
 }
 
 .index-state h2{
     font-family: arial;
     font-size: 16px;
     font-weight:900;
     line-height: 40px;
     text-align: center;
     color : #0099ff;
 }
 .index-state h1{
     font-family: arial;
     font-size: 30px;
     font-weight:900;
     line-height: 40px;
     text-align: center;
     color : #0099ff;
 }
 
 .mainlink div {
     margin:16px 16px 0;
     width: calc(100%-32px);
     height: 50px;
     border:2px solid;
     border-radius: 5px;
     border-left-color:#ff9900;
     border-top-color: #99ff00;
     border-bottom-color:#ff00cc;
     border-right-color: #0066cc;
 }
 .mainlink div h3{
     font-family:Times New Roman;
     font-size: 28px;
     font-weight:900;
     text-align: center;
     line-height: 50px;
 }
 
 .mainfoot{
     margin-top: 40px;
     text-align: center;
     font-size: 12px;
     color: red;
 }
 
 
 
 
 
 
 
 @media only screen and (min-width:1000px){
    body {
    background-image:url("../images/image2.jpg");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
   }
    
    header .mainhead {
    font-family: commercialscriptregular;
    font-size: 40px;
    font-weight: 900;
    color:brown;
    text-align: left;
    margin-top: 20px;
    margin-left: 150px;
    }
    
    .index-banner{
        width : 50%;
        margin-left:330px;
 }
 header .header-login {
    margin-right: 150px;
    float: right;
    display:block;
    border: 1px solid;
    font-family: Times New Roman;
    color : red;
    padding : 5px 5px;
}
 header nav ul {
    display: block;
    margin-left: 200px;
    width: fit-content;
    padding-bottom: 30px;
}


header nav ul li {
    display: inline-block;
    float : left;
    list-style: none;
    line-height: 20px;
    padding :0 20px;
}

header nav ul li a {
    font-family: arial;
    font-size: 20px;
    color : brown;
}

.index-banner{
 }
 
 .index-state h2{
     font-family: arial;
     font-size: 16px;
     font-weight:900;
     line-height: 40px;
     text-align: center;
     color : #0099ff;
 }
 .index-state h1{
     font-family: arial;
     font-size: 30px;
     font-weight:900;
     line-height: 40px;
     text-align: center;
     color : #0099ff;
 }
 
 .mainlink div {
     margin:16px 150px 0;
     width: calc(100%-300px);
     height: 50px;
     border:2px solid;
     border-radius: 5px;
     border-left-color:#ff9900;
     border-top-color: #99ff00;
     border-bottom-color:#ff00cc;
     border-right-color: #0066cc;
 }
 .mainlink div h3{
     font-family:Times New Roman;
     font-size: 28px;
     font-weight:900;
     text-align: center;
     line-height: 50px;
 }
 
 .mainfoot{
     margin-top: 20px;
     text-align: center;
     font-size: 16px;
     color: red;
 }
}