/*Reset Code*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: lightslategrey;
    line-height: 1;
    width: 100%;
}

html{
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 200;
    line-height: 1;
}

ul {
    list-style: none;
}

a{
    text-decoration: none;
    color: lightslategrey;
}

img{
    width:100%
}

