@charset "UTF-8";
@font-face {
    font-family: 'Convergence';
    src: url('../fonts/convergence.woff2') format('woff2'),
         url('../fonts/convergence.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
* {
margin:0; padding:0; outline:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {height:100%;}
body {font-family: 'Convergence', sans-serif; font-weight: 400; font-size:14px; line-height:24px;color:#484647;background:url(../images/bg.jpg) repeat-x center top, #e7e7e7; text-align:center; padding:0 20px 
;}

#wrapper {background: #fff;padding: 45px 20px 30px; margin: 0 auto 90px; max-width: 600px;position:relative;}
#wrapper.admin {background: #fff;padding: 45px 20px 30px; margin: 0 auto 90px; max-width: 1600px;position:relative;}

#wrapper ul li {list-style-type: none; margin-left: 25px; margin-bottom: 10px;}
#wrapper ol li {list-style-type: upper-roman; margin-left: 25px; margin-bottom: 10px;}

h1{font-size:14px; margin:0;}
.info-title{
	position:absolute;
	top:-15px;
	left:20px;
	right:20px;
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	color:#fff;
	background:#ed555c;
	display:inline-block;
	padding: 10px 10px 7px;
	border-radius:10px;
}
#logo {max-width: 100%; width: 84%; margin: 60px 0;}

a {color:#ed555c;text-decoration:none;}
a:hover { color:#484647; text-decoration:none;}

p {margin-bottom: 15px;}

.scroll-container {
    overflow: auto;
    height: 300px;
    font-size:10px;
	line-height:1.2;
}
.scroll-container p{margin-bottom: 15px;}

.myButton { 

	margin-left: 20px;
	font-size:14px;
	line-height:1;
	text-transform:uppercase;
	color:#fff;
	background:#ed555c;
	display:inline-block;
	padding: 10px 10px 7px;
	border-radius:10px;
    cursor: pointer;
 
}
.myButton:hover {
   background:#efab19; 
}

@media (min-width: 640px) {

body{font-size:18px; line-height: 30px;}
#logo {margin: 93px -47px 85px 0; width:auto;}
h1{font-size:18px;}
p {margin-bottom: 30px;}
	p span{width:300px; display:inline-block;}
.info-title{ font-size:23px; line-height:24px; top:-29px; left:30px; right:30px; text-align:center; padding: 20px 10px 18px;}
#wrapper{padding: 85px 66px 52px; text-align:left;}

.myButton{ 

	border-radius:10px;
    font-size:23px;
    line-height:24px;
    text-align:center;
    padding: 20px 10px 18px; 
 
}

}
