* {
    padding: 0;
    margin: 0;
}

html {
    overflow-y: scroll;
}

body {
    min-width: 320px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

.nowrap {
    white-space: nowrap;
}

a {
    text-decoration: none;
}

.centre {
    text-align: center;
}

.clear {
    clear: both;
}








#logo {
    width: 260px;
    margin: 20px auto 40px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/podcastflo_logo.svg);
    background-repeat: no-repeat;
    display: block;
    height: 54px;
}

#container {
    max-width: 680px;
    margin: 0 auto;
}

p {
    margin: 0 3em 1em;
    line-height: 1.7em;
}

#subscribe-panel {
    margin-top: 3em;
    margin-bottom: 2em;
    background-color: #2400ff;
    border-radius: 6px;
    padding: 30px 20px;
    text-align: center;
}

#subscribe-panel h2 {
    color: #fff;
    margin-bottom: 0.5em;
}

#subscribe-panel p {
    color: #fff;
}

input[type=email] {
    width: 320px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 8px 0;
    margin-bottom: 20px;
    text-indent: 3px;
    border-radius: 3px;
    border: 0;
    box-shadow: none !important;
}

input[type=submit] {
    width: 320px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #70E8C5;
    color: #2400FF;
    padding: 8px 0;
    margin-bottom: 10px;
    text-indent: 3px;
    border-radius: 3px;
    border: 0;
    box-shadow: none !important;
    cursor: pointer !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

.mce_inline_error[for="mce-EMAIL"] {
    background-color: #2400ff !important;
}

#mce-success-response {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 20px;
}
