2017-03-13 12:35:41 -07:00
|
|
|
/* mobile first in base and page css*/
|
2017-03-10 22:59:27 -08:00
|
|
|
|
|
|
|
/* small tablets */
|
2017-03-13 12:35:41 -07:00
|
|
|
@media only screen and (min-width: 600px) {
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
2017-03-13 12:35:41 -07:00
|
|
|
@media only screen and (min-device-width: 600px) and (max-device-width: 799px) {
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* tablets */
|
|
|
|
@media only screen and (min-width: 800px) {
|
2017-04-07 01:40:29 -07:00
|
|
|
.section__headline--modal > h1 {
|
|
|
|
font-size: 1.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section__headline--modal > a[modal-close] {
|
|
|
|
font-size: 1.2em;
|
|
|
|
}
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
2017-04-07 01:40:29 -07:00
|
|
|
@media only screen and (min-device-width: 800px) and (max-device-width: 1199px) {
|
|
|
|
#hero h1,
|
|
|
|
#hero h2,
|
|
|
|
#hero h3,
|
|
|
|
#hero h4,
|
|
|
|
#hero h5,
|
|
|
|
#hero h6 {
|
|
|
|
line-height: 1.1;
|
|
|
|
}
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* desktop */
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1200px) {
|
2017-03-13 12:35:41 -07:00
|
|
|
.section__container {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
2017-03-29 19:58:42 -07:00
|
|
|
/* help with centering content with hidden phone number */
|
|
|
|
.box__contact {
|
|
|
|
margin-left: 6em;
|
|
|
|
}
|
2017-04-07 01:40:29 -07:00
|
|
|
|
|
|
|
#hero h1,
|
|
|
|
#hero h2,
|
|
|
|
#hero h3,
|
|
|
|
#hero h4,
|
|
|
|
#hero h5,
|
|
|
|
#hero h6 {
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-device-width: 1200px) and (max-device-width: 1800px) {
|
2017-03-13 12:35:41 -07:00
|
|
|
/* Styles */
|
2017-03-10 22:59:27 -08:00
|
|
|
}
|
|
|
|
|
2017-03-13 12:35:41 -07:00
|
|
|
/* large */
|
|
|
|
@media screen and (min-width: 1800px) {
|
|
|
|
.section__container {
|
|
|
|
max-width: 1200px;
|
|
|
|
}
|
|
|
|
}
|