/*CSS Document*/

body{font-family: 'SamsungSharpSansMedium';}
ul{padding: 0; list-style: none;}
a:hover{text-decoration: none;}
.container{text-align: center;}

.button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c30a3+0,233cd5+100 */
	background: #1c30a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #1c30a3 0%, #233cd5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1c30a3 0%,#233cd5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1c30a3 0%,#233cd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c30a3', endColorstr='#233cd5',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	color: #fff;
	padding: 20px 60px;
	display: inline-block;
	font-size: 25px;
	margin: 30px 0;
}

.button:hover, .button:focus{background: #3E59FF !important;color: #FFF; text-decoration: none;}

h1{font-size: 22px;margin-top: 0px;margin-bottom: 34px;}
p.h2{font-size: 15px;color: #000000;line-height: 1.2;margin-bottom: 15px;font-family: 'SamsungSharpSansMedium';margin-top: 15px;}
p.h3{font-size: 18px;line-height: 1.2;text-align: center;margin-top: 40px;}
hr{background-color: #000;height: 2px;border:0;margin: 25px 0;}
.logo{width: 100%; display: inline-block; max-width: 320px;}
p{font-size: 13px;text-align: left;margin-bottom: 20px;/* line-height: 1.2; */color: #737373;}
p.note{font-size: 13px;text-align: center;margin-bottom: 10px;margin-top: 10px;color: #000;}

/* Small devices (smartphones, 767px or less) */
@media (max-width:767px) { 
.container{width: 100%;}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) { 
.container{width: 100%;}
}


/* Large devices (desktops, 992px and up) */ 

@media (min-width:992px) {
.container{width: 100%;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
.container{width: 100%;}
}