@charset "UTF-8";
/* CSS Document */
body {
    font-family: "mr-eaves-xl-modern";
    width: 100%;
    font-weight: 300;
        background: #000000;
        background: url(../images_layout/cover1300.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

p {
    font-size: 16px;
    line-height: 21px;
	font-weight: 400;
}

p.large {
    font-size: 18px;
	line-height: 24px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #4d73b6;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #6988BF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "mr-eaves-xl-modern";
    font-weight: 700;
}

h1 {
    font-size: 26px;
    color: #ffffff;
    line-height: 48px;
    line-height: 56px;
    padding-bottom: 20px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #F57F28;
    font-weight: 400;
}



.overlay {
	position: absolute;
	z-index: 12;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 500px;
    padding-left: 30px;
    padding-right: 30px;
	padding-top: 30px;
	background-color: rgba(0,0,0,0.69);
	width: 100%;
}

.overlay h1 {
    font-size: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 400;
}

.overlay p {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
}




.copyright {
    font-size: 14px;
    line-height: 18px;
	font-weight: 400;
    padding-top: 10px;
    color: #A7A3A3;
}

}

@media (min-width: 576px) {
    
  .overlay {
	position: absolute;
	z-index: 12;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
	padding-top: 50px;
    padding-bottom: 30px;
	background-color: rgba(0,0,0,0.69);
	width: 400px;
}  

    

	
}
    
    
@media (min-width:768px) {


  .overlay {
	position: absolute;
	z-index: 12;
	left: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
	padding-top: 50px;
    padding-bottom: 30px;
	background-color: rgba(0,0,0,0.69);
	width: 560px;
}  
    

}



@media (min-width:992px) {


    

    

	
}

@media (min-width:1200px) {



    

	
}
