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

html, 
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
    color: #FFFFFF;
    background-color: #000000;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

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

.style-nav ul li a {
	text-decoration: none;
	color: #FBFB60;
	text-align: left;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.style-H1 {
    text-decoration: bold;
    color: #FF0000;
    text-align: center;
    display: block;
    text-transform: lowercase;
    font-size: 24px;
    padding: 8px;
}
.style-H2 {
    text-weight: bold;
    color: #FBFB60;
    text-align: center;
    display: block;
    text-transform: capitalize;
    font-size: 24px;
    padding: 8px;
}
.style-pet {
    text-weight: bold;
    color: #0000FF;
    text-align: left;
    display: block;
    font-size: 12px;
    padding: 8px;
}
@media (max-width : 670px ){
}
