﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
	font-family:'Playfair Display', serif;
}
h1, h2, h3, h4, h5, h6, p , li {	font-family:'Playfair Display', serif;}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}
.mb-2 {margin-bottom:20px;}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 3em;
Text-transform:uppercase;
  margin: 0;
  padding: 0;
}
.float-white {background-color:#fff;padding:20px;border-radius:5px;max-width:600px;margin:auto;}

/* additional sections */
#home {
  background: url(../images/hero-image.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {color:#222;}

#services {
  background-color: #222;
  color: #ffffff;
}
#services .glyphicon {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.container-fluid {    width: 96%;
    margin: auto;}

.ctdblue, a {color:#3615ba;}
.btn {background-color:#3615ba;color:#fff;}
.btn:hover {background-color:#fff;color:#000;}

#information {
  background: url(../images/yarn-strung.jpg) no-repeat center center fixed; 
  display: table;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#information .panel {
  opacity: 0.9;
}
#information .panel-title {
	font-size:2em;
}

#google_map {
  height: 500px;
}

footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}