
/* CSS Document */
html,

	body{
	width:inherit;
	height:inherit;
	margin:auto;
	text-align: center;
	font-family: 'Merriweather', serif;	
    background-size: cover;    
/*background-image: url("../NigelFosterLtd/images/GlassOffice20.jpg"); */
	background-image: url("../images/GlassOffice20.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

#page-wrap {
     width: 750px;
     margin: 0 auto;
}
		#container1 {
			width:inherit;
			margin:auto;
		}

a {
    color: #222;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover,
a:focus {
    color: #575757;
}
h1 {
	font-size: 40px;
    line-height: 1.5;
	color:#2A2A2A;
}
h2 {
    font-size: 30px;
    line-height: 1.5;
	color:#2A2A2A;
}
h3{
	font-size: 20px;
	line-height:1.5;
	color:#2A2A2A;
}	
p{
	font-size: 17px;
	color:#2A2A2A;
}
.first{
	font-size:20px;
}

container1 .header-content {
    position: relative;
    width: inherit;
    margin-top:20px;
	margin-bottom:10px;
    text-align: center;
}
main .container {
	position: relative;
    width: 100%;
    margin-top:40px;
    text-align: center;
}
into {
	position: relative;
    width: 100%;
	 text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.content {
	margin-top:40px;
}
.box{
	margin-bottom:-20px;
}
.button {
	background-color: #A9A9A9; 
	width:140px;
	border: none;
	color: #2b4144;
	padding: 15px 32px 15px 35px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.btn-default{
	color:#222222;
	margin-top:20px;
	margin-bottom:20px;
	border-style:solid;
	border-witdh:1px;
	border-color:#4D4D4D;
}
.page-footer .contact{
	background-color: #A9A9A9; 
	border: none;
	color: #2A2A2A;
	height:40px;
	padding: 15px 32px 15px 35px;
	margin-top:20px;
}
.contact{
	background-color: #A9A9A9; 
	border: none;
	color: #2A2A2A;
	margin-top:30px;
}
.contact-2{
	background-color: none; 
	border: none;
	color: #2A2A2A;
	margin-top:10px;
}
.column {
  float: left;
  width: 50%;
}
.first-box {
	float:left;
	width:300px;
	font-size: 16px;
}
.second-box{
	float:right;
	width:300px;
}
.first-foot {
	float:left;
	width:300px;
	font-size: 16px;
}
.second-foot{
	float:right;
	width:300px;
}
.cont{
	margin-top:80px;
}
.cont .phone-no{
	color: #2A2A2A;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.extra{
	margin-top: 20px;
	margin-bottom: 20px;
}
sma .sma{
	color: #2A2A2A;
		font-size: 10px;
	padding-top: 40px;
	padding-bottom:40px;
	margin-top:40px;
	position:center;
}
.tel{
	color: #2A2A2A;
}
@media only screen and (min-width : 320px) and (max-width : 600px){
	.cont{
	margin-top:15px;
}
	.first-box {	
	margin-left:29%;
	font-size: 16px;
}
.second-box{
	float:center;
	margin-right:28%;
	}

	}
