body{
	color: white; 
    background: url("../images/Sig.jpg");
    font-family: Helvetica, Arial, sans-serif; 
     width: 100%;
  height: 100%;
  min-height: 100vh;
}

p{
    font-size: 1em;
    line-height: 1.2em;
   margin: 5px;
   padding:5px;
    letter-spacing: .04em;
}

h2{
  font-size: 24px;
  margin: 5px;
  padding: 5px 0 5px;
    font-weight: 600;
}

b {
	font-weight: bold;
}
main{
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
} 
* {
    margin: 0;
    padding: 0;
 }
 footer{ 
    clear: both;
    margin: 2% 0;
    padding:0;
     text-align: center;
 }
/*  ============ wrapper ==================== */
.wrapper{
   height: 100%;
  /*min-height: 500px;*/
  /*background: red;*/
  width: 70%;
    margin:0;
}
 
/**==================   styling text    ==================****/
.mtext1{
    color: #f89f36;
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    text-shadow:4px -4px 0 #000;
}
.texthome{
    color: #ebf1f2;
    font-family: Arial, sans-serif;
    font-size: 20px;
}


.header{
       margin: 0 auto;
}

         /******* navigation bar **********/
.navbar{
    width: 100%;
   
    margin:0;
    padding-bottom: 45px;
}
.navbar ul {
	list-style-type: none;
	padding: 0 ;
    width: 100%;
}
.navbar ul li {
	background-color: #000000;
	margin: 0 ;
	float: left;
	width: 20%;
	opacity: 0.58;
}
.navbar ul li a {
	color: #ded7d0;
	text-decoration: none;
	display: block;
	padding: 7px 0 7px 0;
	text-align: center;
	}
	
.navbar ul li a:hover {
	background-color: #c5dae9; 
	color: #d61923;
    transition: all ease .6s;
	}
a.active{
	background-color: #d61923;
        transition: all ease .6s;
	
}
.thorimg{
       
}


        /*************  middle box centered flexbox  *****************/
/****** outer   */
#outer {

/*
  min-height: 100%;
    height:500px;
 
  
    margin:0;

    background: url('../images/asgard.jpg');
     background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
*/
}
  
  .image{
    /*background-image: url('http://lorempixel.com/1200/300/animals');*/
  /* Center and scale the image nicely */
/*
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
*/
  
}

        /*************  middle box centered   *****************/
.midbox{
		margin:0;
		width: 100%;
		height: 516px;
		
}

.midbox-thor {
	background: url('../images/thor.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}        

.midbox-weapon {
	background: url('../images/hammer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}        
.midbox-asgard {
	background: url('../images/asgard.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    width:100%;
} 

     
/*********  border and shadow   *******/
.bordering{
       border: 2px solid #000;
      -webkit-box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.6);
       -moz-box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.6);
       box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.4);
}

      /***************   text     *****************/

.peace{
     padding:5px;
     margin:312px 0 0 499px;
     z-index: 5;
     position: absolute;
     background: rgba(0, 0, 0, 0.8);
}
/* ==================  background html =========================*/
.gradient2{
       padding:5px;
       margin:0;
       z-index: 5;
       float:right;
       background: rgba(0, 0, 0, 0.6);
        width: 45%;
    letter-spacing: 0.05em;
    text-align: center;
        margin-right: 2em;
    margin-top: 6%;
}

.weapon{
       width: 35%;
       padding: 5px;
	   background: rgba(0, 0, 0, 0.6);
        float: right;
    text-align: center;
    margin-top: 25%;
    margin-right: 10%;
	 
}


         /********   hammer mjolnir  ***********/
.mjolnir{
       width: 20%;
    float: left;
    margin-top: 7%;
    margin-left: 33%;
    text-align: center;
}
.mtext{
    color: #fff;
   
    font-size: 40px;
    text-shadow:4px -4px 0 #000;
}

.asgard1{
    width:   134px;
    height:  66px;
	margin: 106px 0 0 61px;
	padding: 0 0 0 0 ;
	position: absolute;
	z-index: 5;
	
}
/*********   contact form    **********/
.form{
     width:100%;
     height: 516px;
      -webkit-box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.6);
       -moz-box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.6);
       box-shadow: 0px 5px 74px 2px rgba(250,247,248,0.6);
} 


 
 
