/*
 
 Site Name: Huney Vaughn;
 Site Author: jdBrady;
 
 blue: #7389B5;
 light-blue: #C7CFE1;
 dark-blue: #45526C;
 
*/

/* ---------------------------------------
  @font-face
  --------------------------------------*/

@font-face {
    font-family: 'designosaurregular';
    src: url('designosaur-regular-webfont.eot');
    src: url('designosaur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('designosaur-regular-webfont.woff2') format('woff2'),
         url('designosaur-regular-webfont.woff') format('woff'),
         url('designosaur-regular-webfont.ttf') format('truetype'),
         url('designosaur-regular-webfont.svg#designosaurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ---------------------------------------
  global styles
  --------------------------------------*/

header {
    text-align: center;
    background: #45526C;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 10px solid #7389B5;
    color: #fff;
}

/* .border {
    width: 100%;
    margin: 0;
    border-bottom: 10px solid #7389B5;
}*/

.icons {
    float: right;
    padding: 20px;
}

.logo {
    padding-top: 50px;
}

/* ---------------------------------------
  navigation
  --------------------------------------*/

.navbar{
    display: inline-block;
    margin: 0 auto;
    background: #45526C;
    border: none;
    text-align: center;
}

.navbar .nav li {
    text-align: center;
    color: #fff;
    /*border-right: 1px solid #727272;*/
    background: #45526C;
}
        
.navbar .nav li a {
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
}
        
.navbar .nav li a:hover {
    text-decoration: none;
    color: #abb8d2;
}

header .nav .currentPg {
    color: #abb8d2;
    padding: 8px 15px;
    font-weight: bold;
}

header .smalltext {
    font-size: smaller;
}

header .smalltext a {
    font-size: small;
}

header .smalltext {
    text-align: center;
}

.formNav{
    margin-top: -25px;
    max-height: 68px;
}

.smaller {
    font-family: 'designosaurregular';
    text-transform: uppercase;
}
/*.navbar .lastLi {
    border-right: none;
}*/

/* ---------------------------------------
  content
  --------------------------------------*/

.myButton {
			color: #ffffff;
			background-color: #48526a;
			font-size: 19px;
			border: 1px solid #48526a;
			border-radius: 15px;
			padding: 15px 50px;
			cursor: pointer;
            margin: 20px 20px 20px 0px;
		}
.myButton:hover {
			color: #48526a;
			background-color: lightgray;
		}

button {
			color: #ffffff;
			background-color: #48526a;
			font-size: 19px;
			border: 1px solid #48526a;
			border-radius: 15px;
			padding: 15px 50px;
			cursor: pointer;
            margin: 20px 20px 20px 0px;
		}
button:hover {
			color: #48526a;
			background-color: lightgray;
		}

.gray {
    color: dimgray;
}

.container {
    clear: both;
    margin-top: 20px;
}

.testimonialsBox {
    background-color: #C7CFE1;
    height: 350px;
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: auto;
    margin-top: 50px;
}

.testimonialsBox h3 {
    color: #45526C;
}

.person {
    color: #45526C;
    text-align: right;
}

.quotes {
    color: #fff;
    font-family: serif;
    font-size: 200%;
}

.about {
    line-height: 138%;
}

.founders {
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.lt-blue-bg {
    background: #C7CFE1;
    border-radius: 25px;
    margin-bottom: 10px;
}

h2 {
    font-family: 'designosaurregular';
    text-transform: uppercase;
}

.staff {
    text-align: center;
    background: #C7CFE1;
    padding-top: 20px;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.staffPIC {
    border-radius: 25px;
}

.center {
    text-align: center;
}

body .staffBox {
    min-height: 485px;
}


/* ---------------------------------------
  footer
  --------------------------------------*/

footer {
    background: #45526C;
    color: #fff;
    text-align: center;
    padding: 20px;
}


/* ---------------------------------------
  forms
  --------------------------------------*/

.submit {
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
.formBox {
    background: #C7CFE1;
    margin-bottom: 10px;
}

.radioTxt {
    font-weight: 600;
    text-align: left;
}
    
/*div.row label {
    font-weight:bold;
    padding:5px;
}

div.row fieldset {
    margin:0 6px;
}

div.row fieldset span {
    margin-right: 5px;
}

div.row fieldset span label {
    margin: 2px;
}

.submit {
    text-align: center;
}*/


