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: 2;
    border-color:black;
    border-style: solid;
    padding-left: 10%;
    padding-right: 10%;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text {
    
    color: black;

    font-family: "Roboto", sans-serif;

    display: grid;

    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}
#para1{
    display: grid;

    grid-area: 1 / 1 / span 1 / span 1;


    border-style: solid;
    border-color: black;
    border-width: 5px;

    font-family: "Roboto", sans-serif;
}
#para2{
    display: inline-grid;

    grid-area: 1 / 2 / span 1 / span 1;


    border-style: solid;
    border-color: black;
    border-width: 5px;

    font-family: "Roboto", sans-serif;
}
#para3{
    display: grid;

    grid-area: 1 / 3 / span 1 / span 1;


    border-style: solid;
    border-color: black;
    border-width: 5px;

    font-family: "Roboto", sans-serif;
}
#para4{
    display: grid;

    grid-area: 1 / 4 / span 1 / span 1;


    border-style: solid;
    border-color: black;
    border-width: 5px;

    font-family: "Roboto", sans-serif;
}
#Text{
    display: grid;
    column-gap: 20px;

    

    background-color: rgba(255, 255, 255, 0.5);
}
#hero-image{
height: 400px;
width: 100%;
}