@media only screen and (max-width : 1199px) {
html {
	font-size: 90%;
}
.menuzord-brand img {
  max-height: 65px;
}
h1:after {
  color: #00e4de;
  position: absolute;
  font-size: 6em;
  bottom: 110px;
  right: 10px;
  opacity: 0.3;
  content: close-quote;
}
}

@media only screen and (max-width : 991px) {
html {
	font-size: 75%;
}
.menuzord-brand img {
  max-height: 50px;
}
section > .container, section > .container-fluid {
	padding-bottom: 30px;
}
.header .navbar-default .navbar-nav > li > a::after {
	display: none;
}
.header .navbar-default .navbar-toggle {
	margin-top: 18px;
}
.btn-default.btn-blue {
  font-size:1em;
}
h1:before {
  display: none;
}
h1:after {
  display: none;
}
}

@media only screen and (max-width : 767px) {
html {
	font-size: 60%;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
	border-radius: 0px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
html {
	font-size: 100%;
}
.post > div {
	width: 100%;
}
.vertical-text-carousel .owl-controls .owl-buttons {
	top: 18%;
}
}

@media only screen and (max-width : 319px) {
html {
	font-size: 35%;
}
}