
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


article{
margin-top: 5%;
height:auto;
width:100%;
}

p {
font-family:Arial, Verdana,Helvetica sans-serif; }

h1{
font-size:250%;
margin-top: 4%;
font-family:Arial, Verdana,Helvetica sans-serif; 
}

h2{
text-align:center;
font-family:Arial, Verdana,Helvetica sans-serif; 
}

h3{
  font-family:Arial, Verdana,Helvetica sans-serif; 
}


body { 
display: flex;
flex-direction: column;
background-image: url("images/image_3.jpg");
background-position: center;
background-repeat: repeat;
overflow: visible;
  max-width: 1080px;
  max-height: 1200px; 
  margin: 0 auto;
  margin-bottom:10%;   

}




#break{
display: flex;
flex-direction: column;
justify-content: center; 
align-items: center;
}

.post{
margin-top: 5%;
padding: 2%;
width:100%;
height:20%;
color: white;
background-image: url("images/image_2.jpg");
background-repeat: repeat-x;
border: 1px solid green;
border-radius: 25px;
text-align: left;
}

#menu ul {
      position: absolute;
      top: 22%;
      left: 5%;
      list-style-type: none;
      width: 500px;
      font-size: 140%;
      background-image: url("images/leaves.jpg");
      background-repeat: repeat-x;
      
}

#menu li {
float: left;
}

#menu li a {
  display: block;
  color: white;
  padding: 0px 16px;
  text-decoration: none;
  font-family:Arial, Verdana,Helvetica sans-serif; 
}
#menu ul li a:hover {
  background-color: rgb(133,192,106);
  border-radius: 25px;
}



#trend {
display: flex;
flex-direction: column;
position: absolute;
top: 330px;
left: 50px;
background-color: beige;
border: 3px solid #73AD21;
border-radius: 25px;
height: auto;
width: 17%;
font-family:Arial, Verdana,Helvetica sans-serif; 
}

#trend h2{
  border-bottom: 2px solid #73AD21;
  margin-bottom:5%;
}

#trend h3{
  border-bottom: 2px solid #73AD21;
   cursor:pointer;
    margin:0 auto;
}

#trend h3: hover {
background-color: red;
  opacity: 0.7;
  border-radius: 25px;
}

#trend a {
 text-align: center;
 font-family: Arial, Verdana,Helvetica sans-serif; 
 margin-bottom: 1%
 padding:0% 0% 6% 0%;
color:#73AD21;
}
#trend a: hover {
background-color: red;
  opacity:0.7;
  border-radius:25px;
}

.trend{
text-align: center;
font-family:Arial, Verdana,Helvetica sans-serif; 
Font-size:40px;
}





header {
        background-image: url("images/leaves.jpg");
        background-repeat: repeat-x;
        position: absolute;
        top: -1%;
        left:0%;
        width: 100%;
        height: 70%;
        padding: 0% 5%;
        margin-bottom: 55%;
        text-align: center;
	font-size: 100%;
        font-family: Arial, Verdana,Helvetica sans-serif; 
        color: white;
}

header::before {
	content:"";
        display:block;
        height:120px;
        width:120px;
        background-image: url("images/logo.jpg");
        background-color: green;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: -1%;
        left: 2%;
}


#footer {
        background-image: url("images/leaves.jpg");
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 1rem 0 0 0;
        width: 100%;
        height: 100px;
        text-align: left;
	font-size: 10px;
        color: white;
}



.backboard {
display: block;
font-size: 90%;
color: white;
text-align: center;
background-image: url("images/image_2.jpg");
background-repeat: repeat;
border-radius: 25px;
border: 20px solid #73AD21;
padding: 20px;
width:100%;
height:auto;
}




#webdev1 ul {
      position: absolute;
      top: 1%;
      right:9%;
      list-style-type: none;
      width: 30px;
      font-size: 25px;
      background-image: url("images/leaves.jpg");
}
#webdev1 li a {
  display: block;
  color: white;
  width: 120px;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
}

#webdev1 ul li a:hover {
  background-color: rgb(133,192,106);
  border-radius:25px;
}




#SM {
position:absolute;
bottom: 45%;
right: 10%;
  
}
#SM p{
position: absolute;
bottom:75%;
right:35%;
}

.SM:hover {
    opacity: 0.7;
}

.contain {
  max-width: 1200px; 
  margin: 0 auto;    
}


section{
 border: 1px solid white;
}

.hero {
  position: absolute;
  top: 19%;
  left: 0;
  height: auto;
  width: 100%;
  background: url("images/image_4.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 3rem 3rem 1rem 1rem;
  margin-bottom: 1rem;
}



.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}


.btn-hero {
  background-color: #73AD21;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-hero:hover {
  background-color: #5d8a16;
}

.form {
border: 1px solid white;
border-radius: 25px;
display: flex;
flex-direction: row;
position: relative;
margin-top: 22%;
width: 100%;
background-image: url("images/image_2.jpg");
background-repeat: repeat;
font-family:Arial, Verdana,Helvetica sans-serif; 
color: white;
}

.about{
border-radius: 25px;
position: relative;
height: 500px;
width: 50%;
background-image: url("images/leaves.jpg");
background-repeat: repeat;
text-align: center;

}



.about ul{
margin-top: 15%;
list-style-type: none;
text-align: center;
}

.about li{
margin-bottom: 5%;
}



.contact{
border-radius: 25px;
position: relative;
height: 500px;
width: 50%;
background-image: url("images/image_2.jpg");
background-repeat: repeat;
}
.contact h2 {
 margin-top: 10px;  
 margin-bottom: 10px;
}


body 
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.contact-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}



label {
    text-align: center;
    display: block;
    margin-bottom: 2px;
    margin-top: 25px;
}

input, textarea {
    position: relative;
    left: 10%;
    width: 80%;
    padding: 10px;
    margin-bottom: 2px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    position: relative;
    left: 10%;
    width: 80%;
    margin-top: 5%;
    padding: 10px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

button:hover {
    background-color: #218838;
}

#formMessage {
    margin-top: 10px;
    color: red;
}


.terms {
margin-top: 20%;
}


#terms a{
color: white;
}

#terms a:link{
text-decoration: none;
color: white;
}

#terms a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
body{
max-width: 100%;
width: 100%;
margin: 0;
}

header{
position: relative;
left: 0;
height: 90%;
width: 100%;
margin-bottom: 0;

}

#webdev1{
width: 90%;
}

#menu ul {
position: relative;
margin-top: 5%;
left: -6%;
width: 112%;
font-size: 120%;
display: flex;
flex-direction: column;
align-items: center;

}

#menu li {
margin: 0;
float: none;
width: 100%;
text-align: center;
}

#menu li a {
padding: 0.5rem;
}


 .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }

section {
position: relative;
margin: 35% 0 0 0;
left: 0;
height: auto;
width: 100%;
padding: 100%;
}


#trend{
position: relative;
width: 85%;
margin: 0;
height: auto;
}

article{
position: relative;
margin: 15% 0% 0% 0%;
left: 0%;
width: 90%;
}

#webdev1 ul {
position: relative;
left: 0;
top: 1.5rem;
width: 100%;
text-align: center;
}


#footer {
margin: 0;
position: relative;
width: auto;
text-align: center;
font-size: 12px;
margin-top: 5%;
padding: 1rem 1rem;
}

#SM{
position: relative;
top: 10%;
margin-left: 10%;
width: 20%;
height: auto;
}

.SM{

float: left;
width: 23%;
height: auto;
}

.post{
position: relative;
height: auto;
left: 5%;
}

img {
width: 80%;
height: auto;
float: none;
display: block;
margin: 0 auto 1rem;
}

.terms {
margin-top: 10%;
}


}




@media screen and (max-width: 768px){

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body{
max-width: 100%;
margin: 0;
padding: 0;
top: 0;
left: 0;
}

header {
margin-bottom:0;
position: relative;
left: 0;
height: 100%;
width: auto;
}

#webdev1{
width: 100%;
position: relative;
top: 3rem;
left: 2rem;
}

#menu ul {
margin: 0;
position: relative;
top: 5rem;
left: -6%;
width: 112%;
height: auto;
font-size: 120%;
display: flex;
flex-direction: column;
align-items: center;

}

#menu li {
float: none;
width: 100%;
text-align: center;
padding: 0rem 3rem;
}

#menu li a {
padding: 0.5rem;
}

 .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }

section {
position: relative;
margin-top: 57%;
left: 0;
height: 100%;
width: 100%;
}

#trend{
position: relative;
top: 0;
left: 2%;
width: 70%;
margin: 60% auto 0 auto;
height: auto;
}

article{
position: relative;
left: 0;
top: 0;
width: 95%;

}

#webdev1 ul {
position: relative;
width: 100%;
text-align: center;
}

#footer {
position: relative;
width: 100%;
text-align: center;
font-size: 12px;
margin-top: 10%;
padding: 1.5rem;



}

#SM{
text-align: left;
position: relative;
top: 10%;
margin-left: 10%;
width: 30%;
height: auto;
margin-top: auto;
}

.SM{
float: left;
width: 24%;
height: auto;
}

.post{
position: relative;
height: auto;
left: 0;
}


.form {
position: relative;
margin-top: 30%;
}


img {
width: 80%;
height: auto;
float: none;
display: block;
margin: 0 auto 1rem;
}


.terms {
position: relative;
left: 0.5rem;
}

}













