﻿@font-face { 
    font-family: Calibri;
    src: url('../fonts/Calibri.ttf');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 700px;
  padding-top: 240px;
  background-color: #fff;
  margin-bottom: 100px;
  font-family: Calibri;
}

.container-holder { background: #fff; }
.container-holder:first-of-type {
    padding: 16px 0px 16px 0px;
    height: 10px;
}
.container-holder:last-of-type { padding: 12px 0px 12px 0px; }

.navbar-header { 
    width: 100%; 
    text-align: center;
} 
.navbar-brand { 
    display: inline-block;
    margin: 0 auto 0 auto;
    float: none;
}
#nav-logo { padding-bottom: 160px;  }
#nav-logo .logo-text { display: none; }

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse { text-align: center; }

.navbar-default { border-bottom: solid 2px #f9f9f9; }
.navbar-default .navbar-nav > li > a {     
    padding: 8px 16px 8px 16px;
    margin: 0 4px 0 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    background-color: #585c5f; 
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover { 
    background-color: #0e76bd; 
    color: #fff;
}

.navbar-default .navbar-nav li a { color: #222; }
.navbar-header a { color: #222; }

.social-media {
    margin-top: 4px;
    float: right; 
}
.social-media img {
    width: 50px;
    height: auto;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
.content-wrapper { border: solid 1px red; }
.content { margin-top: 20px; }
.content img { 
	    padding: 0;
        border: solid 0px #f9f9f9; 
}
.content-sections div {
    display: block;
    line-height: 30px;
    vertical-align: bottom;
}
.content-sections div img { margin: 0 auto 0 auto; }
.content-sections div img.section-img { 
    border: solid 2px #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
	width: 120px;
	height: 120px;
}
.content-sections div img.section-img:hover { 
    border: solid 2px #ccc;
    cursor: pointer;
}
.content-section { 
    margin-top: 50px; 
    text-align: center;
}
.content-section div { text-align: center; }

.section-text span { display: inline-block; }
.section-text .section-number {
    padding-top: 16px;
    padding-right: 4px;
    vertical-align: top;
    font-size: 60px; 
    color: #0e76bd;
    text-shadow: 2px 2px #ccc;
}
.section-text .section-name span { 
    display: block;
    padding: 0;
    color: #585c5f;
    text-align: left;    
}
.section-text .section-name span:first-of-type {
    text-transform: uppercase;    
    font-size: 20px;
    border-bottom: solid 1px #585c5f;
}
.section-text .section-name span:last-of-type {
    font-style: italic;
    font-family: Calibri;
    font-weight: bold;
}

.content { padding-bottom: 20px; }
.content p {
    letter-spacing: 1.5px;
    line-height: 20px;
}
.content-main { text-align: left;}
.content-main p { 
    font-family: Calibri; 
    font-size: 16px; 
    font-weight: normal;
    letter-spacing: .0em; 
}
ul.service { margin-top: 18px; }
ul.service li { 
    font-size: 20px;
    list-style: none;
}
ul.service li:before {
    content: "► ";
    color: #0e76bd;
}
.fees-table { display: table; }
.fees-row { display: table-row; }
.fees-row div { display: table-cell; }
.fees-row div:first-of-type {
    max-width: 500px; 
    width: 500px;
}
.fees-row div:last-of-type { 
    padding: 0 0 0 10px;
    text-align: right;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
}
.note { color: #0e76bd; }

.contact-link { color: #0e76bd; }
.contact-link:hover { 
    text-decoration: none; 
    color: red;
}
.google-map-frame {
    background-color: #e9e5dc;
    border-bottom: solid 1px #ccc; 
}
.google-map { 
    width: 100%; 
    height: 400px;    
}
.facebook img { height: 80px; width: 80px; }
.wrapper {
    width: 50%;
}
.fb-video {
	width: 500px ;
	margin-left: auto ;
    margin-right: auto ;	
	padding-bottom: 10px;
}
.video-container {
	float: right;
	margin-right:50px;
	padding-bottom: 10%;
}
html body center {
    padding-top: 50px;
}
html body center {
    padding-top: 30px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0 10px 0;
  background-color: #0e76bd;
  border-top: solid 2px #0e76bd;
}
.footer-content {
    color: #fff;
    text-align: center; 
}

/*@media (max-width: 768px) {*/
@media (max-width: 800px) {
    body { background-size: auto; }
    .navbar-header { margin: 0;}
    .navbar-nav li { margin-bottom: 4px; }
    .content { margin-top: 50px; }
    .adjust { margin-top: 10px; }
    .content-sections { text-align: center; }
    .content-sections div { 
        margin-bottom: 10px; 
        display: inline-block; 
        max-width: 300px; 
    }
}

@media (max-width: 767px) {
    body { 
        padding-top: 80px;
        min-height: 1000px;
    }
    .content { margin-top: 10px; }
    .social-media { display: none; }
    
    #nav-logo .logo-img { display: none; }
    #nav-logo .logo-text {
        font-size: 30px;
        display: block; 
    }
    #nav-logo .logo-text img {
        width: 130px;
        height: auto;
    }
    
    #nav-logo .logo-text-1 { color: #000; }
    #nav-logo .logo-text-2 { color: #0d7a41; }
    
    .container-holder:first-of-type { height: 60px; }

    .navbar-header { 
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .navbar-header button { 
        position: relative; 
        right: -25px;
        z-index: 100;
    }
    .navbar-brand { 
        display: block;
        line-height: 50px;
        vertical-align: middle;
        text-align: left;
        position: relative;
        right: -18px;
    }
    
    #nav-logo { margin: 0; padding: 0;}    
    .navbar-default .navbar-nav > li > a { margin: 4px 0 4px 0; }    
    .content-sections div { margin-bottom: 10px; }
}

@media (max-width: 480px) {
    body { padding-top: 80px; }
    #nav-logo .logo-text { font-size: 25px; }
    .service { margin: 0; padding: 0;}
	.content-sections div { 
        margin-bottom: 10px; 
        display: inline-block; 
        max-width: 300px; 
}