@charset "UTF-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300|Roboto:100,300,400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,800|Merriweather:700|Roboto:100,300,400,500,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background-color: white;
    overflow-x: hidden;
    width: 100%;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin: 0;
    line-height: 1.3em;
}

p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    margin: 8px 0 25;
}

.title-subtitle {
    display: block;
    margin: 0;
    padding: 8% 8% 0;
}

.text-tabs {
    display: block;
    margin: 0 0 50px;
    padding: 30px 8% 0;
}

.text-tabs > a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    margin-right: 12px;
    font-family: 15px;
    font-weight: 700;
    padding-bottom: 8px;
}

.selected-text-tab {
    /*color: #8DFFB0;*/
    color: #FF5F5A;
    border-bottom: solid 2px #FF5F5A;
}

.alotoftext {
    display: block;
    margin: 0 0 50px;
    padding: 0 8%;
}

#thumbs-up {
    font-size: 75px;
    margin-bottom: 20px;
}

form {
    display: block;
    margin: 0 8%;
    padding: 0;
}

form > input {
    display: block;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    -webkit-appearance: none;
    border: none;
    background: none;
    border-radius: 17.5px;
    background-color: #F4F4F4;
    font-weight: 700;
    font-size: 15px;
}

form > input:focus,
form > textarea:focus {
    color: white;
    background-color: #FF5F5A;
    caret-color: #FFBC21;
}

form > input:focus::placeholder,
form > textarea:focus::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

form > textarea {
    display: block;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
    height: 30%;
    padding: 12px 12px;
    -webkit-appearance: none;
    border: none;
    background: none;
    border-radius: 17.5px;
    background-color: #F4F4F4;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    
}

form > button {
    display: block;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 50px;
    background: none;
    border: none;
    background-color: #FF5F5A;;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    word-spacing: 10;
}

form > button:hover {
    background-color: black;
}

@media screen and (min-width: 870px) {
    
}


