@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;700&display=swap');

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,center,dl,dt,dd,ol,ul,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;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
.rwContentBox table td {vertical-align:top;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:normal;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}
	
html {
	scroll-behavior: smooth;
	}

body {
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-family: Titillium Web, serif;
    font-size: 20px;
    line-height: 1.5;
    color: #455156;
	}

a {
	outline: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-decoration: none;
	color: #001ba2;
	}
a:hover {
	color: #002bff;
	}

body>header {
	position: relative;
	color: #fff;
	background: #000 url('bg2.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
    box-shadow: 0 0 100px #000;
    z-index: 100;
    }

body>header a {
	color: #fff;
    }

body>header>div {
	position: relative;
	color: #fff;
    text-align: center;
    padding: 70px;
    }
    
body>header>div h1 a {
	display: block;
	background: url(mister-logo.png) no-repeat center top;
	background-size: 270px;
	padding-top: 270px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2rem;
    }
body>header>div h1 a:hover {
	color: #fff;
	opacity: 0.8;
    }

main {
	display: block;
	text-align: center;
    }

main>div {
	display: block;
	background: url(bg3.jpg) no-repeat bottom center;
	background-size: cover;
	min-height: 200px;
	padding: 100px 0;
    }

main p {
	font-size: 2rem;
	display: inline-block;
	width: 30%;
    }

main section>p:nth-child(2) {
	font-size: 2rem;
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
    }

main section header * {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #0022ca;
	width: 25%;
	min-width: 300px;
	margin: 0 auto 30px ;
	text-align: left;
	color: #0022ca;
    }

footer {
	position: relative;
	color: #fff;
	background: #000 url('bg2.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 0.7rem;
	padding: 3rem 0;
    box-shadow: 0 0 100px #000;
    z-index: 100;
    }

footer a {
	color: #fff;
    }