boy{
  background-color: b;
  background-image: url("background 3.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
pading-top: 500px;
padding-bottom: 300px;
}
/*My navigation*/
.container1{
  flex-direction: column-reverse;
  background-color: purple;
  height: 350px;
  width: 100%;
  margin-bottom: -200px;



}
/*content container*/
 .container2{
   display: flex;
   background-color: blue;
   width: 80%;
   height:150px;
   padding-left:0px;
   padding-tp: 40px;
   padding-bottom: -100px;
   float: right;
  align-items: flex-start;
  flex: 1;



 }
.footer{
  background-color: green;
  height: 100px;
  display: flex;
  width: 100%;
  align-content: flex-end;



}
body{
  background-olor: blue;
}
.bigblue{
  background-color: blue;
  justify-content: center;
  align-content: center;
  align-self: center;
}


/*Introduction container*/
.container{
   display: flex;
   color: violet;
   position: fixed;
   justify-content: center;
   width: 1350px;





}
/**/
*{
 padding: 0;
 margin: 0;
 text-decoration: none;

}
body{
 font-family: sans-serif;
}
nav{
 height: 80px;
 width: 100%;
 background: #014d4e;
}
label.logo{
 font-size: 15px;
 font-weight: bold;
 color: black;
 padding: 0 100px;
 line-height: 80px;

}
nav ul{
 float: right;
 margin-right: 40px;
}

nav li{
 display: inline-block;
 margin: 0 8px;
 line-height: 80px;
}

nav a{
 color: #DAB04E;
 font-size: 18px;
 text-transform: uppercase;
 border: 1px solid transparent;
 padding: 7px 10px;
 border-radius: 4px;
}
a.active,a:hover{
 border: 1px solid white;
 transition: .5s;
}
 nav #icon{
   color: rgb(0, 255, 115);
   font-size: 30px;
   line-height: 80px;
   float: right;
   margin-right: 40px;
   cursor: pointer;


 }
 @media (max-width:1048){
   label.logo{
     font-size: 32px;
     padding-left: 60px;
   }
   nav ul{
     margin-right: 20px;

   }
   nav a{
     font-size: 17px;

   }
 }
@media (max-width: 909px){
 nav #icon{
   display: block;
 }
 nav ul{
   position: fixed;
   width: 100%;
   height: 100vh;
   background: green;
   top: 80px;
   left:0%;
   text-align: center;
   transition: all .5s;
 }
 nav li{
   display: block;
   margin: 50px 0;
   line-height: 30px;

 }
 nav a{
   font-size: 20px;

 }
 a.active,a:hover{
   border: none;
   color: goldenrod;
 }
 /*end of new code*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: ;
  width: auto;
  font-family: sans-serif;
  justify-content: center
  justify-content: space-between;
  float: right;
  margin-lef: 100px;
  margin-righ: 100px;
  border: 2px black;
  color: white;
position: fixed;
  top:0px;
  right: 0px;
  font-size: 20px

}
.paragraph{
  display: block;
  color: white;
  width: 400px;
  border: 10px solid #B8860B;
}

li {
  float: left;

}




li a {

  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  justify-content: space-around;
}

li a:hover {
  background-color: blue;
}

/*Container containing Logo and header*/
.Container{
  padding-top: 1000px;
}

body{
  padding-top: 1000px;
}
#more {display: none;}

/*Styling the button*/
#myBtn{
  color: black;
  border-radius: 5px;
  border: 10px;
  align-items: center;
  width: 100px;
  height: 90px;
  border: 10px solid darkblue;
  float:center;
  align-content: center;
  font-family: fantasy;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.6;
}

#myBtn:hover{opacity:1}

}
.auto-style5{
  clear: both;
  position: relative;
  padding-top: 100px;
  margin-bottom: -300px;
  justify-content: center;


}

.flex-container{
  color: white;
  font-family: sans-serif;
  font-size: 20px;
  margin: 10px;
  text-align: center;


}

 .img > img{
    border-radius: 40px;
    width: 700px;
    margin-top: 40px;

 }
 .Container{
  background-color: white;
  padding-top: 100px;
 }

}
.h1{
  padding-bottom: 10px;
}
#ooter{
 padding-top: 10px;
 background-color: #014d4e;
}
