/* Enter your custom CSS here */
/*
* {
   border: 1px solid red !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}*/
body {
    font-family: Verdana, sans-serif;
/*    margin-top: 25px;*/
    background-color: #dddddd;
    color: #666;
    margin-top: 25px;
    font-size: 14px;
    padding-top: 26px;
    min-height: 1000px;
/*    background: url( "bkgnd.gif" );   */
}

.container {
    background-color: #ffffff;
    /*color: #666666;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 40px;*/ 
    max-width: 1060px;
}


.header {
}

.content {
    /*padding: 50px;*/
}

.footer {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.contact {
    background-color: #cccccc;
    font-size: 14px;
    color: #666666;
    margin-top: 50px;
    padding-top: 10px;
}

h1, h2, h3, .banner-text {
    color: #000066;
}

h1 {
    /*<link href='http://fonts.googleapis.com/css?family=Courgette|Jura:400,500,600,300|Limelight|Gruppo' rel='stylesheet' type='text/css'>
    font-family: 'Courgette', cursive;
    font-family: 'Jura', sans-serif;
    font-family: 'Limelight', cursive;
    font-family: 'Gruppo', cursive;*/
/*    font-family: 'Limelight', cursive;*/
    font-family: 'Varela', sans-serif;
    font-size: 22px;
    text-shadow: 4px 4px 4px #aaa;
}

p {
    line-height: 1.5em;
}

.banner-text {
/*    font-family: 'Limelight', cursive;*/
    font-family: 'Varela', sans-serif;
    font-size: 22px;
    text-shadow: 4px 4px 4px #aaa;
}

.img-left {
	float: left;
}

.img-right {
  float: right;	
}

/*.box-shadow(@shadow: 4px 4px 3px #aaa) {
    box-shadow: @shadow;
}*/



@media only screen and (min-width: 750px) {
  h1 {
  font-size: 28px;
  text-shadow: 4px 4px 4px #aaa;
  }
  .banner-text {
  font-size: 24px;
  text-shadow: 4px 4px 4px #aaa;
  }
  .tel-no {
    display: none;
  }
}
@media only screen and (min-width: 900px) {
  h1 {
  font-size: 28px;
  text-shadow: 4px 4px 4px #aaa;
  }
  .banner-text {
  font-size: 26px;
  text-shadow: 4px 4px 4px #aaa;
  }
  .map-size {
  overflow:hidden;
  height:400px;
  width:400px;
  }
}
@media only screen and (min-width: 990px) {
  .banner-text {
  font-size: 28px;
  text-shadow: 4px 4px 4px #aaa;
  }
}