/*
** Theme Name: King's Lynn Website Design Template
** Author: King's Lynn Website Design
** Author URI: http://www.kingslynnwebsitedesign.co.uk
** Description: The best theme in the world
** Version: 1.0
*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
    margin-left: 20px;
    line-height: 25px;
    color: #444444; }
aside ul {
    margin-left: 20px;
    line-height: 25px;
    color: #ffffff; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
strong,b { font-weight:900; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea {
	outline:none;
}

#head{
  background-color: #ffffff;
      padding: 8px 10px;
}

textarea {
	resize:vertical;
}

.col-md-7 h2{
      text-align: right;
    margin-bottom: 5px;
    margin-top: 10px;
  color:#8591a1;
}

.services
{
      background-color: #3f2c63;
    padding: 15px;
}

.collapse{
  display:block;
}

.clients .col-md-4{
  margin-top:10px;
  text-align:center;
  padding:30px;
  border-right:solid 3px #3f2c63;
}

.clients .col-md-4 h3{
  font-size:16px;
}


@media (min-width: 1200px){
.container {
    width: 990px;
}
}

@media (min-width: 768px){
.navbar-right {
    float: none !important;
}

  }
  
  @media (max-width: 500px){
  h2 {
    font-size: 18px !important;
	}
  #head h2{ text-align:center; margin-top:20px}
}
  

@media (min-width: 1200px){
.container {
width:1170px;
}
}

@media (min-width: 768px){
.navbar-collapse.collapse {
padding:0px;
}
	
	#head h2{ text-align:right; color:#9cbfe9; font-size:19px; margin-bottom:2px; text-transform:uppercase; line-height:32px;}

.navbar-nav {
    float: ;
    margin: 0;
}
  }

.nav>li>a {
    padding:10px 24px;
	    font-size: 18px;
  color:#ffffff;
  text-transform:none;
  font-weight:bold;
  
}

.nav>li>a:hover {
  color:#0066cb;
  }


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

aside{
  background:#0066cb;
  padding:16px 12px;
  color:white;
}

aside h2{ 
  text-transform: uppercase;
    color: #9cbfe9;
    font-size: 22px;
    margin-bottom: 10px;}

aside p{ 
    font-size: 16px;
    line-height: 20px;
}

.sideContact{
  margin:12px 0; padding:12px; background:#9cbfe9; text-align:center;
}

.sideContact p{ 
    font-size: 16px;
    line-height: 20px;
}

.mainContent a{
	color:#3065a5;
  }
