@charset "utf-8";
/* CSS Document */

/* FOUR POINTS GROUP, INC. - custom css to modify bootstrap
--------------------------------------------------------------
swatches:

#0000fe  blue royal
#11116c  blue dk
#e5f7fd  blue lt
#fdff78	 gold lt
#fecd01  gold md
#d09204  gold dk
#dcb829  default warning gold
#ec2e14  red
#fdd8bd  peach
#d4f1ed  green lt
#fdfbed  off-white

*/

@import url(https://fonts.googleapis.com/css?family=Domine);
body {background-color: #ffffff;}

footer {
  background-color: #fdfbed;
  margin: 0 ;
  padding: 0 ;
    }

h4 {color: #0000fe; font-weight: bold;}
h5 {color: #0000fe; font-weight: bold;}
.side-nav h5 {color: #0000fe; font-weight: bold;}

.container {background-color:#ffffff;}

.borderless td, .borderless th {
    border: none !important;
}

.text-success {color: #52d752;}
.btn-warning {color: #fecd01; background-color: #0000fe; border-color: #11116c;}


.navbar {
  padding: 0; margin: 0;
  -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	  border-radius: 0 !important;
  background-color: #11116c;
  border-bottom: 2px solid #0000fe;
}

.nav {background-color: #11116c;}

.nav-tabs {background-color: #ffffff !important;}

/* link */
.navbar-inverse .navbar-nav > li > a {
    color: #eab829;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0000fe;
    color: #eab829;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #0000fe;
}
.breadcrumb {margin-top: 10px;}

.toplinks {font-family: Arial, Helvetica, sans-serif; font-size:small; color: #11116c;}
.address {color: #11116c; font-size: small;}
.corporate-header {font-size: x-large; font-weight: bold;}



.contact {font-size:large; color:#0000fe;}
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

.text-black a {text: #000000;}
