html, body {
    height: 100%;
	
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, header, nav, #content, footer {
	width: 100%;
    max-width: 1024px;
	
}

body {
    margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4 {
    display: block;
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
    margin: 0.5em 0 0.5em 0;
}

h2 {
    font-size: 1.25em;
    margin: 0.5em 0 0.5em 0;
}

h3 {
    font-size: 1em;
    margin: 0.5em 0 0.5em 0;
}

p {
	padding-bottom: .5em;
}

ul, ol {
    padding: 0 0 0 1.875em;
    margin: 0;
    display: block;
}

li {
    padding: 0.313em;
}


.wrapper {
    display: table;  
    height: 100%;
    width: 100%;
	
	position: relative;
}

.carouselWrapper {
	display: table;  
    height: 100%;
    width: 100%;
	min-height: 930px;
	position: relative;
	
}

header {
	padding-left: 10px;
	background: url("img/alligator.png") no-repeat;
	background-size: 700px;
	background-position: top;
	padding-top: 54px;
}

a:link header {
	text-decoration: underline;	
	text-decoration-color: #102D6F;
}


a:visited header {
	text-decoration: underline;
	text-decoration-color: #102D6F;
}

a:hover header {
	background-color: #2B4A94;
	text-decoration: underline;
	text-decoration-color: #2B4A94;
}



header span {
	font-family: 'Muli', sans-serif;
    font-weight: 900;
	font-size: 3em;
	padding-left: 152px;
}
header h2 {
	margin-top:-5px;
	margin-bottom: 0;
	text-align: center;
	font-family: Handlee, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}


nav {

}

nav ul {
    padding: 0;
    list-style: none;
}

nav li {
    padding: 0;
}

nav a {
    padding: 0.75em;
    display: block;
	font-family: "Muli", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

nav.nojs > ul > li.menu {
    display: none;
}

nav > ul > li {
    display: inline-block;
}

nav > ul > li > ul {
    position: absolute;
}

nav.nojs > ul > li > ul {
    display: none;
}

nav.nojs > ul > li:hover > ul {
    display: block;
}

#content-wrapper {
    display: table-row;
    height: 100%;
    overflow: auto;
}

#content {
    padding: 1.25em;
}

#content h3 {
	font-family: 'Muli', sans-serif;
    font-weight: 800;
}

footer {
	padding: 0.625em 1.25em;
/*	position: absolute; 
	bottom:0;
	width: 100%;*/
}

footer p {
	padding: 0;
	font-style: italic;
    text-align: right;
}

.padRight {
    padding-right: 0.5em;
}

.padLeft {
    padding-left: 0.5em;
}




#carousel {
   position: relative; /* was changed from absolute*/ 
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    width: 90%;
    max-width: 800px;
}

.category {
	position: relative;
	float: left;
	margin: 10px; 
	height: 100px;
	width: 100px;
	border-radius: 8px;
	background-color: #006CB5;
	color: white;
	text-align: center;
}

.category p {
	font-family: 'Muli', sans-serif;
    font-weight: 900;
	font-size: 1 em;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.category p.small{
	line-height: 1.15;
	font-size: 80%;
}


a:link .category  {
	
}

a:visited .category {
	
}

 a:hover .category{
	background-color: #8C2E4F;
	color: #FFEEC7;
}

a:active .category  {
	background-color: #A99D98;
	color: white;
}



/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1024-1280   - desktop (default grid)
   768-1024    - tablet landscape
   480-768     - tablet 
   0-480    - phone landscape & smaller
--------------------------------------------*/

@media all and (min-width: 1024px) and (max-width: 1280px) {

}

@media all and (min-width: 768px) and (max-width: 1024px) {

    body {
        font-size: 14px;
    }
	
	header {
		background-size: 405px;
    	background-position:170px 2px;
    	padding-top:34px;
    }

    header span {
        font-size: 2em;
		padding-left: 160px;
    }
	
	header h2 {
		text-align:left;	
		margin-left:290px;
		font-size: 1em;
}

.carouselWrapper {
  	min-height: 900px;
}

.category p.small{
	line-height: 1.15;
	font-size: 90%;
}

}


@media all and (max-width: 768px) {

    body {
        font-size: 14px;
    }

    header {
        padding: 25px 20px  0px 10px;
        background-size: 310px;
		background-position: 30px 0px;
    }

    header span {
        font-size: 1.5em;
		padding-left: 20px;
    }

	header h2 {
		text-align:left;	
		margin-left:84px;
		font-size: .9em;
	}
	
    nav > ul > li {
        display: block;
    }

    nav.nojs > ul > li {
        display: none;
    }

    nav.nojs li {
        display: none;
    }

    nav.nojs > ul > li.menu {
        display: block;
    }

    nav.nojs > ul:hover li {
        display: block;
    }

    nav > ul > li > ul {
        position: relative;
        padding-left: 1em;
    }
.carouselWrapper {
  	min-height: 700px;
}

.category p.small{
	line-height: 1.15;
	font-size: 90%;
}

}

@media all and (min-width: 2px) and (max-width: 370px) {


    header {
        padding: 19px 20px  0px 10px;
        background-size: 250px;
		background-position: 30px 0px;
		background-color: yellow;
    }

    header span {
        font-size: 1.24em;
		padding-left: 20px;
    }

.carouselWrapper {
  	min-height: 400px;
}

.category p.small{
	line-height: 1.15;
	font-size: 90%;
}

}

/* Color Scheme generated from http://paletton.com/ */
/*
.color-primary-0 { color: #25458E } Main Primary color
.color-primary-1 { color: #9CA8C6 } Lighest
.color-primary-2 { color: #4B649C } Light
.color-primary-3 { color: #102D6F } Dark
.color-primary-4 { color: #051C51 } Darkest

.color-secondary-2-0 { color: #177F7F } Main Secondary color
.color-secondary-2-1 { color: #8DB9B9 } Lighest
.color-secondary-2-2 { color: #3B8C8C } Light
.color-secondary-2-3 { color: #056363 } Dark
.color-secondary-2-4 { color: #004949 } Darkest
*/

body {

}

header {
    background-color: #102D6F;
    color: #FFFFFF;
}


nav {
    background-color: #4B649C;
    color: #FFFFFF;
}

nav a {
    background-color: #4B649C;
    transition: background-color 0.2s ease-out;
    color: #FFFFFF;
}

nav a.active {
    background-color: #3B8C8C;
}

nav a:hover {
    background-color: #3B8C8C;
    transition: background-color 0.3s ease-in;
}

nav > ul > li > ul {
    background-color: #4B649C;
}

#content-wrapper {
    background-color: #FFFFFF;
	min-height: 900px;
}

footer {
    background-color: #4B649C;
    color: #FFFFFF;
}

/* Page Specific CSS */

/* index.html */
#intro {
    font-family: Handlee, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	padding:20px;
	float:left;
}



#carousel2 {
	float: none;
    left: 0;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    width: 50%;
	margin-top:10px;
	margin-bottom: 10px;
}
   
	
@media all and (min-width: 768px) and (max-width: 1024px) {
    #intro {
        font-size: 1.25em;
    }


@media all and (max-width: 768px) {
    #intro {
        font-size: 1em;
    }
}
#info {
	margin:auto;
}
/* samples.html */

