@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {font-family: 'Roboto-Medium';src: url('../Roboto/Roboto-Medium.ttf') format('truetype');}
@font-face {font-family: 'Roboto-Regular';src: url('../Roboto/Roboto-Regular.ttf') format('truetype');}
@font-face {font-family: 'Roboto-Bold';src: url('../Roboto/Roboto-Regular.ttf') format('truetype');}

.home #ww {
    background: url(/wp-content/uploads/2022/10/sunrise.jpg) no-repeat 100% 0%;
    background-size: cover;
    height: 100vh;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    display: none;
}
#footer {
    display: none;
}
body, p {
    font-family: 'Roboto-Regular', sans-serif !important;
    font-size: 20px !important;
}
h1 {
	font-size: 48px !important;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto-Bold', sans-serif !important;
    margin-bottom: 5px !important;
    color: #fff !important;
    text-shadow: 2px 2px 5px #000;
}
a {
    color: #00ff96 !important;
    text-shadow: 2px 2px 5px #000;
}
a:hover {
    color: #f3fd03 !important;
    text-decoration: underline;
}
.centered {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}