Created
July 10, 2020 14:36
-
-
Save DylanCodeCabin/e7417a5c4132d8c4d2e806e0520fb286 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 420px) { | |
.site-description { | |
display: none; | |
} | |
} | |
@media (max-width: 979px) { | |
.site-title { | |
display: none; | |
} | |
} | |
a, .page-title { | |
font-family: a-love-of-thunder; | |
} | |
.ast-theme-transparent-header .site-title a, | |
.ast-theme-transparent-header .site-title a:focus, | |
.ast-theme-transparent-header .site-title a:hover, | |
.ast-theme-transparent-header .site-title a:visited { | |
font-family: a-love-of-thunder; | |
} | |
.ast-theme-transparent-header .site-header .site-description { | |
font-family: a-love-of-thunder; | |
} | |
.ast-theme-transparent-header .site-title a, | |
.ast-theme-transparent-header .site-title a:focus, | |
.ast-theme-transparent-header .site-title a:hover, | |
.ast-theme-transparent-header .site-title a:visited { | |
font-weight: normal; | |
text-shadow: 0px 0px 0px rgba(0,0,0,0.3); | |
} | |
.ast-theme-transparent-header .site-header .site-description { | |
font-weight: normal; | |
text-shadow: 0px 0px 0px rgba(0,0,0,0.3); | |
} | |
.menu-item-2047 { | |
border-style: solid; | |
height: 50px; | |
width: 110px; | |
margin-left: 12px; | |
margin-right: 12px; | |
margin-bottom: 8px; | |
color: #1f6fef; | |
background-color: #378ecc; | |
border-color: #1f6fef; | |
border-radius: 30px; | |
line-height: 1; | |
text-transform: uppercase; | |
flex-wrap: wrap; | |
align-content: center; | |
} | |
.menu-item-2047:hover { | |
background-color: #1f6fef; | |
} | |
.ast-header-break-point .main-navigation ul li a { | |
display: flex; | |
color: #8b0000; | |
} | |
.ast-header-break-point .main-navigation ul li a { | |
border: none; | |
} | |
@media (max-width: 479px) { | |
.menu-item-12 { | |
margin-left: 12px; | |
} | |
.wpforms-field-label { | |
text-align: left; | |
} | |
.menu-item-2246 { | |
margin-left: 12px; | |
margin-top: -10px; | |
} | |
.menu-item-2325 { | |
margin-left: 12px; | |
margin-bottom: -10px; | |
} | |
.ast-header-break-point .main-navigation ul li a { | |
color: #8b0000; | |
} | |
.menu-item-2485 { | |
margin-left: 12px; | |
margin-bottom: -0px; | |
margin-top: -10px; | |
} | |
} | |
#content { | |
padding-top: 152px !important; | |
} | |
@media screen and (max-width:600px){ | |
#content { | |
padding-top: 200px !important; | |
} | |
} | |
@media screen and (max-width:550px){ | |
#content { | |
padding-top: 100px !important; | |
} | |
} | |
@media screen and (max-width:440px){ | |
#content { | |
padding-top: 150px !important; | |
} | |
} | |
@media screen and (max-width:400px){ | |
#content { | |
padding-top: 100px !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment