a, a:visited {
    text-decoration: none;
	color: inherit;
}

html, body {
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    background-color: #fffffd;
}

h2 {
    color: blue;
}

.emphasize {
    color: #ffb300;
    font-weight: 600;
}
.accent {
    color: #ffb300;
    font-weight: 600;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-description {
    width: 75%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.large-description {
    font-size: 1.5em;
    padding-top: 1em;
}

.full-banner {
    width: 100%;
}

.full-banner img {
    width: 100%;
}

@media (min-width: 700px) {
	.description1_0-img {
	    float: right; position: relative; right: 60%; width: 24em;
	}

	.youtube-video {
		width: 560px;
		height: 315px;
	}

	.only-mobile-screen {
		display: none !important;
	}

    .main-content-area {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 5em;
    }
}

@media (max-width: 700px) {
	.description1_0-img {
	    width: 100%;
	}

	.youtube-video {
		width: 100%;
	}

	.only-big-screen {
		display: none !important;
	}

    .main-content-area {
        margin-top: 0em;
        justify-content: center;
    }
}

.main-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (min-width: 700px) {
	.description1 {
        font-size: xx-large;
        font-weight: bold;
        position:relative;
        padding-top: 1em;
	}
}

@media (max-width: 700px) {
	.description1 {
        font-size: large;
        font-weight: bold;
        padding-left:1em;
	}
}

.description1 li {
padding-top:0.1em;
padding-bottom: 0.1em;
margin-top:1em;
margin-bottom: 1em;
color: #594235;
#list-style: none;
}

.description2 {
    border-top: 0px solid black;
    margin-top:0em;
    padding-top: 1em;
    font-size: 1.5em;
}

.section-separator {
    width: 100%;
    height: 4rem;
    background-color: #f2f2f2;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 700px) {
    .reverse {
        flex-direction: row-reverse !important;
    }
	.description2 {
		width: 60%;
        margin-left: auto;
        margin-right: auto;
	}
	.description2-block {
	text-align: justify;
	margin: 0.5em;
	width: 54em;
	}
	.top-content {
		left: 15%;
		position: relative;
		padding-top: 1rem;
		width: 75%;
	}
	.top-content h1, h2 {
        font-size: 3rem;
        color: inherit;
    }
    .top-menu {
        display: flex;
        flex-direction: row;
        padding-right: 3rem;
    }
    .section-title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 4em;
        width: 90%;
    }
    .section-title-text {
        width: 30%;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 2em;
    }
    .section-title-image {
        width: 50%;
    }
    .who-are-you-item {
        width: 30%;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .who-are-you {
        width: 80%;
        margin-top: 4em;
        margin-right: auto;
        margin-left: auto;
    }
    .benefit-list li {
        margin: 1em;
    }


	.description-img-left {
		display: flex;
		flex-direction: column;
		margin: auto;
	}

	.youtube-frame {
		width: 560px;
	}

	.block-description {
		width: 60%;
		margin-left: auto;
        margin-right: auto;
	}

    .description-text {
        font-size: 1.4em;
        line-height: 1.6em;
        margin-top: 1em;
        margin-bottom: 4rem;
    }

    .description-text h5 {
        display: inline-block;
        font-size: larger;
    }

    .description-text-large {
        font-weight: 600;
        font-size: xx-large;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media (max-width: 700px) {
    img {
        max-width: 100%;
    }
    .reverse {
    }
    .not-in-small {
        display: none;
    }
	.description2 {
		width: 100%;
	}
	.description2-block {
        text-align: justify;
        margin: 0.5em;
        width: 90%;
	}

	.top-content {
		padding-top: 1rem;
		width: 100%;
	}
    .top-menu {
        display: flex;
        flex-direction: row;
    }
    .top-menu-item {
        font-size: 0.7rem; !important
    }
    .section-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 4em;
        width: 100%;
    }
    .section-title-text {
        width: 100%;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 2em;
    }
    .section-title-image {
        width: 100%;
    }
    .who-are-you-item {
        width: 100%;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto;
    }
    .who-are-you {
        width: 100%;
        margin-bottom: 2em;
        margin-right: auto;
        margin-left: auto;
    }
    .benefit-list {
        margin: 0;
    }
    .benefit-list li {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

	.description-img-left {
		display:none;
	}

	.youtube-frame {
		width: 100%;
	}

	.block-description {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
	}

    .description-text {
        margin-top: 0;
        font-size: 1.1em;
        line-height: 1.5em;
    }

    .description-text h5 {
        display: inline-block;
        font-size: large;
    }

    .description-text-large {
        font-weight: 600;
        font-size: large;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

.sign-up-button {
    border: 1px solid silver;
    padding: 0.4em;
}

#signUp input {
    font-size: large;
}
#signUp button {
    margin-top: 0.6em;
    font-size: large;
    padding: 0.6em;
}

.fdescription1 {
position:relative;
}

.fdescription1 li {
list-style: none;
display: inline-block;
}

.fdescription1 li img {
width: 146px;
margin-left: 1.1em;
margin-right: 1.1em;
}
.signup-table {
	padding: 1em;
	border: 0px solid red;
}
.sign-up {
	margin: 1em;
	padding: 1em;
	border: 1px solid silver;
}

.offers {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}



.offer {
	padding: 1em;
	line-height: 3;
	border: 2px solid silver;
	font-weight: 300;
	font-size: 11pt;
	text-align: center;
}

@media (min-width: 600px) {
    .offers {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .offer {
        width: 30%;
    }
}
@media (max-width: 599px) {
    .offers {
        flex-direction: column;
    }

    .offer {
        width: 100%;
    }
}

.suggested-offer {
	box-shadow: 0px 0px 10px 5px #e7a61a;
}

.offer-title {
	font-size: 14pt;
	font-weight: 600;
	text-align: center;
}

.offer ul {
	// height: 310px;
}

.offer ul li {
	border-bottom: 1px dashed silver;
}

.offer-price {
	margin-top: 1em;
	font-weight: 600;
}

.offer-price a {
	font-size: 1.1rem;
}

.inline-radio-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1rem;
}

.inline-radio-row input {
    width: auto;
}

.inline-radio-row input[type=radio] {
    margin-right: 1rem;
}

.inline-radio-row .offer-plan-explaining {
    font-weight: 100;
    margin-left: 1rem;
    font-size: small;
}

.header-text {
	font-weight: bold;
	margin: 1rem;
}

.simple-text {
	font-weight: 300;
	font-size: large;
}