h1 {
	font-family: futura;
	}

.buttonClass {
	display: block;
	font-family: helvetica;
	width: 115%;
	padding: 4%;
	margin: 5px;
	border-width: 1px;
	text-align: center;
	color:#fff;
	border-color: solid black;
	border-radius: 28px;
 	background:rgba(74, 74, 74, 1);
}


.buttonClass:hover {
	background: rgba(155, 155, 155, 1)
}

#container {
	display: flex;
        max-width: 1024px;
        margin: 0 0 0 15%;
        overflow: hidden;
	background: rgb(128,142,154);
	background: linear-gradient(0deg, rgba(128,142,154,1) 0%, rgba(90,125,154,1) 70%);
	border-radius: 50px;
	box-shadow: 15px 3px 10px grey;
	padding-bottom: 250px;
	display: block;
}

footer {
	display: flex;
	margin-left: -15%;
	margin-top: 20%;
	
 }
        

.flex-container {
	display: flex;
	align-items: center; 
	background-color: #3d85c6;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
}

.image-box img {
	width: 100%;
	height: 100%;
	border: 10px solid; 
	border-color: #3d85c6;
	border-radius: 8px; 
	
}

.frame-background {
	background-color: black; 
	padding: 10px 30px 7px 10px;
	border-radius: 8px; 
	overflow: hidden; 
}

.image-box {
	margin: 10px;
	width: 200px;
	padding: 10px;
	height: 153px;
	
}

header {
	display: flex;
	width: 100%;
	border-radius: 10px;
	padding: 20px 20px 20px 62px;
	background: rgb(92,121,147);
background: radial-gradient(circle, rgba(92,121,147,1) 0%, rgba(23,125,218,1) 0%, rgba(23,125,218,1) 20%, rgba(23,125,218,1) 82%, rgba(92,121,147,1) 100%);
}

body {
	background-color: #CC99CC;
	}

h2, p { 
	font-family: helvetica;
	list-style-type: none;
	}

li {
	font-family: helvetica;
	list-style-type: none;
}

p { 
	margin-left: 30%;
	width: 60%;
	margin-top: -20%;
}

h3 {
	margin-left: 30%;
	width: 60%;
	height: 60%;
}

.specname {
	color: white;
	font-size: large;
	background-color: purple;
	}


.box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: auto;
	align-content: center;
	width: 70%;
	height: 75%;
	float: right;
}

@media (min-width: 530px) and (max-width: 750px) {


.flex-container {
	width: 95%;
}

.buttonClass {
	width: 275%;
}

p {

	 display: flex;
	 justify-content: center;
	 width: 100%;
	 margin-left: 0%;
	 padding-bottom: 5%;
	 padding-top: 25%;
}

.box {

	 width: 100%;
}

h3 {

	 display: flex;
	 margin-left: 33%;
}

header {

	 display: flex;
	 justify-content: center;
	 margin-left: -10%;
}

}

@media (min-width: 750px) and (max-width: 1024px) {

.box {
	width: 80%;
}

h3 {
	 margin-left: 35%;
}

h2 {
	 margin-left: 5%;
}

p {
	 margin-left: 37%;
}

.flex-container {
	width: 31%;
}

.nav-menu {

	list-style: none;
	width: 100%;
	flex-direction: column;
}


header {

	 display: flex;
	 justify-content: center;
	 margin-left: -4%;
}


}

@media (min-width: 1024px) {
    

h3 {
	 margin-left: 35%;
}

h2 {
	 margin-left: 5%;
}

p {
	 margin-left: 35%;
}


.box{
	margin-top: 10%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	width: 75%;
	height: 75%;
}


.flex-container {
	width: 25%;
}

.nav-menu {

	 display: flex;
	 list-style: none;
	 flex-direction: column;
}

header {

	 display: flex;
	 justify-content: center;
	 margin-left: -4%;
}

h2 {

	 display: flex;
	 margin-left: 5%;
	margin-top: 30px;
}

}

p {
	width: 100%;
}


.grid-image {
	display: grid;
	grid-template-columns: repeat(3, 200px); 
	margin-left: 272px;
	gap: 10px; 
	padding: 10px; 
}


.grid { 
display: grid; 
grid-template-columns: repeat(4, 256px); 
grid-template-rows: repeat(2, 150px); 
grid-column-gap: 0px;
grid-row-gap: 0px; 
}

.inbuttonClass:hover {
	background: rgba(155, 155, 155, 1)
}

.inbuttonClass {
	display: block;
	font-family: helvetica;
	width: 80%;
	height: 50%;
	padding: 4%;
	margin: 5px;
	border-width: 1px;
	text-align: center;
	color:#fff;
	border-color: solid black;
	border-radius: 28px;
 	background:rgba(74, 74, 74, 1);
}


.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 2 / 2 / 4; 
	align-content: center;
}
.div3 { grid-area: 2 / 1 / 3 / 2; }



