body {
	font-family: Lato, sans-serif;
}

h2 {
	font-size: 40px;
	font-weight:300;
}

h3 {
	font-size: 32px;
	line-height: 39px;
	font-weight:300;
}

h4 {
	font-size: 24px;
	font-weight:300;
}

h5 {
	font-size: 18px;
	font-style: italic;
}

p {
	font-size: 18px;
	margin: 2em 0;
}

li {
	font-size: 18px;
}

.logo {
	width: 200px;
	padding: 11px 0;
}

.navbar {
	border-radius: 0;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #333;  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #333; /*BACKGROUND color for active*/
	background-color: rgba(242,242,242,0.9);
}

.navbar-default {
	background-color: rgba(242,242,242,0.9);
	border-color: #fff;
}

.black {
	color: #000;
}

.black-bg-60 {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 18px;
	margin: 18px 0;
}

.black-bg-70 {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 16px 32px;
	border-radius: 5px;
}

.white {
	color: #fff;
}

.white-bg {
	background-color: #fff;
}

.white-bg-90 {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 16px 32px;
	border-radius: 5px;
}

.grey a {
	color: #aaa;
}

.red {
	color: #f00;
}

.center {
	text-align: center;
}

.img-responsive {
	width: 100%;
	max-width: 100%;
}

.col-md-6 {
}

.desktop-top-margin {
	 margin-top: 50%;
}

.shadow-box {
	margin: 1em auto;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
	padding: .5em 0;
}

.btn-xl {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	white-space:normal;
}

.btn-xl div {
	font-size: 24px;
	font-weight: normal;
}

.footer {
	text-align: center;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	display: inline;
	padding: 5px;
}

.footer ul li a {
	color: #aaa;
	font-size: 12px;
}


.large-list {
	padding-bottom: 32px;
}

.large-list li {
	font-size: 24px;
	margin-top: 10px;
}

.white-box {
	text-align: center;
	border: 3px solid #fff;
	color: #fff;
	margin: 0 20px 32px 20px;
}

.black-box {
	text-align: center;
	border: 3px solid #000;
	color: #000;
	margin: 0 20px 32px 20px;
}

.yellow-box {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 2px;
	text-align: center;
	border: 3px solid #fbb542;
	color: #000;
	margin: 0 20px 32px 20px;
}

.no-thank-you {
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-top: 1em;
	text-decoration: underline;
}

.no-thank-you:hover {
	color: #fff;
}

.no-thank-you-blue {
	color: #1d8af9;
	font-size: 24px;
	text-align: center;
	margin-top: 1em;
	text-decoration: underline;
}

.no-thank-you-blue:hover {
	color: #1d8af9;
}

.green {
	color: #5cb85c;
}

.no-ul {
	text-decoration: none;
}

.no-ul:hover {
	text-decoration: none;
}

.large-label {
	font-size: 20px;
}

.col-md-6.flexdiet p {
    margin-bottom: 0px;
}

.massive-font{
	font-size: 30px;
	text-align: center;
	white-space:nowrap;
}

.progress{
	height:50px;
	text-align:center;
}

.progress-bar {
	padding:15px;
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 2px;
}

.guarantees {
	margin-top:20px !important;
}

.guarantees h4 {
	color:#5cb85c;
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
}

.guarantees p {
	margin:0;
	padding:0;
	font-size:14px;
	color:#666;
}

.white-semi-bg {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 16px 32px;
	font-size:18px;
	margin-top:32px;
	color:#000;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(100, 100, 100, 0), rgba(100, 100, 100, 0.75), rgba(100, 100, 100, 0));
}

.page-title {
	width:100%;
	text-align:center;
}

.btn-warning {
	background-color:#fe6300;
}

.btn-warning:hover {
	background-color:#e65c00;
}

@media screen and (max-width: 992px) {
	.desktop-top-margin {
		 margin-top: 0;
	}

	.btn-xl {
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		white-space: normal;
	}

	.btn-xl div {
		font-size: 18px;
		font-weight: normal;
	}


	.small-italics {
		font-size: 18px;
		font-style: italic;
	}

}

@media (max-width:640px) {
	.gifArea{
		display:block;
		
	}
	
} 
@media (min-width:641px) {
	.gifArea{
		display:block;
		
	}
	
} 
  
@media (max-width:720px) and (min-width:480px) {
	.buybutton{
		height:170px;
	}
}  

@media (max-width:480px) {
	.massive-font{
		font-size: 18px;
		text-align: center;
	}
	
	.progress{
		height:30px;
		text-align:center;
	}
	
	.progress-bar {
		padding:5px;
	}
}

@media (max-width:480px) and (min-width:320px) {
	.buybutton{
		height:130px;
	}

}
@media (max-width:320px)  {
	.buybutton{
		height:80px;
	}
} 

@media (min-width:641px) {
	.gifArea{
		display:none;
	}
	
}
@media (min-width:720px) {
	.buybutton{
		height:230px;
	}
	
}