/* MAIN */

/*
font-family: 'Josefin Sans', sans-serif; 400,600,700
*/

body {
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(135,130,126);
    background-color: rgb(187,181,175);
}

.header {
    background-color: rgb(187,181,175);
}

.headertext {
    text-align: right;
    font-size: 20px;
    padding-top: 25px;
}

@media (min-width: 400px) and (max-width: 767px){
    .headertext {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    }
}

.navone {
    background-position: top left;
  	background-image: url("/assets/images/navback.jpg");
  	background-repeat: repeat-x;
    min-height: 54px;
}

.slidershell {
    background-color: rgb(57,55,53);
}

.sliderback {
    background-position: top center;
  	background-image: url("/assets/images/sliderbacklg.jpg");
  	background-repeat: no-repeat;
    padding: 0px;
}

@media (min-width: 400px) and (max-width: 767px){
    .sliderback {
    background-image: url("/assets/images/sliderbackxs.jpg");
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .sliderback {
    background-image: url("/assets/images/sliderbacksm.jpg");
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .sliderback {
    background-image: url("/assets/images/sliderbackmd.jpg");
    }
}

@media (min-width: 1200px) and (max-width: 7000px){
    .sliderback {
    background-image: url("/assets/images/sliderbacklg.jpg");
    }
}

.theslider {
    padding-top: 28px;
}

@media (min-width: 768px) and (max-width: 991px){
    .theslider {
    padding-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 5000px){
    .theslider {
    padding-left: 12px;
    }
}

.homemain {
    color: rgb(187,181,175);
    padding: 35px 20px 25px 20px;
    min-height: 180px;
}

.homemain h1 {
    color: rgb(187,181,175);
}

.thethree {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}


.thethree h1 {
    color: rgb(65,90,121);
    font-size: 26px;
}

.arch {
    background-position: top center;
  	background-image: url("/assets/images/arch.jpg");
  	background-repeat: no-repeat;
    min-height: 100px;
    background-size: 100% 100%
}

.threeboxes {
    background-color: rgb(231,226,219);
}

.footer {
    background-color: rgb(57,56,53);
}

.footerlinks {
    color: rgb(135,130,126);
    padding: 25px 0;
}

.footerlinks li A:link {text-decoration: none; color: rgb(135,130,126)}
.footerlinks li A:visited {text-decoration: none; color: rgb(135,130,126)}
.footerlinks li A:active {text-decoration: none; color: rgb(135,130,126)}
.footerlinks li A:hover {text-decoration: underline; color: #fff}

.footertwo {
    background-color: rgb(187,181,175);
    background-position: top center;
  	background-image: url("/assets/images/line.jpg");
  	background-repeat: no-repeat;
}

.footcopy {
    padding: 25px 0 15px 0;
    text-align: center;
}

.subheader {
    
}

.subheader h1 {
    color: rgb(187,181,175);
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
}

.subbox {
    background-color: rgb(231,226,219);
}

.subleft {
    padding: 30px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subright {
    padding: 30px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}



/* RANDOMNESS */

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-size: 30px;
    color: rgb(57,55,53);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-size: 24px;
    color: rgb(57,55,53);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-size: 30px;
    color: rgb(65,90,121);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-size: 24px;
    color: rgb(65,90,121);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-size: 26px;
    color: rgb(204,107,28);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-size: 26px;
    color: rgb(135,130,126);
    font-weight: 700;
    padding: 10px 0;
    margin: 10px 0;
}

A:link {text-decoration: none; color: rgb(65,90,121);}
A:visited {text-decoration: none; color: rgb(65,90,121);}
A:active {text-decoration: none; color: rgb(65,90,121);}
A:hover {text-decoration: underline; color: rgb(65,90,121);}

.nobg {
    background: none;
}

.well {
    border: 0px
}

.white {
    color: #fff;
}

.figcaption {
    font-size: 11px;
    border-top: 1px dotted #333;
    padding-top: 5px;
    margin-top: 5px;
}

@media (min-width: 768px){

/* replace this with below
  .navbar-nav {
    float: left;
    margin: 0;
  }
*/

.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
}  
/* Stylesheet: Main Modified On 2016-08-03 12:07:45 */
