@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    background-color: #e9e7fe;
    font-family: 'Montserrat', serif;
}

h1 {
    font-size: 48px;
    text-align: center;
}

label {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
p {
    font-family:  'Open Sans', serif;
    font-weight: thin;
    margin-left: 17px;
}
a {
    text-decoration: none;
    link-color: #5842F7;
}
li {
    margin-top: 5px;
}
#content {
    max-width:   600px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background-color: #FFF;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: center;
}
#content-box {
    background-color: #FFF;
    width: 600px; 
    min-width: 330px;
    text-align: left; 
    border: 1px solid #5842F7; 
    font-size: 20px; 
    padding: 10px 10px 10px 10px; 
    margin: 5px; 
    border-radius: 6px;
}

#video-box {
    margin-left: auto; 
    margin-right: auto;
    padding: 10px 15px 5px 15px;
}

#youtube-form {
    font-size: 18px; 
    text-align: center;
    padding: 4px 0px 20px 0px; 
}

#youtube-input {
    border: 1px solid #5842F7; 
    border-radius: 2px; 
    font-size: 14px;
    box-shadow: 0px 4px 4px 0px #ccc;
    height: 16px;
    margin: 2px 0px 8px 0px;
}

#content-landing {
    max-width:   750px;
    margin-left: auto;
    margin-right: auto;
}

#content-landing-box {
    background-color: #FFF;
    width: 100%;
    text-align: left; 
    border: 1px solid #5842F7; 
    font-size: 20px; 
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 50px;
}

#video-landing-box {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #5842F7; 
    font-size: 20px; 
    border-radius: 6px;
    margin-left: auto; 
    margin-right: auto;
    padding: 10px 15px 70px 15px;
}

#feedback-name {
    border: 1px solid #5842F7; 
    border-radius: 2px;
    height: 20px;
    width: 332px;
    margin: 5px;
}

#feedback-email {
    border: 1px solid #5842F7; 
    border-radius: 2px;
    width: 336px;
    height: 20px;
    margin: 5px;
}

#feedback-textarea {
    border: 1px solid #5842F7; 
    width: 400px;
    max-width: 400px;
    height: 60px;
    border-radius: 4px;
}

#feedback-submit {
    padding:5px 15px; 
    background:#ccc; 
    border:1px solid black;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

.contact-list {
    list-style: none;
}
