.hero {
	width: 100vw;
	height: 35rem;
	background-color: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}

.hero .bg {
	width: 100vw;
	height: 35rem;
	object-fit: cover;
}

.hero div {
	width: 100vw;
	height: 35rem;
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.hero div .logo {
	height: 13rem;
	object-fit: cover;
	position: absolute;
	top: 1rem;
	left: 3.25rem;
}

.hero div .banner {
	width: 40rem;
	object-fit: cover;
	margin: 8rem 0 0 calc(50vw - 20.2rem);
}

.hero div .other {
	width: 40.25rem;
    object-fit: cover;
	object-fit: cover;
	margin: 0 0 0 calc(50vw - 20.5rem);
}

.hero div h1 {
	font-size: 3rem;
	font-weight: 900;
	color: #000000;
	text-align: center;
	letter-spacing: 0.7rem;
}

.hero div h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #000000;
	text-align: center;
    letter-spacing: 0.13rem;
    padding: 0 0.75rem 0 0;
    margin: 0.5rem 0 0 0;
}

.hero div p {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF; 
    background-color: #000000;
    width: max-content;
    padding: 0.75rem 1rem;
    margin: 1rem 0 0 calc(50vw - 5.5rem);
    border-radius: 0.25rem;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
}

.hero div p i {
    font-size: 0.75rem; 
    padding: 0 0 0 0.25rem;
}

.hero div p:hover {
    cursor: pointer;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #333333;
}

.stats {
    width: 100vw;
    min-height: 1rem;
    background-color: #FFFFFF;
    padding: 3rem 0;
}

.stats h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 0 0 3rem 0;
}

.stats .coverage {
    width: calc(100vw - 10rem);
    padding: 0 5rem 3rem 5rem;
    display: flex;
}

.stats .coverage img {
    width: 15rem;
    height: 15rem;
    align-self: center;
}

.stats p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    padding: 0 5rem 0 0;
    text-align: left;
    text-indent: 12px;
    align-self: center;
}

.stats p b {
    font-weight: 700;
}

.stats .flex {
    width: calc(100vw - 10rem);
    padding: 0 5rem;
    display: flex;
}

.stats .flex div {
    width: calc(100% / 3);
}

.stats .flex div h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.stats .flex div h2 {
    font-size: 3rem;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.log {
    width: 100vw;
    min-height: 1rem;
    background-color: #EEEEEE;
    padding: 3rem 0;
    position: relative;
}

.log h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    text-align: left;
    padding: 0 5rem 3rem 5rem;
}

.log h1 span {
    position: absolute;
    right: 10rem;
}

.log .calls {
    width: calc(100vw - 32rem);
    margin: 0 5rem;
}

.log .calls .call {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 0 2rem 0;
    padding: 0 0 1.5rem 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.log .calls .call h2 {
    font-size: 5rem;
    color: #C80000;
    padding: 1rem;
}

.log .calls .call h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin: -6.5rem 0 0 7rem;
}

.log .calls .call p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0.25rem 0 0 7rem;
}

.log .calls .call p i {
    display: inline-block;
    width: 1rem;
    text-align: center;
    padding: 0 0.25rem 0 0;
}

.log table {
    position: absolute;
    right: 5rem;
    top: 8.4rem;
    border-collapse: collapse;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.log table tr {
    border-collapse: collapse; 
}

.log table tr th {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    background-color: #FFFFFF;
    border-collapse: collapse;
    padding: 0.75rem 0;
    width: 5rem;
}

.log table tr .heading {
    color: #FFFFFF;
    background-color: #C80000;
}

.feed {
    width: 100vw;
    min-height: 1rem;
    background-color: #FFFFFF;
    padding: 3rem 0;
}

.feed h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 0 0 3rem 0;
}

.feed .fb {
    width: calc(100vw - 10rem);
    margin: 0 5rem;
    display: flex;
}

.feed .fb div {
    width: calc(100% / 3);
    height: 15rem;
    background-color: #EEEEEE;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0);
}

.feed .fb div:nth-child(2) {
    margin: 0 3rem;
}

.feed .fb div img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    filter: opacity(0.1);
    position: relative;
    z-index: 3;
}

.feed .fb div p {
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #EEEEEE;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 0.5rem;
}

.feed .fb div a {
    color: #000000;
}

.feed .fb div:hover {
    border: 1px solid #DDDDDD;
}

.feed .fb div p b {
    font-size: 1.5rem;
    font-weight: 900;
    display: block;
    margin: 0 0 -1.5rem 0;
}

.feed .fb div p span {
    font-size: 1rem;
    color: #000000;
    text-decoration: none;
    display: block;
    width: max-content;
    padding: 0.5rem;
    border-radius: 0.25rem;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
}

.feed .fb div p span i {
    font-size: 0.75rem;
    display: inline-block;
    padding: 0 0 0 0.25rem;
}

.feed h2 {
    text-align: center;
    margin: 3rem 0 0 0;
}

.feed h2 a {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

.feed h2 a i {
    font-size: 1rem;
    display: inline-block;
    padding: 0 0 0 0.25rem;
}

.feed h2 a:hover {
    text-decoration: underline;
}

.contact {
    width: calc100vw;
    min-height: 1rem;
    background-color: #EEEEEE;
    padding: 3rem 0;
}

.contact h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 0 0 3rem 0;
}

.contact p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #666666;
    text-align: center;
    padding: 2rem 5rem;
    width: calc(100% - 10rem);
}

.contact p b {
    font-weight: 500;
    color: #000000;
}

.contact .container {
    width: calc(100vw - 14rem);
    margin: 0 5rem;
    padding: 0 2rem 2rem 2rem;  
    position: relative;
    background-color: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .container input[type="text"] {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    background-color: #EEEEEE;
    padding: 1rem;
    display: block;
    margin: 0 0 1rem 0;
    width: calc(100% - 2rem);
    outline: none;
    border: 0;
    transition: background-color ease-in-out 0.2s;
} 

.contact .container input[type="text"]::placeholder {
    color: #999999;
}

.contact .container textarea {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    background-color: #EEEEEE;
    padding: 1rem;
    height: 5rem;
    display: block;
    margin: 1rem 0 1rem 0;
    width: calc(100% - 2rem);
    outline: none;
    border: 0;
    resize: none;
    transition: background-color ease-in-out 0.2s;
} 

.contact .container textarea::placeholder {
    color: #999999;
}

.contact .container input[type="submit"] {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
    padding: 1rem;
    display: block;
    margin: 1rem 0 0 0;
    width: max-content;
    outline: none;
    border: 0;
    transition: background-color ease-in-out 0.2s;
    border-radius: 0.25rem;
}

.contact .container input[type="submit"]:hover {
    cursor: pointer;
    background-color: #333333;
}

.join {
    width: 100vw;
    height: 25rem;
    background-color: #FFFFFF;
    position: relative;
}

.join .bg {
    width: 100vw;
    height: 25rem;
    object-fit: cover;
    filter: opacity(0.2);
}

.join .boyfriend {
    height: 25rem;
    width: 25rem;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.join div {
    width: calc(100vw - 30rem);
    height: 25rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 25rem;
    align-items: center;
    justify-content: center;
}

.join div h1 {
    font-size: 2rem;
    font-weight: 900;
    color: #000000;
    align-self: center;
    text-align: center;
}

.join div p a {
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF; 
    background-color: #000000;
    width: max-content;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
    text-decoration: none;
    align-self: center;
    display: block;
    margin: 1rem 0 0 0;
}

.join p i {
    font-size: 0.75rem; 
    padding: 0 0 0 0.25rem;
}

.join p a:hover {
    cursor: pointer;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #333333;
}

@media only screen and (max-width: 900px) {
    .hero div .banner {
        width: 20rem;
        object-fit: cover;
        margin: 8rem 0 0 calc(50vw - 10.2rem);
    }

    .hero div .other {
        width: 20.25rem;
        object-fit: cover;
        object-fit: cover;
        margin: 0 0 0 calc(50vw - 10.5rem);
    }

    .hero div h1 {
        font-size: 3rem;
        font-weight: 900;
        color: #000000;
        text-align: center;
        letter-spacing: 0.7rem;
    }

    .hero div h2 {
        font-size: 1rem;
        font-weight: 700;
        color: #000000;
        text-align: center;
        letter-spacing: 0.07rem;
        padding: 0 0.75rem 0 0;
        margin: 0.5rem 0 0 0;
    }

    .hero div p {
        font-size: 1rem;
        font-weight: 500;
        color: #FFFFFF; 
        background-color: #000000;
        width: max-content;
        padding: 0.75rem 1rem;
        margin: 1rem 0 0 calc(50vw - 5.5rem);
        border-radius: 0.25rem;
        transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
    }

    .stats .coverage {
        width: calc(100vw - 10rem);
        padding: 0 5rem 3rem 5rem;
        display: flex;
        flex-direction: column;
    }

    .stats .coverage img {
        width: 15rem;
        height: 15rem;
        align-self: center;
        margin: 1rem 0 -2rem 0;
    }

    .stats p {
        font-size: 1rem;
        font-weight: 400;
        color: #000000;
        padding: 0 0 0 0;
        text-align: left;
        text-indent: 12px;
        align-self: center;
        text-align: justify;
    }

    .stats p b {
        font-weight: 700;
    }

    .stats .flex {
        width: calc(100vw - 10rem);
        padding: 0 5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .stats .flex div {
        width: 100%;
        margin: 2rem 0 0 0;
        flex-direction: column;
        justify-content: center;
    }

    .log h1 span {
        position: absolute;
        left: 5rem;
        bottom: 46rem;
        z-index: 9;
    }

    .log .calls {
        width: calc(100vw - 10rem);
        margin: 0 5rem;
    }

    .log .calls .call {
        width: 100%;
        background-color: #FFFFFF;
        margin: 0 0 2rem 0;
        padding: 0 0 1.5rem 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .log .calls .call h2 {
        font-size: 5rem;
        color: #C80000;
        padding: 1rem;
    }

    .log .calls .call h3 {
        font-size: 1.25rem;
        font-weight: 700;
        color: #000000;
        margin: -6.5rem 0 0 7rem;
    }

    .log .calls .call p {
        font-size: 1rem;
        font-weight: 500;
        margin: 0.25rem 0 0 7rem;
    }

    .log .calls .call p i {
        display: inline-block;
        width: 1rem;
        text-align: center;
        padding: 0 0.25rem 0 0;
    }

    .log table {
        width: calc(100vw - 10rem);
        position: relative;
        right: 0;
        top: 0;
        margin: 7rem 5rem 0 5rem;
        border-collapse: collapse;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .log table tr {
        border-collapse: collapse; 
    }

    .log table tr th {
        font-size: 1rem;
        font-weight: 500;
        color: #000000;
        background-color: #FFFFFF;
        border-collapse: collapse;
        padding: 0.75rem 0;
        width: 5rem;
    }

    .log table tr .heading {
        color: #FFFFFF;
        background-color: #C80000;
    }

    .feed .fb {
        width: calc(100vw - 10rem);
        margin: 0 5rem;
        display: flex;
        flex-direction: column;
    }

    .feed .fb div {
        width: 100%;
        height: 15rem;
        background-color: #EEEEEE;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(0, 0, 0, 0);
    }

    .feed .fb div:nth-child(2) {
        margin: 2rem 0;
    }

    .join div {
        width: calc(100vw - 10rem);
        height: 25rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 5rem;
        align-items: center;
        justify-content: center;
    }

    .join .boyfriend {
        height: 25rem;
        width: 25rem;
        object-fit: cover;
        position: absolute;
        left: calc(50vw - 25rem / 2);
        top: 0;
    }
}