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;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
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;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
      -webkit-touch-callout: none;

}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9aa1ab;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9aa1ab;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9aa1ab;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9aa1ab;
}
html, body {
  height: 100%;
}
body{
    background: #000;
}
.header{
    padding: 40px 0 30px;
}
.header ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header ul li{
    padding: 0 15px;
}
.main-img{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/pshpsh.png);
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
}
.main-img img{
    height: 70vh;
    width: auto;
}
.footer{
    padding: 35px 0 50px;
}
.footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer ul li{    
    padding: 0 15px;
}


/* media queries */
@media screen and (max-width: 1920px){
	.main-img{
    	padding: 25% 0;
	}
}
@media screen and (max-width: 1366px){
	.main-img{
    	padding: 17% 0;
	}
}
@media screen and (max-width: 991px){
    .main-img{
        height: 70vh;
    }
}
@media screen and (max-width: 767px){
    .header ul li {
        padding: 0 10px;
    }
    .footer ul li {
        padding: 0 5px;
    }
}
@media screen and (max-width: 380px){}
