/* logos */
.netflix {
    content: url("logos/Netflix.png");
}

.amazon {
    content: url("logos/Prime.png");
}

.disney {
    content: url("logos/Disney.png");
}

.funimation {
    content: url("logos/Funimation.png");
}

.hulu {
    content: url("logos/Hulu.png");
}

.hbo {
    content: url("logos/HBO.png");
}

.crunchy {
    content: url("logos/Crunchyroll.png");
}

.paramount {
    content: url("logos/Para.png");
}

.apple {
    content: url("logos/Apple.png");
}

.peacock {
    content: url("logos/Peacock.png");
}


/* styles */
body {
  margin: auto;
  width: 50%;
  padding: 10px;
}

@media (max-width: 1300px) {
	body {
		width: 100%;
	}
}

.checked {
    color: lightblue;
}

.rating-box {
    height: 1rem;
    width: 1rem;
    align-self: center;
    vertical-align: middle;
    margin-right: 0rem;
    stroke: rgb(17, 90, 191);
    stroke-width: 3px;
}

@media (min-width: 640px) {
    .rating-box {
        align-self: flex-start;
        height: 1rem;
        width: 1rem;
    }
}

@media (min-width: 1024px) {
    .rating-box {
        height: 1rem;
        width: 1rem;
    }
}

.rating-wrap {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.rating-content {
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 0rem;
    display: flex;
}

.rating-wrap>dt,
.rating-wrap>dd {
    padding: 0px;
    box-sizing: border-box;
    flex: 0 0 100%;
    display: flex;
    align-items: flex-end;
}

.rating-wrap>dt {
    margin: 1rem 0px 0px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.25px;
}

.rating-wrap>dt:first-of-type {
    margin-top: 0px;
}

.rating-wrap>dd {
    margin: 0.125rem 0px 0px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    font-weight: 700;
    font-size: 0.875rem;
}

@media (min-width: 640px) {
    .rating-wrap>dd {
        font-size: 1.125rem;
    }
}

.rating-wrap>dt:last-of-type,
.rating-wrap>dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}

.rating-text {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin: 0px 5px 0rem;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 700;
    color: rgb(136, 136, 136);
}

.main-title {
    margin-top: -2rem;
    padding-top: 1rem;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin: 0px 0px 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.service-box {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: color 0.5s ease 0s;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin: 20px;
}

.service-style {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(204, 204, 204);
}

@media (min-width: 640px) {
    .service-style {
        flex-direction: row;
        min-height: 220px;
    }
}

.service-wrap {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.service-title {
    margin: 0px 0px 1rem;
    padding: 0px;
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 700;
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
}

.service-title>small {
    font-size: 90%;
    margin-left: 0.5rem;
}

.service-title a {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 640px) {
    .service-title {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .service-title>small {
        font-size: 90%;
    }
}

.logo {
    align-self: center;
    max-width: 240px;
    max-height: 110px;
    margin: auto auto 1rem;
}

@media (min-width: 640px) {
    .logo {
        margin: auto;
    }
}

.title {
    margin: 0px 0px 0.5rem;
    padding: 0px;
    font-size: 1.125rem;
    line-height: 1.33;
    font-weight: 700;
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin-bottom: 2rem;
}

.title>small {
    font-size: 90%;
    margin-left: 0.5rem;
}

.title a {
    color: inherit;
    text-decoration: none;
}

.trial-button-style {
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background: rgb(244, 247, 249);
    border-bottom: 1px solid rgb(204, 204, 204);
}

@media (min-width: 640px) {
    .trial-button-style {
        flex-basis: 250px;
        border-bottom: none;
        border-right: 1px solid rgb(204, 204, 204);
        position: relative;
    }
}

.trial-button {
    margin: 0px;
    background: rgb(196, 33, 42);
    border-radius: 5px;
    transition: all 0.25s ease 0s;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: rgb(196, 33, 42);
    border-image: initial;
    box-shadow: rgb(166, 28, 30) 0px -3px 0px inset;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-align: center;
    display: inline-flex;
    box-sizing: border-box;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0px;
}

.trial-button:focus {
    outline: none;
}

.trial-button .button-content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.75rem;
    -webkit-box-pack: center;
    justify-content: center;
    margin: auto;
}

.trial-button:hover,
.trial-button:active,
.trial-button.active {
    background-color: rgb(166, 28, 30);
}

.trial-button a {
    width: 100%;
    color: white;
    text-decoration: none;
}

.trial-button a:hover,
.trial-button a:focus {
    color: white;
}

.trial-button strong {
    font-weight: bold;
}

.trial-button .Button__Sub-suns4m-0 {
    margin-top: -1px;
}

.pad-bot {
    padding-bottom: 1rem;
}

.details {
    box-sizing: border-box;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.features {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.features>dt,
.features>dd {
    display: flex;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px 1rem 0px 0px;
    flex: 0 0 100%;
    max-width: 100%;
}

.features>dt:last-of-type,
.features>dd:last-of-type {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 640px) {

    .features>dt,
    .features>dd {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .features>dt:last-of-type,
    .features>dd:last-of-type {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.features>dt {
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    position: relative;
    margin-bottom: 0.125rem;
    align-self: flex-end;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.25px;
}

.features>dd {
    font-family: Montserrat, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: none;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
}

@media (min-width: 640px) {
    .features>dd {}
}

.features>dd:nth-of-type(n+4) {
    margin-bottom: 0px;
}

@media (min-width: 640px) {
    .features>dd:nth-of-type(n+3) {
        margin-bottom: 0px;
    }
}


.feature1 {
    order: 1;
}

@media (min-width: 640px) {
    .feature1 {
        order: 1;
    }
}

.feature2 {
    order: 2;
}

@media (min-width: 640px) {
    .feature2 {
        order: 2;
    }
}

.feature3 {
    order: 3;
}

@media (min-width: 640px) {
    .feature3 {
        order: 1;
    }
}

.feature4 {
    order: 4;
}

@media (min-width: 640px) {
    .feature4 {
        order: 2;
    }
}

.feature5 {
    order: 5;
}

@media (min-width: 640px) {
    .feature5 {
        order: 3;
    }
}

.feature6 {
    order: 6;
}

@media (min-width: 640px) {
    .feature6 {
        order: 4;
    }
}

.feature7 {
    order: 7;
}

@media (min-width: 640px) {
    .feature7 {
        order: 3;
    }
}

.feature8 {
    order: 8;
}

@media (min-width: 640px) {
    .feature8 {
        order: 4;
    }
}