/** Shaugh's Template Site - Custom CSS Styles **/

h1 {
    font-family: 'Abril Fatface', cursive;
}

h3 {
    font-family: 'Abril Fatface', cursive;
}

p {
    font-family: 'Lato', serif;
}

a {
    font-family: 'Lato', serif;
}

li {
    font-family: 'Lato', serif;
}

.quote {
    font-family: 'Josefin Slab', serif;
    font-size: larger;
}

.slickSlider {
    margin-top: -110px;
    min-height: 450px;
}

.laurie-img {
    max-height: 400px;
}

/** Flat colours **/
.flat-turquoise {
    background-color: #1abc9c;
}
.flat-green {
    background-color: #2ecc71;
}
.flat-blue {
    background-color: #3498db;
}
.flat-purple {
    background-color: #9b59b6;
}
.flat-dark-blue {
    background-color: #34495e;
}
.flat-yellow {
    background-color: #f1c40f;
}
.flat-orange {
    background-color: #e67e22;
}
.flat-red {
    background-color: #e74c3c;
}
.flat-white {
    background-color: #ecf0f1;
}
.flat-grey {
    background-color: #95a5a6;
}

/** Font Setup **/

body {
    font-size: 16px;
    margin-top: 110px;
}

.component-text {
    /*color: #ecf0f1;*/
}

.component-text a {
    /*color: #ecf0f1;*/
    text-decoration: underline;
}

.component-text a:hover {
    /*color: #ffffff;*/
}

/** Navbar **/
.navbar {
    min-height: 110px;
    margin-bottom: 0;
}

#main-navbar>div.container {
    padding-top: 30px;
}

.navbar-brand {
    width: 250px;
    padding: 0;
    margin-top: -10px;
}

.logo {
    background-color: white;
    padding: 3px;
    height: 110px;
    margin-top: -20px;
}

/** Changes to Navbar for mobile **/
@media (max-width: 767px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .navbar-nav {
        text-align: center;
    }
}

/** Override some of the navbar-default styling **/
.navbar-default {
	background-color: #ffffff;
	border-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #ffffff;
  padding: 0px;
  margin: 15px;
  z-index: 999;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        border-bottom: 1px solid #000000;
    }
}

/** Home Page **/
.main-component {
    border-top: 10px solid #ecf0f1;
    border-bottom: 15px solid #ffffff;
}

.large-component {
    padding: 20px 0px;
}

.large-component-heading {
    text-align: center;
    padding-bottom: 10px;
}

.image-link {
     overflow: hidden;
    -webkit-transition: opacity 150ms ease-in;
    -moz-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}

.image-wrapper img {
    margin-bottom: 10px;
    -webkit-transition: opacity 150ms ease-in;
    -moz-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
}

.image-link:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.main-heading {
    text-align: center;
    margin: -10px 0 20px 0;
}

.main-component-heading {
    padding-bottom: 20px;
}

.small-expadding {
    padding-bottom: 0px;
}

footer {
 padding: 40px 0 20px 0;
}

@media (max-width: 991px) {
    .main-component-heading {
        padding-bottom: 10px;
    }

    .small-expadding {
        padding-bottom: 20px;
    }
}

/** Slick slider override **/
.slick-slider {
    margin-bottom: 0px;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0px;
}

/* Contact */
#map-canvas {
    height: 400px;
    margin: 0;
    padding: 0;
}

#contact-form {
    padding-top: 15px;
}

.form-left {
    margin-bottom: 20px;
}

.invalid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.invalid:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.success {
    padding-bottom: 20px;
}

.contact-button {
    width: 85%;
    position: inherit;
    bottom: 0;
    left: 0px;
    margin: 14px;
}

.contact-button-link a {
    color: #333;
    text-decoration: none;
}

.contact-button-link a:hover {
    color: #333;
}

@media (min-width:992px) {
    .contact-button {
        width: 90%;
    }
}

@media (min-width:1200px) {
    .contact-button {
        width: 275px;
        position: inherit;
        bottom: 0;
        left: 0px;
        margin: 14px;
    }
}
