@charset "utf-8";
/* CSS Document */

.abouttop{
	padding-top: 90px;
}

.aboutright{
	padding-top: 50px;
	margin-left:-20px
}

.uk-button-primary {
    background: #1E5D88;
    font-family:Georgia;
    font-weight:bold
}

p.text{
	font-size:18px;
	text-align:center;
	font-family:Arial;
	line-height: 1.2;
}

p.abouttext{
	font-size:18px;
	text-align:left;
	font-family:Arial;
	line-height: 1.2;
}

h1 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

		
#pagewrap {
	width:95%;
	max-width:800px;
	margin-left: auto;
    margin-right: auto;

}

ul li {
	font-size:16px
}

#contentwrap {
	width:92%;
	max-width:960px;
	margin:auto;
	padding-left:4%;
	padding-right:4%;
}

.bounding-box{
	background-color: #232324;
    color: #A6A8AB;
    border-radius: 20px;
}

body 		{margin-top: -20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;		 
background-image: url("../images/bg.jpg");  
background-position:center top;
background-size: 1660px 1300px;
}

.top1{
	width: 500px;
	position: relative;
    z-index: 1;
}

.top2{
	 margin-left: -135px;
	 position: relative;
    z-index: 0;
}

.headingsubtitle{
	font-family: Georgia;
    font-size: 25px;
    color: white;
    padding-top: 30px
}
.headingsubtitle2{
	font-family: Georgia;
    color:#041838; 
    font-size:35px;
    padding-top: 10px;
}

.aboutimage{
	max-width:300px;
	width:100%;
}
@media screen and (max-width : 767px) {
p.abouttext{
	text-align:center;
}

.aboutimage{
	max-width:none;
}

.aboutright{
	padding-top: 10px;
    padding-bottom: 10px;
    margin-left:auto
}


.abouttop{
	padding-top: 10px;
    padding-bottom: 10px;
}
body 		{
background-position: 1400px 0px;
}

.headingsubtitle{
    padding-top: 0px;
    padding-left:20px
}

.top1{
	width: 95%;
}

.top2{
	 margin-left: auto;
}

p.text{
	text-align:center
}

h1 {
	font-size:24px;
	line-height:1
}

h2 {
	font-size: 18px;
	line-height:1
}

h3 {
	font-size: 18px;
}

#pagewrap {
	width:95%;

}

}