D:\host\albaziltold\undercons_files\css\media-queries.css
/* ==================================================================
* Zoon Media Queries
* url: styleshout.com
* 06-07-2014
/* ================================================================== */
/* screenwidth less than 1140px
--------------------------------------------------------------------- */
@media only screen and (max-width: 1140px) {
/* Header
------------------------------------------------------------------ */
header #logo {
top: 66px;
width: 100px;
margin-left: -50px;
}
/* main
------------------------------------------------------------------ */
#main { margin-top: 90px; }
#main h1 {
/* font: 38px/1.2em 'montserrat-bold', sans-serif; */
padding: 0 15%;
}
#main p { font: 16px/30px 'montserrat-regular', sans-serif; }
/* counter
#main #counter {
width: 70%;
margin: 12px auto 0;
}
#main #counter span { font: 60px/1em 'merriweather-bold', serif; }*/
}
/* screenwidth less than 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
/* main
------------------------------------------------------------------ */
#main h1 {
/*font: 35px/1.2em 'montserrat-bold', sans-serif; */
padding: 0 8%;
}
#main p {
font: 16px/30px 'montserrat-regular', sans-serif;
padding: 0 10%;
}
/* counter
#main #counter { width: 80%; }
#main #counter span { font: 58px/1em 'merriweather-bold', serif; }*/
/* location section
------------------------------------------------------------------ */
#location .contacts .row .columns { width: 50%; }
#location .contacts .row .end { clear: both; }
}
/* mobile
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
/* intro styles
------------------------------------------------------------------ */
header #logo {
top: 30px;
width: 90px;
margin-left: -45px;
}
/* main
------------------------------------------------------------------ */
#main { margin-top: 48px; }
#main h1 {
/*font: 30px/1.2em 'montserrat-bold', sans-serif; */
text-align: center;
}
#main p {
font: 14px/24px 'montserrat-regular', sans-serif;
margin-bottom: 15px;
text-align: center;
}
#main h5 {
font: 12px/24px 'montserrat-bold', sans-serif;
text-align: center;
}
/* counter
#main #counter {
width: 100%;
margin: 12px 0 30px;
}
#main #counter span {
font: 46px/1em 'merriweather-bold', serif;
padding: 9px 0 15px;
}
#main #counter span em {
font: 9px/18px 'montserrat-regular', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 6px;
}*/
/* social links */
#main .social {
margin: 12px 0 24px;
font-size: 18px;
text-align: center
}
#main .social li { margin: 0 8px; }
/* location section
------------------------------------------------------------------ */
#location .contacts { padding-top: 54px; padding-left: 0px; }
#location .contacts .row .columns {
text-align: center;
width: 100%;
float: none;
}
/* footer
------------------------------------------------------------------------
footer { padding-bottom: 30px; }
/* copyright */
footer .copyright { text-align: center; }
footer .copyright li:before { content: none; }
footer .copyright li {
margin: 0;
display: block;
line-height: 27px;
}*/
}
/* screenwidth less than 460px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 460px) {
/* intro styles
------------------------------------------------------------------ */
#intro { min-height: 780px; }
/* main
------------------------------------------------------------------ */
#main h1 {
/* font: 28px/1.2em 'montserrat-bold', sans-serif; */
padding: 0 5px;
}
/* counter
#main #counter {
width: 100%;
margin: 0 0 24px;
}
#main #counter span {
font: 40px/1em 'merriweather-bold', serif;
padding: 9px 0 15px;
border: none;
}
#main #counter span em {
font: 9px/18px 'montserrat-regular', sans-serif;
margin-top: 6px;
} */
}
/* screenwidth less than 400px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 400px) {
/* intro styles
------------------------------------------------------------------ */
#intro { min-height: 744px; }
/* main
-------------------------------------------------------------
#main { margin-top: 42px; }
#main h1 { font: 25px/1.2em 'montserrat-bold', sans-serif; }
#main p { font: 12px/21px 'montserrat-regular', sans-serif; }*/
/* counter
------------------------------------------------------------- */
/*#main #counter span {
font: 35px/1em 'merriweather-bold', serif;
padding: 9px 0 15px;
}
#main #counter span em {
font: 9px/18px 'montserrat-regular', sans-serif;
margin-top: 6px;
}*/
/* header social links */
#main .social { font-size: 17px;}
#main .social li { margin: 0 6px; }
}