/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS Rest End */

.Header1{
    background-color: black;
    color: whitesmoke;
    box-shadow: dimgray 3px 7px 11px;
}

.center-children{
    display: flex;
    align-items: center;
    justify-content: center;
  }

header h1{
    font-size: 40px;
    text-transform: uppercase;
}

body{
    background-color: whitesmoke;
}

#main-menu{
    display: none;
}

#main-menu ul{
    width: 100%;
}

#main-menu li{
    font-size: 20px;
    border-bottom: 1px dimgray solid;
    margin: 0 20px 0;
}

#main-menu a{
    text-decoration: none;
    color: dimgray;
}

  /* unvisited link */
a:link {
    color: grey;
  }
  /* visited link */
  a:visited {
    color: black;
  }
  
  /* mouse over link */
  a:hover {
    color: red;
  }
  
  /* selected link */
  a:active {
    color: black;
  }

.icon{
    width: 30px;
    margin: 5px;
    color: dimgray;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    padding: 10px 15px 20px;
    line-height: 25px;
}

h4{
    text-align: center;
    font-size: 30px;
    font-family:Arial, Helvetica, sans-serif;
}

h2{
    text-align: center;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #970a11;
}

h3{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #970a11;
    font-size: 20px;
}

li{
    margin: 23px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

nav{
    display: none;
}

.imp{
    color: red;
}

.sec1{
    margin: 10px;
    padding: 10px 10px;
}

.sec2{
    margin: 10px;
    padding: 10px 10px;
}

input, textarea{
    width: 300px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

form{
    width: 100%;
}

form p{
    width: 300px;
    margin: 10px auto;
}

form p span{
    color:crimson;
}

label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#address{
    display: none;
}

footer{
    text-align: center;
}

#img1{
    width: 100%;
    padding: 2px;
    background-color: rgb(38, 39, 39);
    color: dimgrey;
    box-shadow: dimgray 3px 7px 11px;
    display: flex;
    justify-content: center;
}

#img2{
    width: 10%;
}

#logo1{
    width: 40px; 
    margin: 5px;      
}

