|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/melanchton/css/ |
Upload File : |
.Footer{
width: 95%;
text-align: center;
}
.footNoteTitle {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 20px;
color: #302f2d;
padding-top: 10px;
}
.OfficeBig {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 400;
font-size: 14px;
color: #6e6c68;
}
.OfficeLittle{
display:none;
}
/*-----Medium--------MEDIA QUERY -------------------*/
@media only screen and (max-width:810px){
.Footer{
width: 95%;
padding-top: 15px;
text-align: center;
}
.footNoteTitle {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 16px;
color: #302f2d;
}
.OfficeBig {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 11px;
color: #6e6c68;
}
.OfficeLittle{
display:none;
}
/*---------Small-------------MEDIA QUERY -----------*/
@media screen and (max-width:565px){
.Footer{
float: center;
margin-top: 100px;
width: 75%;
text-align: left;
padding-left: 25px;
}
.footNoteTitle {
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 600;
font-size: 12px;
}
.OfficeBig {
display: none;
}
.OfficeLittle{
display:inline;
font-family: "Nirmala UI", Century, sans-serif;
font-weight: 200;
font-size: 12px;
color: #38332a;
}