You are on page 1of 6

.

main
{
height: 1000px;
width: 100%;
background-color: pink;

}
.semimain
{
height: 950px;
width: 100%;
background-color:black;
}
.menu1
{
height: 100px;
width: 50%;
float: left;
background-color: black;
}
.menu11
{
height: 58px;
float: left;
width: 50%;
background-color: black;
color: darkgreen;
font-size: 70px;
font-family:Imprint MT Shadow;
padding-bottom: 45px;
}
.menu1 a
{

text-decoration: none;
font-family: MS Sans Serif;
font-size: 20px;
padding: 20px 30px;
color: white;

}
.menu1 a:hover
{
color: gray;
}
.menu2
{

height: 800px;
width: 100%;
background-size: cover;
float: left;
background-image: url(images/a.jpg);
background-repeat: no-repeat;

.menu3
{
height: 800px;
width: 100%;
opacity: 0.6;
background-color:rgba(255,255,255, );

color: rgb(235, 85, 16);


float: left;
}
.menu4
{

height: 80px;
width: 100%;
float: left;
font-size: 25px;
background-color:white;
}
.menu4 a
{
float: left;
color: grey;
text-decoration: none;
padding-left: 25px;
}

#a{}
#b{}
#c{}
#d{}
#e{}
/*.background
{

height: 1000px;
width: 100%;
color: rgb(39, 161, 161);

}*/
.list
{

height: 5700px;
width: 100%;
background-color:rgb(242, 242, 251);
font-size: 30px;
padding-top:100px;

}
.list1
{
height: 600px;
width: 95%;
margin: auto;
font-size: 30px;
background-color:rgb(242, 242, 251);

}
.list11
{
height: 1350px;
width: 95%;
margin: auto;
font-size: 30px;
background-color:rgb(242, 242, 251);

}
.list111
{
height: 1540px;
width: 95%;
margin: auto;
font-size: 30px;
background-color:rgb(242, 242, 251);
}
.list1111
{
height: 1150px;
width: 95%;
margin: auto;
font-size: 30px;
background-color:rgb(242, 242, 251);

}
.list2
{
height: 150px;
width: 36%;
color: gray;
float: left;
background-color: white;
margin: 20px;
border: 1px solid grey ;
margin-left: 100px;
font-size: 25px;
color: rgb(189, 187, 187);
text-align: left;
}

img
{
height:150px;
width:180px;
float: right;
background-attachment: fixed;
}
img:hover
{
opacity: 0.5;
background-color: lavender;
}
.heading
{
color: darkgreen;
font-size: 90px;
font-family:Imprint MT Shadow ;
}
.footer
{
height: 600px;
width: 100%;
color: whitesmoke;
background-color: black;
font-size: 20px;
font-size: 25px;
font-family: Bodoni MT;

.footer22
{
height: 200px;
width: 50%;
padding: 20px 20px;
float: left;

}
.footer23
{
height: 200px;
width: 40%;
padding: 20px 20px;
float: left;

}
input[type=email] {
width: 100%;
padding: 6px 14px;
margin: 8px 0;
box-sizing: border-box;
}

.footer3
{

width: 100%;
height: 100px;
background-color:black;
color: whitesmoke;
text-align: center;

}
.footer3 img
{
height: 50px;
width: 50px;
text-align: center;
}
.footer4
{
float: left;
width: 100%;
height: 100px;
background-color:black;
color: whitesmoke;
}

You might also like