@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Exo|Montserrat&display=swap');

html {
    font-size: 62.5%;
    line-height: 25px;
}

body {
	font-family: 'Exo', sans-serif;
	font-size: 1.6rem;
}

header {
	padding: 0px; 
    height: 150px;
    margin-left: 25px;
	background-image:url(../images/mcexotic%20pets%20banner2.jpg);
    background-repeat: no-repeat;
    text-align: center;
}

footer {
	margin: 0px;
	background-color: #ccc;
	padding: 0px;
	clear: both;
    border-style: dotted;
    border-width: thin;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

nav.topnav {
    border-style: none none solid none;
}

nav ul.topnav {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 120px;
overflow: hidden;
background-color: #ccc;
}

nav li.topnav {
float: left;
}

nav li.topnav a {
display: block;
color:antiquewhite;
background-color: #557a95;
text-align: center;
padding: 7px 10px;
margin: 10px;
text-decoration: none;
border-radius: 4px;
box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

nav li.topnav a:hover {
background-color: darkorange;
color: white;
}

#navigation {
	background-color: #ccc;
	margin-bottom: 0px;
	padding: 10px;
}

#sidebar {
	font-size: 2rem;
	float: left;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
	width: 280px;
	background-color: #557a95;
    border-radius: 4px;
}

nav ul.sidenav {
    list-style-type: none;  
}

nav li.sidenav a:link {
    color: antiquewhite;
    text-decoration: none;
    line-height: 40px;
}

nav li.sidenav a:visited {
    color: antiquewhite;
}


nav li.sidenav a:hover {
background-color: darkorange;
color: white;
}

#container {
    margin: 0 auto;
	max-width: 980px;
    min-height: inherit;
    background-color: #ccc;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

#content {
	padding-top: 5px;
	padding-right: 10%;
	padding-left: 10%;
    padding-bottom: 25px;
	background-color: #ccc;
}

    
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}
.pets {
    width:100%;
    padding: 10px;
}
.text {float:right; width: 55%;}
  
.clearfloat::after {
    content: "";
    clear: both;
display: table;} 
    
}
.fltleft {float:left; margin-right: 15px;}