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;


}
/*______________________________________________________________________________________________________________________________________
                                                        
                                                                my css  #c4c4c4
___________________________________________________________________________________________________________________________________*/

body{
    background-color: #d6d6d6;
}
body::-webkit-scrollbar {
    width: 7px;
    background-color: rgb(0, 0, 0, 0.2);
  }
  
body::-webkit-scrollbar:hover {
    width: 10px;
    background-color: rgba(0, 0, 0, 0.308);
  
  }
  
body::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: rgb(0, 0, 0, 0.2);  
}

body::-webkit-scrollbar-thumb:hover {
    height: 20px;
    background-color: #305d86;
  }

#mainbody{
    text-align: center;
}


.heading {
    float: right;
    width: auto;
}

.heading1{
    display: none;
}
.logo{
    position: relative;
    top: -10px;
    width: 90px;
    height: 90px;
    padding-right: 10px;
}
.h1h1{
    float: right;
    font-family: Vivaldi;
    font-size: 2em;
    color: #ffffff;
    text-align: right;
    letter-spacing: 1.5px;
    margin-right: 10px;
    line-height: 80px;
}

nav {
    
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    position: relative;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #000;
}
nav div {
    display: block;
    
}

nav ul li {
    display: inline;
    float: left;
    line-height: 100px;

}

nav ul li a {
    font-size: 12px;
    font-family: 'Comfortaa', cursive;
}

nav a {
    color: #305d86;
    display: inline-flex;
    text-decoration: none;
    padding: 0 15px;
}
nav a:hover {
    background-color: #111;
    color:#ffffff;
}

article{
    margin: 15px;
}
#sec1 div{
    display: block;
    line-height: 16px;
}

#sec1 h2{
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 5px 5px 5px;
    padding: 5px;    
}

#sec1 h4{
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    font-weight: 700;    
    margin: 5px 5px 5px;
    padding: 5px;
}
#sec1 p {
    font-family: 'Comfortaa', cursive;
    font-size: 10px;
    text-indent: 30px;
    line-height: 16px;
}
#sec1 ul li {
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    float: none;
    margin-left: 20px; 
    line-height: 18px;
}

.article {
    height: 95%;
    
}
.article:hover {
    color: #305d86;
    background-color: #ebebeb ;
}
.article p {
    letter-spacing: .5px;
}

h4 a {
    padding: 10px;
    color: #111;
    text-decoration: none;
}
h4 a:hover {
    color: rgb(255, 255, 255);
    background-color: #305d86;
}

/*______________________________________________________________________________________________________________________________________
                                                    Drop Down Menu
___________________________________________________________________________________________________________________________________*/

 
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .drpdwnlink{  
      font-size: 12px;
      line-height: normal;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #c4c4c4;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #111;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #305d86;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}

   /* _________________________________________________________________________ */
   .wrapper{
    margin: 0 auto;
    width: 90vw;  
}
.section article{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px;
    margin: 5px 5px 5px;
}
.section{
    margin: 0 auto;
    width: 90vw; 
    display : grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr 1fr 1fr;
    grid-gap: 10px;
}

#query {    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 20px auto;

}
#query input{    
    margin: 5px 10px;
    padding: 5px;
    background-color:#c4c4c4 ;
}


footer{    
    font-family: 'Comfortaa', cursive;
    width: 100%;
    height: 150px;
    position: relative;
    background-color: rgb(0, 0, 0, 0.2);
}
.foot{

    font-size: 12px;
    line-height: 14px;
    color:#305d86;
    
}
.foot-div {
    
    display: inline;
}
.foot-div h5 {
    line-height: 20px;
}
.foot-div a {
    text-align: center;
    text-decoration: none;
    color:#305d86;
    width: 33.33%;
    height: 150px;
    float: left;
    padding: 20px 0px;
    display: block;
    
}
.foot-div a:hover {
    background-color:#305d86;
    color:#ffffff;
}
.foot-div a p {
    letter-spacing: 2px;
}
.footer-logo{
    display: none;
}

@media only screen and (max-width: 985px) {
    nav a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 930px) {

    .logo{
        position: relative;
        top: 0px;
        width: 70px;
        height: 70px;
        padding-right: 5px;
    }
    .h1h1{
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 870px) {

    .logo{
        display: none;
    }
}
@media only screen and (max-width: 785px) {

    nav a {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 720px) {
    .wrapper{
        width: 100%;
    }
    .mob-hide{
        display: none;
    }
    .heading1{        
        background-color: black;
        text-align: center;
        display: block;
    }
    .section{
    margin: 0 auto;
    width: 95vw; 
    display : grid;
    grid-template-columns:1fr;
    grid-template-rows:1fr 1fr 1fr;
    grid-gap: 10px;}

    nav a {
        margin: 0 auto;
        padding: 0 auto;
    }
    .h1h1 {
        float: none;
        text-align: center;

    }
    .heading{
        display: none;
    }
    .footer-logo{
        align-items: center;
        display: block;

}


}

