@charset "UTF-8";

img {
	width:100%;
	height:auto;
	max-width: 450px;
}
#title1 {
	font-size:1em;
}
#img-intro {
	max-width: 400px;
}
#img-box {
	max-width: 750px;
}
@media screen and (min-width:480px){

#title1, #title2 {
	font-size: 1.16em;
}
#txt1, #txt2, #txt3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

nav {
	background: #4814A0;
	padding-left: 1px;
	width: 100%;
	height: 37px;
	display: inline-block;
	text-align: center;
	border: 1px solid #5623AE;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #622bd9), color-stop(0.5, #4814a0), color-stop(0.5, #33008d), color-stop(1, #511da9));
	background-image: -webkit-linear-gradient(top, #622bd9, #4814a0 50%, #33008d 50%, #511da9);
	background-image: -moz-linear-gradient(top, #622bd9, #4814a0 50%, #33008d 50%, #511da9);
	background-image: -ms-linear-gradient(top, #622bd9, #4814a0 50%, #33008d 50%, #511da9);
	background-image: -o-linear-gradient(top, #622bd9, #4814a0 50%, #33008d 50%, #511da9);
	background-image: linear-gradient(top, #622bd9, #4814a0 50%, #33008d 50%, #511da9);
}
.items {
	float: left;
	width: auto;
	display: inline-block;
	position: relative;
}
nav .items a {
	position: relative;
	display: inline-block;
	padding: 10px 23px;
	border-top: 0px;
	border-bottom: 1px solid #5623AE;
	border-left: 1px solid #5623AE;
	border-right: 1px solid #290085;
}
.submenu {
	list-style: none;
	position: relative;
}
nav .subitems a {
	border-top: 1px solid #EDEDED;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.items:first-child a {
	border-left: 0px;
}
.items:last-child a {
	border-right: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.subitems:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#bfinal {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background: none;
	display: block;
}
#itemfinal {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#navbar {
	padding-right: 3px;
}
}

@media screen and (min-width:768px) {
#about-gloss {
	width: auto;
	display: inline-block;
}
#title1, #title2{
	font-size: 1.33em;
	margin-bottom: 30px;
}
#img-intro {
	float: left;
	width: 50%;
}
#txt1, #txt2, #txt3 {
	float: left;
}
.txt-box {
	float: right;
	width: 47%;
	display: block;
}
}
@media screen and (min-width:961px){
.container {
	width: 960px;
}
#title1 {
	float: right;
	width: 460px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#img-intro {
	margin-top: 15px;
	max-width: 450px;
}
#txt1, #txt2, #txt3 {
	float: right;
	width: 460px;
	margin-bottom: 20px; 
}
#title2 {
	padding-top: 15px;
	font-size: 1.9em;
}
}