/*--reset--*/
/* html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a{text-decoration:none;}
img{max-width:100%;} */
/*--end reset--*/
@import "./reset.css";

body{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
    background:url(../bg_black.jpg) no-repeat center / cover;
	background-size:cover;
	background-attachment: fixed;
    background-color: #000000;
	padding: 10em 0;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--background--*/
h1 {
    font-size: 2em;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
}
h1 span{
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 4em;
    font-weight: 200;
    letter-spacing: 1px;
}
.wthree-info p{
	color: #FFFFFF;
    font-size: 2em;
    margin: 1em 0 0 0;
    font-weight: 100;
}
/*--//background--*/
.agile {
	text-align: center;
    display: flex;
    width: 100%;
    height: 100%;
}

.container {
    max-width: 100%;
    margin: auto;
}
/*--copyright--*/
.copy p {
	color: #fff;
    font-size: 1.9em;
    margin: 2em 0 0 0;
}
.copy p a {
    color: #ff9800;
    text-decoration: none;
}
.copy p a:hover {
    color: #ffffff;
}
/*--//copyright--*/
@media(max-width:1130px){
	h1 span {
		font-size: 2.5em;
	}
	.wthree-info p {
		font-size: 1.5em;
	}
}
@media(max-width:600px){
	.wthree-info p {
		font-size: 1.2em;
	}
	h1 span {
		font-size: 2.5em;
	}
}
@media(max-width:414px){
	h1 {
		font-size: 1em;
	}
	h1 span {
		font-size: 3em;
	}
	.wthree-info p {
		font-size: 1em;
	}
}
@media(max-width:375px){
	.wthree-info p {
		font-size: .9em;
	}
}
@media(max-width:320px){
	h1 span {
		font-size: 2.5em;
	}
	.wthree-info p {
		font-size: .875em;
	}
}