*{
  margin:0;
  padding:0;
}

.wrapper{
    margin:auto;
    border: 2px solid white;
    border-left-color: black;
    border-right-color: black;
    border-top: black;

    border-width: 100%;
    padding-bottom: 2px;

}

header{
  background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.7)), url("images/7.jpg");
  height:100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;

}
.nav-area{
  float: right;
  list-style: none;
  margin-top: 30px;

}

.nav-area li {
    display: inline-block;


}

.nav-area li a {

    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    font-size:16px;

}

.nav-area li a:hover{
  background: red;
  color: #fff;

}
@media screen and (max-width: 650px) {
  .nav-area {
    width: 100%;
    font-size: 10px;
    display: block;
    padding-left: 1px;
  }
}

.logo img{
  width: 70px;
  height: 85px;
  float: left;
  padding: 28px 10px 15px 10px;
}

.welcome_text{
  position: absolute;
  width: 1200px;
  height: 600px;
  margin: 15% 12%;
  text-align: center;
}

.welcome_text h1{
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;

}
@media screen and (max-width: 650px) {
  .welcome_text h1 {
    text-align: left;
    font-size: 25px;
    padding-top:50px;
    width: 50%;
    display: block;
  }
}


.welcome_text h2{
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-style: italic;

}
@media screen and (max-width: 650px) {
  .welcome_text h2 {
    text-align: left;
    font-size: 20px;
    padding-top:30px;
    width: 25%;
    display: block;
  }
}



.welcome_text a:hover{
  background: red;
  color: #fff;
}

.welcome_text a{
  border: 2px solid white;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 60px;
  margin-right: 125px;
  display: inline-block;
  font-size:18px;

}

@media screen and (max-width: 650px) {
  .welcome_text a {
    margin-top:100px;
    margin-left:15px;

    float: center;
    font-size: 20px;

    width: 20%;
    display: block;
  }
}


#text{
  color: #fff;
  text-decoration: none;

  padding: 5px 20px;

  font-size:50px;
}

.second {
  margin:auto;


}

main {
   border: 2px solid white;

   border-left-color: black;
   border-right-color: black;

   background: linear-gradient(rgba(0,0,0.2,0.9),rgba(0,0,0.2,0.9)), black;
   height: 45vh;
   background-position: center center;
}


.thirt img {
  float: right;
  height: 200px;
  width:300px;
  padding-top: 35px;
  padding-right: 30px

}
@media screen and (max-width: 650px) {
  .thirt img {
    float: left;
    padding-left: 50px;
    height: 150px;
    width: 80%;
    display: block;
  }
}


.thirt h1 {
  font-size: 40px;
  color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  width:70%;
  font-style: italic;

}

@media screen and (max-width: 650px) {
  .thirt h1{
    text-align: center;
    padding-left: 20px;
    margin-top:20px;
    font-size: 20px;

    width: 80%;
    display: block;
  }
}
.thirt h2 {
  color: #fff;
  padding-top: 30px;
  padding-left: 60px;
  width:70%;
  font-style: italic;

}

@media screen and (max-width: 650px) {
  .thirt h2{
    text-align: center;
    padding-left: 20px;
    margin-top:5px;
    font-size: 20px;

    width: 80%;
    display: block;
  }
}

/*fourth*/

.fourth {
  margin:auto;


}

.footer1 {
   border: 2px solid white ;
   border-left-color: black;
   border-right-color: black;



   background: linear-gradient(rgba(0,0,0.2,0.9),rgba(0,0,0.2,0.9)), black;
   height: 45vh;
   background-position: center center;
}


.fifth img {
  float: left;
  height: 200px;
  width:300px;
  padding-top: 35px;
  padding-left: 30px

}
@media screen and (max-width: 650px) {
  .fifth img{
    float: left;
    padding-left: 35px;
    height: 150px;
    width: 75%;
    display: block;
  }
}

.fifth h1 {
  font-size:40px;
  text-align: left;
  color: #fff;
  padding-top: 60px;
  padding-left: 370px;
  width:95%;
  font-style: italic;

}

@media screen and (max-width: 650px) {
  .fifth h1{
    text-align: center;
    padding-left: 20px;
    margin-top:15px;
    font-size: 20px;
    width: 80%;
    display: block;
  }
}

.fifth h2 {
  text-align: left;
  color: #fff;
  padding-top: 30px;
  padding-left: 400px;
  width:95%;
  font-style: italic;

}

@media screen and (max-width: 650px) {
  .fifth h2{
    text-align: center;
    padding-left: 20px;
    margin-top:5px;
    font-size: 20px;

    width: 80%;
    display: block;
  }
}

/*sixth*/


.footer2 {


   border: 2px solid white ;
   border-left-color: black;
   border-right-color: black;
   background: linear-gradient(rgba(0,0,0.2,1),rgba(0,0,0.2,0.9)), grey;
   height: 40vh;
   background-position: center center;
}

* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {

  float: left;
  width: 48%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 95%;
    margin-top: 0;
  }
}
