Contact Us
Do you have questions about Owl? Please fill out the form below to get in touch with our Customer Advocacy team or feel free to send an email to support@ any time.
Select a Topic...
Request A Demo
General Inquiry
Technical Support
Account Related
Billing
<option value="student_pricing"
>
Student Pricing
Bug
<option value="group_edition"
>
Group Edition Inquiry
Other
.feature_hero {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-content: center;
align-items: center;
background-image: none;
background-color: #237496;
color: white;
padding: 20px;
}
.feature_hero h1 {
font-size: 36px;
font-family: 'Georgia';
font-weight: 100;
color: #696969;
}
.feature_hero h2 {
font-size: 22px;
font-family: 'Proxima Nova';
color: #696969;
}
@media (max-width: 1440px) {
.feature_hero h1 {
font-size: 36px;
}
.feature_hero h2 {
font-size: 22px;
}
}
@media (max-width: 990px) {
.feature_hero h1 {
font-size: 30px;
}
.feature_hero h2 {
font-size: 17px;
}
}
@media (max-width: 768px) {
.feature_hero h1 {
font-size: 26px;
}
.feature_hero h2 {
font-size: 16px;
}
}
@media (max-width: 415px) {
.feature_hero h1 {
font-size: 26px;
}
.feature_hero h2 {
font-size: 16px;
}
}
.signup_hero {
background-color: #F8F8F8;
color: #696969;
height: 540px;
}
.centered_heading h1 {
font-family: 'Georgia';
font-size: 30px;
color: #696969;
}
.centered_heading h2 {
font-family: 'Proxima Nova';
font-size: 20px;
color: #696969;
max-width: 700px;
}
@media (max-width: 415px) {
.centered_heading {
padding: 0 32px;
}
.centered_heading h1 {
font-size: 24px;
}
.centered_heading h2 {
font-size: 16px;
max-width: 300px;
}
}
.signup_heading {
margin-top: -257px;
}
.heading_text_wrapper {
max-width: 80%;
}
document.getElementById("contact-submit").addEventListener("click", function() {
console.log('test');
});