


@font-face {
    font-family: 'Junction';
    src: url('../fonts/junction-bold.eot');
    src: url('../fonts/junction-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction-bold.woff') format('woff'),
         url('../fonts/junction-bold.ttf') format('truetype'),
         url('../fonts/junction-bold.svg#junctionbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Junction';
    src: url('../fonts/junction-light.eot');
    src: url('../fonts/junction-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction-light.woff') format('woff'),
         url('../fonts/junction-light.ttf') format('truetype'),
         url('../fonts/junction-light.svg#junctionlight') format('svg');
    font-weight: light;
    font-style: normal;

}

@font-face {
    font-family: 'Junction';
    src: url('../fonts/junction-regular.eot');
    src: url('../fonts/junction-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/junction-regular.woff') format('woff'),
         url('../fonts/junction-regular.ttf') format('truetype'),
         url('../fonts/junction-regular.svg#junctionregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    padding-top: 50px;
    font-family: Helvetica;
    font-size: 15px;
}

.clearfix {
    clear: both;
}

img.page-image {
    width:100%;
    margin-bottom:12px;
}

section {
    padding-top:6px;
}

ul.errorlist {
    list-style:none;
    text-align:left;
    padding:0;
    margin:0 0 10px 0;
    color:#a94442;

}

p.can-ship {
    font-style: italic;
}


.btn-primary {
    background-color: #0165B5;
    border-color: #0165B5;
}

.btn-primary:hover {
    background-color: #E2F4FE;
    border-color: #E2F4FE;
    color:black;
}
a, a:hover {
    color: #0165B5;
}

nav.navbar {
    height: 75px;
    background-color: #0165B5;
    margin-bottom:0;
}
nav.navbar a,
nav.navbar a:hover {
    color:white;
}

a.fh-link {
    float:right;
    font-size:22px;
    padding-top:20px;
    font-family: serif;
}


nav.navbar a.logo {
    margin: 0;
    color:white !important;
    font-family: serif;
    text-transform: none;
    font-size:38px;
}


a.logo p {
    padding-top:10px;
}
a.logo img {
    float:left;
    height:72px;
}

label.inline {
    display: inline;
}


.pullright {
    float:right;
}

.error {
    color:red;
    font-weight: bold;
    padding:15px;
}

.jumbotron p {
    font-size: 18px;
}

p.description {
    padding-left: 10px;
    font-style: italic;
}



#popular {
    margin-top:48px;
}

ul.breedlist, ul.existing-breedlist{
    padding:none;
    -webkit-padding-start: 0px;
}

ul.breedlist li {
    list-style-type: square;
    list-style-position: inside;
}

a.logo, h1, h2, h3 {
	font-family: Junction, Futura, Helvetica, Arial , sans-serif;
	text-transform: uppercase;
	letter-spacing: 2pt;
	text-decoration: none;	/* this must be within this class to work */
	color:#777 !important;
	font-weight: normal !important;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

h3.breed {
    margin-top: 5px;
}

h1 {
    font-size:25px;
}

h2 {
    font-size:17pt;
}

h3 {
    font-size:15px;
}

.jumbotron h1 {
    font-size:32px;
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    nav.navbar a.logo {
        font-size:22px;
        line-height: 60px;
    }

    h2 {
        font-size:16px;
    }
    h3 {
        font-size:14px;
    }

    .jumbotron h1 {
        font-size:22px;
    }
}

.bigmenu {
    font-size: 16px;
}

footer{
    margin-top:50px;
    border-top:1px dotted #777;
    padding: 10px 40px 30px 40px;
    font-size:12px;
    line-height: 14px;
    color:#777;
}

.jumbotron {
    background-color: #B5D7F6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



form.dr-form {
        display:block;
    margin: 0 auto;

}

form.dr-form label {
    display:block;
    font-size:16px;
    text-align:left;
    margin:0;
}

form.dr-form p {
    margin: 0 0 5px 0;
}

form.dr-form input[type=text],
form.dr-form input[type=email],
form.dr-form select,
form.dr-form input[type=password]  {
  display: block;
  height: 30px;
  background-clip: padding-box;
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-size:16px;
  width:100%;
  margin:0 0 15px 0;


}

form.dr-form textarea {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-size:13px;
  width:100%;
  margin:0;
  height:150px;
}


span.helptext {
    text-align: left;
    font-size:12px;
}

table.duck-table {
    width:100%;
}

table.duck-table td {
    padding:5px;
}

tr.current a {
    color:white;
}


div.alert {
    text-align:center;
}

div.card {
    border:1px solid #ccc;
    padding:10px;
    //border-radius:6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom:20px;
}

img.duckimage {
    width:100%;
    //border-radius:6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

img.studicon {
    height: 125px;
    width: 125px;
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    //border-radius:6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}

div.searchresult img {
   display: inline-block;
}

div.searchdetails {
    display: inline-block;
    margin-left:10px;
    vertical-align: top;
    width: calc(100% - 150px);
    height: 120px;
    line-height: 20px;
    overflow-y: hidden;

  -webkit-mask: linear-gradient(to bottom,
      rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 80%,
      rgba(0,0,0, 0) 99%, rgba(0,0,0, 0) 0
  ) 100% 50% / 100% 100% repeat-x;

}

.select2-container {
  width: 100%!important;
}

a.linkcard {
    color: inherit;
}
a.linkcard:hover {
    color: inherit;
    text-decoration: none;
}

div.duckdescription {
    text-align:left;
    margin-bottom:10px;
}

p.details {
    font-size:14px;
    font-style:italic;
    margin:0 0 10px 0;
}

div.card h2 {
    margin-top:5px;
}

label.nobold {
    font-weight: normal;
}

.padtop {
    padding-top:10px;
}
.padbottom {
    padding-bottom:10px;
}
