   
   .head_text{
   float: left;
    position: absolute;
    /* margin: auto; */
    /* z-index: 9; */
    /* display: flex; */
    top: 0;
    padding: 30% 0 0 0;
    text-align: center;
    font-size: 100%;
    width: 100%;
   }
    .head_text h2 {
    font-size: 3em;
    font-family: IMPORT-BOLD;
    margin: 0;
		
	}
	.head_text a {
	padding: 1% 2%;
    color: #FFF;
    border: solid 3px #FFF;
    text-transform: uppercase;
    /* margin: 10px 0 0 0; */
    display: table;
    float: none;
	    font-size: 1.2em;
    /* max-width: 100px; */
    margin: auto;
	transition:0.3s;
		
	}
		.head_text a:hover {
			background:#FFF;
			color:#000;
	
		
	}
	.head_text h3 {
		color:#FFF;
		padding-bottom: 1%;
	}