* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

a:link {
    text-decoration: none;
}


h3 {
    font-family: filson-soft, sans-serif;
    font-style: italic;
    color: #ad321c;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.container-small {
    max-width: 650px;
    margin: auto;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 14%);
}

.row {
    margin: 0;
}

nav {
    border-top: 10px solid #e40520;
    position: relative;
    display: block;
}

nav p {
    text-align: right;
    float: right;
    margin: 30px 40px 30px 0px;
    padding: 0;
    font-weight: bold;
}

nav p a {
    color: #e40520 !important;
}

.hero {
    background-image: url('../images/hero.png');
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
}

.hero-text {
    text-align: center;
    padding-top: 20px;
    color: black;
    max-width: 450px;
    margin: auto;
}

.hero-text h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: filson-soft, sans-serif;
}

.hero-text h2 span {
    font-size: 36px;
}

.hero-text p {
    font-size: 16px;
    font-family: lato, sans-serif;
    font-weight: 300;
}

.hero-text p span {
    font-weight: bold;
}

.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}

.black {
    width: 100%;
    height: 100%;
    background: black;
    overflow: hidden;
}

.parent {
    height: 500px;
    color: white !important;
    padding: 20px 10px;

}

.parent img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    font-weight: lighter;
    opacity: 0.5;
    transform: scale(1.5);

}

#kid {
    margin: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    color: white !important;
    height: 69%;
    width: 100%;
    padding: 52px;
}

#kid p {
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    font-family: filson-soft, sans-serif;
}

.handy {
    width: 100%;
    height: auto;
    background: #ebebeb;
}

.certification .col {
    text-align: center;
}

.certification .col img {
    width: 100%;
}

.important .container {
    border-top: 1px dotted grey;
}

.important p {
    font-size: 14px;
    font-family: lato, sans-serif;
    text-align: center;
}

.request {
    background: black;
    width: 100%;
    height: auto;
}

.request h3 {
    color: white;
}

form {
    padding-left: 30px;
    font-size: 15px;
    color: white;
    font-family: lato, sans-serif;
}

input {
    outline: 0;
    display: block;
    border-bottom: 1px solid white !important;
    background: black;
    border: none;
    padding: 4px 0px;
    width: 100%;
    color: white;
}

.radio {
    float: right;
    padding: 0px;
    margin-top: 3px;
    margin-right: 40px;
    width: 10px;
}

::-webkit-input-placeholder {
    color: white;
    font-family: lato, sans-serif;
}

label {
    padding: 3px 0px;
    border-bottom: 1px solid white;
}

form button {
    float: right;
    background: #e40520;
    border: none;
    outline: 0;
    color: white;
    font-size: 23px;
    font-weight: bold;
    padding: 6px 33px;
    font-family: filson-pro, sans-serif !important;
    font-style: italic;
    border: 2px solid #e40520;
    margin-right: 36px;
}

form button:hover {
    background: black;
}

footer {
    background: #e40520;
    width: 100%;
    height: auto;
}

.inta {
    width: 150px;
}

.pocketSize {
    width: 200px;
}

.pdf {
    width: 400px;
}

.copyright {
    color: white;
    display: block;
    font-size: 10px;
}


@media (max-width: 767px) {

    .navbar-brand {
        position: relative;
        left: auto;
        transform: none;
        float: left;
        margin: 10px;
    }

    form {
        padding-left: 0px;
    }

}