/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    padding: 20px 0px;
    height: 220px;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    margin: auto auto;
    color: #fff;
    font-weight: 300;
}
.subtagline{
    margin: auto auto;
    color: #fff;
    font-weight: 300;
}


.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
    color: #9d9d9d;
}
.primary-background-color{
    background-color: #ee6e73;
}

.index-content{
    text-align: center;
    padding: 20px 0px;
}

hr.half{
    width: 100px;
    margin: 40px auto;
}

.center-text{
    text-align: center !important;
}

/*h2.subtagline{
    font-size: 1.8em;
}*/

@media (min-width:768px) {
    h1.tagline{
        font-size: 2.5em;
    }
    h2.subtagline{
        font-size: 2em;
    }
}

@media (max-width:768px) {
    h1.tagline{
        font-size: 2em;
    }
    h2.subtagline{
        font-size: 1.5em;
    }
}

@media (max-width:480px) {
    h1.tagline{
        font-size: 1.9em;
    }
    h2.subtagline{
        font-size: 1.2em;
    }
}

@media (max-width:320px) {
    h1.tagline{
        font-size: 1.9em;
    }
    h2.subtagline{
        font-size: 1em;
    }
}

.fragment::before{ 
  content: "";
  display: block;
  height: 60px; 
  margin: -60px 0 0 0; 
}

a.pill-link{
    color: white !important;
    font-size: 13px;
}

.half{
    width: 50% !important;
}

table.third{
    tr{
        th, td{
            width: 33.33% !important;
        }
    }
}

table.fourth{
    tr{
        th, td{
            width: 25% !important;
        }
    }
}