/* CSS Document */

body {
   padding:0px;
   margin:0px;
    font-family: 'Raleway', sans-serif;
	font-size:18px;
}

a {
   color: #ff4848;
}

.bgtop_style {

width: 100%;
height:250px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e2e3d+0,344559+35,1e2e3d+53,344559+70,1e2e3d+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e2e3d+0,344559+35,1e2e3d+53,344559+70,1e2e3d+100 */
background: #1e2e3d; /* Old browsers */
background: -moz-linear-gradient(left,  #1e2e3d 0%, #344559 35%, #1e2e3d 53%, #344559 70%, #1e2e3d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1e2e3d 0%,#344559 35%,#1e2e3d 53%,#344559 70%,#1e2e3d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1e2e3d 0%,#344559 35%,#1e2e3d 53%,#344559 70%,#1e2e3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2e3d', endColorstr='#1e2e3d',GradientType=1 ); /* IE6-9 */

}

.inner {
   max-width: 1250px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #34495e;
	padding-bottom:20px;
	padding-left:20px;
padding-right:20px;
}

.logo {
font-family: 'Faster One', cursive;
font-size:60px;
color: #ff4848;
padding-top:40px;

}

.slogan {
   color: white;
   font-size:22px;
   padding-top:30px;
   font-weight: bold;

}

.bgcontent_style {
color: #1e2e3d;
}



.bgcontent_style h1{
   
}

ul { list-style-type: none;}

li:before { 
content: '\2713';
margin: 0 0.6em;
color: #0d6304;
}

.zumshop {
   position: fixed;
   right:20px;
   bottom:20px;
}
.zumshop a{ 
	   font-size: 25px;
	   font-weight: bold;
	   
	}


@media (max-width: 600px) {
	
	.bgcontent_style img {
     width: 100%;
    }
	
	li:before { 

		margin: 0 0.5em;

	}
	
	ul { 
	   margin:0px;
	   padding-left:10px;
	
	}
	
	.zumshop { 
	   padding:5px;
	   background: white;
	   right:10px;
   bottom:10px;
	   
	}
	.zumshop a{ 
	   fon-size: 16px;
	   font-weight: normal;
	   
	}
 
}