@import url(https://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

h1, h2, h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

a {
    color: #9a0a0a;
    transition: color .5s ease;
    text-decoration: underline;
}

a:hover {
    color: #000000;
}

a:active {
    color: #000000;
}

.jumbotron {
	background-image: url("../img/slate3.jpg");
	background-size: cover;
	margin-bottom: 0;
}

.jumbotron h1, h2, h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 72px;
	text-align: center;
}

.jumbotron h1 {
	animation-duration: 2s;
}

.jumbotron a {
	text-align: center;
}

.jumbotron a.btn {
	background-color: #aa2014;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
    text-decoration: none;
	border: none;
}

.jumbotron a.btn:hover {
	background-color: #7e170e;
}

.jumbotron a.btn:active {
	background-color: #7e170e;
}

.jumbotron img {
	margin: 0 auto;
	display: block;
}

.jumbotron p {
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000000;
	text-align: center;
}

section {
	position: relative;
}

.hypocrites {
	background-color: #eee5d6;
	padding-top: 50px;
}

.hypocrites h2 {
	color: #9a0a0a;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 30px;
}

.hypocrites h3 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 200;
	color: #000000;
	margin-bottom: 25px;
}

.hypocrites p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #000000;
}


.hypocrites-content {
    padding-right: 75px;
}

.speak {
	background-image: url("../img/paper2.jpg");
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.speak h2 {
	color: #411502;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 30px;
}

.speak h3{
	font-family: 'Nanum Pen Script', cursive;
	color: #9a0a0a;
    font-size: 60px;
	font-weight: 400;
}

.speak p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #411502;
	text-align: center;
}

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

.diet {
	background-color: #302d2d;
	padding-top: 50px;
}

.diet h2 {
	color: #FFFFFF;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 30px;
}

.diet h3 {
	color: #FFFFFF;
	margin-bottom: 30px;
	font-style: italic;
	font-size: 24px;
	font-weight: 200;
}

.diet p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	color: #FFFFFF;
}

.diet-content {
    padding-left: 75px;
}


.burrito {
	background-color: #eee5d6;
	padding: 70px 0 70px 0;
}

.burrito h2 {
	color: #9a0a0a;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 30px;
}

.burrito h3 {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 200;
	color: #000000;
	margin-bottom: 25px;
}

.burrito p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #000000;
}

.chicken {
    padding-left: 50px;
}


footer {
	background-color: #3e271d;
	padding: 50px 0 50px 0;
}

footer p {
	text-align: center;
}

footer a {
	color: #998675;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}

footer a:hover {
	color: #FFFFFF;
}

footer a:active {
	color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    img.wow {
        display: none;
    }
}

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

    .speak h3 {
        font-size: 48px;
    }

    .speak ul {
        padding-left: 0;
    }

    .speak p {
        text-align: left;
    }

    .hypocrites {
        padding-bottom: 50px;
    }

    .hypocrites-content {
        padding-right: 15px;
    }

    .diet {
        padding-bottom: 50px;
    }

    .diet-content {
        padding-left: 15px;
    }
}