/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	==========================
	Grid
	==========================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/*
	==========================
	Clearfix
	==========================
*/

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	clear: both;
	*zoom: 1;
}


	

.col-1-3 {
	width: 33.33%;
}

.col-2-3 {
	width: 66.66%;
}

.col-1-3,
.col-2-3 {
	display: inline-block;
	vertical-align: top;
}

.grid,
.col-1-3,
.col-2-3 {
	padding-left: 20px;
	padding-right: 20px;
}


body {
	background-image: url("background.jpg");
	background-size: 150px 150px;
	background-repeat: repeat;
	background-attachment: fixed;
	
}

.container{

	margin: 30px auto 20px auto;
	width: 960px;
	padding: 10px 30px 5px 30px;
	background-color: #fff;
	border-radius: 15px;
}

.nav {
	background: #2896D1;
	background: linear-gradient(#2896D1, #2E368f);
	width: 960px;
	height: 30px;
	margin: 0 0 25px -30px;
	font-size: 20px;
	font-family: "Lobster";
	text-align: center;
}

.nav ul {
	height: auto;
	padding: 5px 0px;
	margin: 0px;
}

.nav li {
	display: inline;
	padding: 40px;
}

.nav a {
	text-decoration: none;
	color: #fff;
	padding: 5px 5px 5px 5px;
}

.nav a:hover {
	color: #2896D1;
	background-color: #fff;
}
	




/*
	===================
	Head
	===================
*/

.facebook {

	width: 27px;
	height: 50px;
	float: right;
	margin: -10px 30px 0 -30px;
}

#logo {
	width: 400px;
	height: 200px;
	float: left;

}

.tagline {
	float: right;
	font-size: 30px;
	font-family: "Lobster";
	text-align: right;
	margin: 75px 0 0 0;
	color: #231F20;
	line-height: 40px;
}

#app {
	color: #2896D1;
}

/*
	====================
	Typography
	====================
*/
h1, h2, h3, h4, h5, p, ul {
	margin-bottom: 22px;
}

footer a {
    color: black
}


#strong {
	font-weight: 800;

}

.grid h3 {
	font-family: "Lobster";
	color: #fff;
	font-size: 25px;
}

.grid p,
.servicelist {

	font-family: "Lato";
	font-size: 14px;
	line-height: 20px;
	color: #000;
}


h1 {
    
    font-family: "Lobster";
    color: #2896D1;
    font-size: 25px;
    line-height: 30px;
}

h2 {
    
    font-family: "Lobster";
    color: #231F20;
    font-size: 20px;
    line-height: 30px;
}

p,
.list {
    font-family: "Lato";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    list-style-type: disc;
}

.list {
    margin: auto auto 22px 22px;
}

/*
	====================
	Jumbotron
	====================
*/

.slideshow {
    margin-bottom: 30px;
}

.slideshowWindow {
    width: 900px;
    height: 562.5px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
}

.slide {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 562.5px;
    float: left;
    position: relative;
    
}

.slideText {
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: rgba(40, 150, 209, 0.6);
    padding: 10px 20px 10px 20px;
    font-family: "Lato";
    width: 250px;
    color: white;
}

.quoteName {
    text-align: right;
    margin: -20px auto 0px auto;
}

em {
    font-style: italic;
}

.navButtons { 
    display:block; 
    text-indent:-10000px;                           
    position:absolute; 
    cursor:pointer; 
} 

#leftNav { 
    
    top: 550px;
    left: 770px;
    margin-top: -50px;
    width: 50px; 
    height: 50px; 
    background-image:url(Images/buttonleft.png); 
    background-repeat:no-repeat;  
    position: relative;
    z-index: 999;
} 

#rightNav { 
    top: 550px;
    left: 830px;
    margin-top: -50px;
    width:50px; 
    height:50px;
    background-image:url(Images/buttonright.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
}
    
/*
	====================
	Welcome section
	====================
*/

.welcome h2 {
	font-family: "Lobster";
	font-size: 35px;
	line-height: 40px;
	color: #231F20;
    margin-top: 30px;
}

.welcome h1 {
	font-family: "Lato";
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #2896D1;
	letter-spacing: .5px;
}

.welcome p {
	font-family: "Lato";
	font-size: 15;
	line-height: 30px;
	letter-spacing: .5px;
}

.grid {
    
	padding: 10px;
	border-radius: 15px 15px 0 0;
	width: 960px;
	margin: 0 auto 0px auto;

}

.frontgrid {
    background-color: #2896D1;
}
	
/*
	====================
	Primary footer
	====================
*/

.primary-footer {
    margin: 0 auto 30px auto;
	border-radius: 0 0 15px 15px;
	background-color: #2896D1;
    color: #fff;
    padding: 10px;
}

.primary-footer small {
	float: left;
}

.primary-footer,
.secondary-footer {
	font-family: "Lato";
	font-size: 14px;
	line-height: 20px;
	color: black;
	width: 960px;
}

.secondary-footer {
    margin: 50px auto 10px auto;
}
.primary-footer a {
	color: black;
}

.facilities {
        float: left;
}

.lab {
        float: right;
        width: 350px;
        border-radius: 15px;
        margin: 30px auto auto auto;
}

.problem {
        height: 120px;
        display: block;
}

.ddr {
        height: 150px;
        display: block;
}

.bowwow {
        height: 120px;
        display: block;
}

.contact {
        float: left;
        width: 50%;
}

.dogphone {
        float: right;
        width: 420px;
}

.smalldog {
        width: 220px;
        display: block;
        align: center;

}