/* Button Stylings */
@import "/css/buttons.css";
/* CSS Global Variables */
@import "/css/var.css";

.container {
    display:flex;
    flex-flow:column nowrap;
    align-items: stretch;
    position:relative;
    width:-webkit-fill-available;
    margin-top: 3.2rem;
}

body {
	background-color:white;
    margin: 0;
}

input, select, textarea {
    outline: none !important;
}

.title {
    font-size: 3em;
    padding: 1em;
    margin:0;
    text-decoration:underline;
    align-self: center;
}

.subtitle {
    font-size: 2.5rem;
    margin:0;
    align-self: center;
}

.subTitle {
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 0.5rem;
    text-decoration:underline;
}

iframe {
    border: none;
    height: 221px;
    padding-bottom: 1rem;
    resize: vertical;
    min-height: 400px;
    max-height: 700px;
}

.ytd {
    resize: none;
    max-height: unset;
    height:42rem;
}

input,
textarea,
button,
select,
div,
a {
    -webkit-tap-highlight-color: transparent;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}