<style>
	@font-face {
		font-family: 'SarabunBold';
			src: url('/fonts/SarabunBold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
	}
	@font-face {
		font-family: 'SarabunRegular';
			src: url('/fonts/SarabunRegular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Nunito';
		font-style: normal;
		font-weight: 400;
		src: local('Nunito Regular'), url('/fonts/Nunito-Regular.ttf') format('truetype'); 
	}
	@font-face {
		font-family: 'Black Han Sans';
		font-style: normal;
		font-weight: 400;
		src: local('Black Han Sans'), url('/fonts/BlackHanSans-Regular.ttf') format('truetype'); 
		unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}	
	
	html {
		height: 100%;
		width: 100%;
	}
    body {
        background-color: #000000 !important;
        margin: 0px;        
		color: #444444;
    }
    div {
        margin-top: 0px;
		margin-left: 0px;
        font-family: "Nunito", Calibri, Arial, sans-serif;
        text-align: center;
    } 
    h1 {
		font-size: 30px;
        color: #000066;
        font-family: "Black Han Sans", Calibri, Arial, sans-serif;
		font-style: regular;
		font-weight: normal;
        text-align: center;		
    } 
    h2 {
		font-size: 40px;
        color: #000066;
        font-family: "SarabunRegular", Calibri, Arial, sans-serif;
		font-style: normal;
		font-weight: bold;
        text-align: center;
    } 
    p {
		font-size: 20px;
        color: #444444;
        width: 90%;
        margin-left: 5%;
        font-family: "Nunito", Calibri, Arial, sans-serif;
        text-align: center;
    }
    a {
        color: #106900;
        opacity: 1;
    }        
    a:link, a:visited {
        color: #106900;
        text-decoration: none;
    }
    a:hover, a:active {
        color: white;
        text-decoration: none;
        background-color: #106900;
        opacity: 1;
    }
    footer {
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: "Nunito", Calibri, Arial, sans-serif;
        font-size: 11px;
        text-align: center;
        text-shadow: 1px 1px #000000;
    }
    fieldset {
        border-width: 0px;
		border-top-width: 0px;
        margin: 0px;
        padding: 0px;
    }
	nav {
        text-align: center;
        background-color: rgba(80,0,150,.6);        
        padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;
		font-family: "Nunito", Calibri, Arial, sans-serif;
    }
    nav a, nav a:link, nav a:visited {
        color: white;		
    }
    ol {
        list-style: none;
    }
    .blog {
		font-size: 20px;
        color: #444444;
        width: 90%;
        margin-left: 5%;
        font-family: "Nunito", Calibri, Arial, sans-serif;
        text-align: left;
		text-indent: left;
    }
    .setting {
		margin-left: 10px;
		font-size: 12px;
    }
    .settingPanel {
		padding: 10px;
    }
    .store {
        margin-top: 0px;
		margin-left: 0px;
        display: inline-block; 
        vertical-align: top;
    }    
    .bkg {
	    position:fixed;
	    top:-50%;
	    left:-50%;
	    width:200%;
	    height:200%;
	    background-color: #000000;
	    z-index: -100;    
	    overflow: hidden;
	}
    .bkgImage {
	    position: absolute;
	    top:0px;
	    left:0px;
	    right:0px;
	    bottom:0px;
	    margin:auto;
	    min-width: 55%;	
	    min-height: 55%;
	    -webkit-filter: blur(35px);
	    filter: blur(35px);
	    /* filter: url(/images/blur.svg#blur); */
	    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='35');
	}
	.blogHeader {
		position: relative; 
		top: 0px;
		font-size: 12px;
		text-align: left;
		border-color: #444444;
		border-bottom-style: dotted;
		border-width: 1px;
	}
	.blogTags {
		position: relative; 
		text-align: right;
		top: -10px;
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 0px;
		
	}
    .box {
        display: block;        
        text-align: center;
    }
    .smallbox {
        max-width: 500px;
		width: 100%;
        text-align: center;
        display: inline-block;
    }
	.settingGroup {
		border-width: 0px;
		border-top-width: 1px;
        border-color: black;
        border-style: solid;
		background: #FFFFEE;
	}
    .content {        
        display: inline-block;        
        box-shadow:0px 0px 25px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow:0px 0px 25px rgba(0, 0, 0, 0.4);
        -moz-box-shadow:0px 0px 25px rgba(0, 0, 0, 0.4);
        z-index: -1;
        width: 100%;
        max-width: 700px;
        text-size-adjust: 100%;
        background-color: #F5FFF5;
        padding-top: 32px;
    }
    .splashImage {        
        display: inline-block;                
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        width: 100%;
    }	
	.highlight-content	{
		background-color: #FFFFFF;
        display: inline-block;                
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        width: 100%;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.beshadowed	{
        display: inline-block;                
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        width: 100%;		
	}
    .thumbnail {        
        display: inline-block;
		border-radius: 10px;
        box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);  
    }
    .tag {
         display: inline-block;
        border-radius: 10px;
        background: #B200FF;
        padding: 5px;    
        font-size: 11px;  
        color: #FFFFFF;
    }
    .tag a, .tag a:link, .tag a:visited {
        color: white;     
        background-color: #B200FF;   
    }
    .tag a:hover, .tag a:active {
        background-color: #B200FF;
        text-decoration: underline;
    }
    .flex-grid {
        display: flex;
        flex-wrap: wrap;        
        position: relative;
    }
    .flex-grid-center {
        display: flex;
        flex-wrap: wrap;        
        position: relative;
        text-align: center;		
    }
    .flex-col {
        display: inline-block;        
        flex-basis: 30%;
        flex-grow: 1;
    }
    .flex-col2 {
        display: inline-block;        
        flex-basis: 50%;
        flex-grow: 1;
    }
    .flex-col4 {
        display: inline-block;        
        flex-basis: 23%;
        flex-grow: 1;
    }
    @media (max-width: 400px) {
        .flex-grid {
            display: block;
        }
        .flex-grid-center {
            display: block;
        }
        .flex-col2 {
            display: block;
            text-align: center;
        }
    }
    .storeimg {
        height: 50px;
    }
	.album-preview {
		box-sizing: content-box;
		height: 100px;
		width: 100%;
		vertical-align: center;
		padding-top: 20px;
		padding-bottom: 20px;		
		border-top-style: dotted;
		border-color: green;
		border-width: 1px;
		display: block;
	}
	.col-left-small {
		float: left;		
		/*max-width:120px;*/
		width: 30%; /* The width is 30%, by default */
		height: 100%;
	}
	.col-main-large {
		float: left;
		width: 70%; /* The width is 70%, by default */				
		height: 100%;		
	}
	/* Use a media query to add a breakpoint at 400px: */
	@media screen and (max-width: 400px) {
		.album-preview {
			height: 100%;
			border-top-style: none;
			/*margin-bottom: 180px;*/
		}
		.col-left-small, .col-main-large {
			width: 100%;
			max-width: 100%;
		}
		.col-left-small {
			padding-top: 20px;
			border-top-style: dotted;
			border-color: green;
			border-width: 1px;
		}
	}
    .autosize_frame {
        max-width: 700px;
        margin: 0px auto;
    }
    .autosize_frame > div {
        position: relative;
        padding-bottom: 56.25%;
        height: 0px;
    }
    .autosize_frame iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
	.socmed {
		font-size: 20px;
        color: #444444;
        width: 90%;
        margin-left: 5%;
        font-family: "Nunito", Calibri, Arial, sans-serif;
        text-align: center;		
	}
	.socmeddesc {
		position: relative;
		top: -25px;
		font-style: italic;
	}
	.icons {
		cursor: default;
	}
	.icons li {
		display: inline-block;
	}
	.icons a {
		display: inline-block;
		width: 2em;
		height: 2em;
		line-height: 2em;
		text-align: center;
		border: 0;
	}
	.icon {
		text-decoration: none;
	}
	.icon:before {
		display: inline-block;
		font-family: FontAwesome;
		font-size: 1.25em;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon > .label {
		display: none;
	}
</style>