body {
    font-size: 18px;
}

a[data-toggle="popover"] {
    cursor: pointer;
}

a[data-toggle="popover"]:hover {
    color: #645ce6;
}

.mce-ico.mce-i-icon {
    vertical-align: middle;
}

.mce-ico.mce-i-icon:before {
    font-family: "icon-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    vertical-align: middle;
}

.mce-content-body {
    margin: 8px;
}

ol {
    color: #36369d;
}

a {
    color: #3d7e9a;
    text-decoration: none;
}

.cs-navbar {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.cs-nav-dd{
    margin: 0;
    border-radius: 0;
}

.cs-nav-dd .dropdown-item{
    font-weight: bold;
    color: white;
}

.cs-nav-dd .dropdown-item:hover{
    /*background: #efefef;*/
    color: #fe7a00 !important;
    font-weight: bold;
}

.navbar-course-links {
    background: url('/static/home/images/splashbw-thin.png') left;
    padding: 0 1rem;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/*.navbar-course-links .navbar-toggler-first {
  background: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);
  background-size: 200% auto;
  border-radius: 0;
  color: white !important;
}*/

.navbar-course-links .navbar-toggler-second {
    padding-top: 15px;
    background: rgba(0, 0, 0, .4);
    background-size: 200% auto;
    color: white;
    border-radius: 0;
}

.course-link {
    background: rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.course-link:hover,
.navbar-course-links .navbar-toggler-second:hover,
#navbarSidePanel .nav-item:hover {
    /*background-image: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);*/
    background-image: linear-gradient(to right, #17b2f2 0%, #8ed9f9 51%, #17b2f2 100%);
    background-size: 200% auto;
    color: white !important;
    /*background: rgba(0,0,0,.7);*/
    /*background-position: left 100%;*/
}

.course-link>a {
    color: white !important;
    font-weight: bold;
}

.course-link.active,
#navbarSidePanel .nav-item.active, .cs-nav-dd {
    /*background-image: linear-gradient(to right, #00aee0 0%, #00fedc 51%, #00aee0 100%);*/
    background-image: linear-gradient(to right, #17b2f2 0%, #8ed9f9 51%, #17b2f2 100%);
    background-size: 200% auto;
    color: white !important;
}

.course-link.active>a {
    color: white !important;
}

@media (max-width:1150px) and (min-width:992px) {
    .display-lg-none {
        display: none !important;
    }
}

@media (max-width:1150px) and (min-width:992px) {
    .display-lg-block {
        display: block !important;
    }
}

#navbarSidePanel .nav-item.active {
    font-weight: 500;
}

.sidebar-nav {
    /*margin-top: 20px;*/
    padding: 0;
    list-style: none;
}

.list_unstyled {
    list-style: none;
    padding: 0;
}

.bd-content {
    -ms-flex-order: 1;
    order: 1;
    /*background: #fafffc;*/
    /*background: #f3f7f9;*/
}

.left-column {
    -ms-flex-order: 0;
    order: 0;
    /*height: 100%;*/
    /*border-bottom:1px solid rgba(0,0,0,.1);*/
}

#navbarSidePanel {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    /*padding-bottom: 185px;*/
    z-index: 1000;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-top: 135px;
    left: 0;
    bottom: 0;
    /*width: 33%;*/
}

@media (min-width:768px) {

    .left-column,
    .bd-content {
        /*border-right:1px solid rgba(0,0,0,.1);*/
    }

    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .left-column {
            /*position:-webkit-sticky;*/
            /*position:sticky;*/
            /*top:4rem;*/
            z-index: 1000;
            /*height:calc(100vh - 4rem);*/
        }
    }
}

@media (min-width:992px) {
    #navbarSidePanel {
        /*overflow-y: initial;
        overflow-x: initial;
        position: relative;
        padding-bottom: 0;*/
        /*width: initial;*/
    }
}

@media (min-width:1200px) {
    .left-column {
        /*-ms-flex: 0 1 320px;*/
        /*flex: 0 1 320px*/
    }
}

.banner {
    border: 4px solid #12149d; 
    /*border-left: 8px solid #12149d;*/
    background: #f1fbff;
}

.banner-icon {
    color: #fd7b52;
    color: #6760e1;
    font-size: 26px;
    padding-top: 10px;
}

.highlight {
    /*border-top: 20px solid #dbdcff;*/
    background: #645ce6;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    background-size: 200% auto;
    /*    -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;*/
}

/*.highlight:hover {
    background-position: right center;
}*/

.prettyprint {
    font-size: 1.1rem;
    /*border: 1px solid #EAEAEA;*/
    background: #feffd1;
    /*border-radius: 0 0 4px 4px;*/
    margin: 25px 0;
    min-height: 50px;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: none;
}

.pln,
.pun {
    color: black;
}

pre {
    margin: 0 !important;
}

pre.prettyprint {
    padding-left: 10px;
    font-size: 1em;
}

pre.pre-highlight,
pre.pre-highlight>ol>li {
    background: bisque;
    min-height: initial;
}

.prettyprint.lang-html .atn {
    color: #905;
}

.course_desc {
    background: #c8e6c9;
    padding: 10px;
    border: 1px solid #ccc;
    /*border-radius: 3px;*/
    margin-bottom: 20px;
    font-weight: 600;
}

em {
    color: darkred;
    font-weight: 500;
}

code.hg {
    border-radius: 3px;
    font-weight: 500;
    padding: 3px;
    color: white;
    font-size: 80%;
    margin-bottom: 5px;
    display: inline-block;
}

code.code-highlight {
    background: mistyrose;
    color: #e83e8c;
}

code.code-highlight-grey {
    background: #455a64;
    color: #ffff00;
}

code.code-highlight-primary {
    background: #4B98FF;
}

code.code-highlight-pink {
    background: #D052D0;
}

code.code-highlight-events {
    background: #FFB605;
}

code.code-highlight-speak {
    background: #0FBD8C;
}

code.code-highlight-looks {
    background: #9966FF;
}

code.code-highlight-control {
    background: #FFAB19;
}

code.code-highlight-sensing {
    background: #4CBFE6;
}

code.code-highlight-variables {
    background: #FF8C1A;
}

code.code-highlight-operators {
    background: #40BF4A;
    border-radius: 15px;
}

code.code-highlight-operators-angled {
    background: #40BF4A;
    border-radius: 0;
    position: relative;
    height: 28px;
    margin: 0 13px;
}

code.code-highlight-operators-angled::before {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    border-right: 14px solid #40BF4A;
    border-top: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

code.code-highlight-operators-angled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 14px solid #40BF4A;
    border-bottom: 14px solid transparent;
}

.hg code {
    margin-bottom: 0;
    border: 1px solid white;
    font-size: 90%;
}

.hg code .badge-pill {
    font-size: 10px;
    margin-right: .3em;
    margin-left: .3em;
}

span.dropdown {
    background: rgba(0, 0, 0, .2);
    padding: 1px 4px;
    border: 1px rgba(0, 0, 0, .3);
    border-radius: 20px;
}

.course-complete {
    margin-bottom: 40px;
    margin-top: 20px;
    background: #05cc85;
    padding: 10px;
    color: white;
}

.course-complete>i {
    font-size: 20px;
    line-height: 20px;
}

.table-striped {
    background: white;
}

.popover-header {
    background: lightblue;
}

.popover-body {
    background: mistyrose;
}

.motion-circle {
    color: #4C97FF;
}

.looks-circle {
    color: #9966FF;
}

.pink-circle {
    color: #D052D0;
}

.events-circle {
    color: #FFD500;
}

.control-circle {
    color: #FFAB19;
}

.sensing-circle {
    color: #4CBFE6;
}

.operators-circle {
    color: #40BF4A;
}

.variables-circle {
    color: #FF8C1A;
}

.myblocks-circle {
    color: #FF6680;
}

.list-mar-bot-10>li {
    margin-bottom: 10px;
}

code .badge {
    vertical-align: middle;
}

.note_icon {
    font-size: 1.3em;
}

.note_icon>.icon-lightbulb {
    color: yellow;
}

.challenge>strong {
    color: #e65100;
}

.challenge>span>.icon {
    color: #e65100;
}

.alert-bonus {
    background: #dcd9fb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dcd9fb 0%, #b079fd 49%, #a56dff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dcd9fb 0%, #b079fd 49%, #a56dff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dcd9fb 0%, #b079fd 49%, #a56dff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: darkblue;
}

.alert-bonus>span>.icon {
    color: magenta;
}

.alert-bonus>.alert-title {
    color: yellow;
    font-size: 18px;
}

.circle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px solid green;
    position: relative;
    background-color: yellow;
}

.circle:before {
    content: '';
    border-bottom: 2px solid blue;
    width: 68px;
    position: absolute;
    top: 33px;
}

.circle:after {
    content: '';
    border-left: 2px solid red;
    height: 33px;
    position: absolute;
    left: 33px;
    top: 0;
}

.cs-avatar-icon {
    line-height: 1px;
    font-size: 180px;
    color: #aaa;
}

.cs-avatar-body {
    /*background: #01bfff;*/
}

.cs-avatar-footer {
    background-image: linear-gradient(to right, #ffeaea 0%, #fff 51%, #feffa4 100%);
    background-size: 200% auto;
    border-top: 1px solid #ccc;
    padding: 10px;
    transition: all .4s ease-in-out;
}

.card {
    transition: all .4s ease-in-out;
    /*background: linear-gradient(to right, #ffeaea 0%, #fff 51%, #feffa4 100%);*/
}

.card:hover {
    /*box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;*/
}

.card:hover .cs-avatar-footer {
    background-position: right center;
}

.avatar-circle-outer {
    width: 250px;
    height: 250px;
    padding: 20px;
    background: linear-gradient(to bottom, #00aee0 0%, #00fedc 75%, #00aee0 100%);
    /*border: 1px solid #CCC;*/
    border-radius: 50%;
}

.avatar-circle-inner {
    transition: all .4s ease-in-out;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ffdede 0%, #fff 51%, #feffa4 100%);
    border: 1px solid #CCC;
    background-size: 200% auto;
    border-radius: 50%;
}

.avatar-wrapper:hover .avatar-circle-inner {
    box-shadow: 0 0 2rem #82e847 !important;
    background-position: right center;
}

.avatar-wrapper a:hover {
    text-decoration: none;
}

.subscribe-btn,
.cs-btn {
    /*font-size: 16px;*/
    padding: 5px;
    font-weight: 600;
}

.cs-btn-large {
    font-size: 20px !important;
}

.section-link {
    color: #3d7e9a;
    font-weight: 600;
}

a.section-link:hover {
    color: #fe7a00 !important;
    text-decoration: none;
}

#contactModal,
#searchModal {
    z-index: 9999;
}

#example {
    padding: 16;
    border-style: dotted;
    border-color: black;
    border-width: 3;
}

#body0 {
    font-family: Arial;
    background-color: #ffffff;
    line-height: 20px;
    padding: 16;
}

#menubar0 {
    width: 190px;
}

#menulist0 {
    padding: 0;
    font: 16px verdana;
}

.menuitem0 {
    width: 155px;
    background-color: #d14836;
    border: 1px solid #d14836;
    border-radius: 40px;
    color: #ffffff;
    list-style-type: none;
    margin: 10px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.menuitem0:hover {
    background-color: #ffffff;
    color: #d14836;
}

#blueText {
    color: blue;
}

.blueClass {
    color: blue;
}

#colorP {
    color: rgb(0, 0, 250);
    background-color: rgb(100, 0, 100);
    border-style: solid;
    border-color: rgb(250, 0, 0);
    padding: 16px;
}

#colorH1 {
    color: yellow;
    background-color: red;
    border-style: solid;
    border-color: orange;
    padding: 16px;
}

.green {
    background-color: green;
}

.backgroundImage {
    background-image: url("/static/courses/images/imageExample.png");
}

.backgroundRepeat {
    background-image: url("/static/courses/images/gradient.png");
    background-repeat: repeat-x;
}

#hwh {
    background-color: yellow;
    height: 100px;
    width: 200px;
}

#hwp {
    background-color: green;
    height: 75px;
    width: 300px;
}

#standardTable {
    border: 1px solid black;
    padding: 8px;
    font-weight: normal;
}

table.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

#borderDotted {
    border-style: dotted;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderDashed {
    border-style: dashed;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderSolid {
    border-style: solid;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderDouble {
    border-style: double;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderGroove {
    border-style: groove;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderRidge {
    border-style: ridge;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderInset {
    border-style: inset;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderOutset {
    border-style: outset;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderNone {
    border-style: none;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderHidden {
    border-style: hidden;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#borderExample {
    width: 50%;
    height: 32px;
    border-style: solid;
    border-width: 5px;
    border-color: orange;
}

#borderExample2 {
    width: 50%;
    height: 32px;
    border-width: 5px;
    border-color: orange;
    border-right: dotted red;
    border-left: dashed green;
    border-bottom: solid yellow;
    border-top: ridge purple;
}

#marginExample {
    margin-right: 30%;
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: 16px;
}

.borderSolid {
    border-color: black;
    border-style: solid;
    border-width: 3px;
    width: 150px;
    height: 16px;
}

#fontStyleNormal {
    font-style: normal;
}

#fontStyleItalic {
    font-style: italic
}

#fontWeightNormal {
    font-weight: normal;
}

#fontWeightBold {
    font-weight: bold;
}

#fontVariantNormal {
    font-variant: normal;
}

#fontVariantSmallCaps {
    font-variant: small-caps;
}

#fontFamilySerif {
    font-family: serif;
}

#fontFamilySansSerif {
    font-family: sans-serif;
}

#fontFamilyArial {
    font-family: Arial;
}

#fontFamilyHelvetica {
    font-family: Helvetica;
}

#circleMarker {
    list-style-type: circle;
}

#squareMarker {
    list-style-type: square;
}

#romanNumeralsMarker {
    list-style-type: lower-roman;
}

#letterMarker {
    list-style-type: lower-alpha;
}

#imageMarker {
    list-style-image: url("/static/courses/images/listImage.png");
}

#tableWithOneBorder {
    border: 3px solid black;
    border-collapse: collapse;
    padding: 8px;
    font-weight: normal;
}

#tableWithMultipleBorders {
    border: 3px solid black;
    padding: 8px;
    font-weight: normal;
}

#borderAndOutline {
    width: 50%;
    height: 32px;
    border: 5px solid black;
    outline: 5px solid blue;
}

#image1 {
    opacity: 1;
}

#image2 {
    opacity: 0.5;
}

#image3 {
    opacity: 0;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuItem {
    float: left;
}

.menuItemLink {
    display: block;
    padding: 8px;
    background-color: #eb65b5;
    color: white;
}

.storyParagraph {
    font-family: cursive;
    font-size: 16px;
    background-color: #ffedfd;
}

div.gallery {
    margin: 5px;
    border: 1px solid black;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid blue;
}

div.desc {
    padding: 15px;
    text-align: center;
}

div.gallery img {
    width: 180px;
    height: 180px;
}

a.class3:link {
    color: green;
}

a.class4:link {
    color: green;
}

a.class4:visited {
    color: red;
}

.class1:hover {
    color: red;
}

p.class2:active {
    background-color: yellow;
}

p.display_1 {
    display: none;
    color: red;
}


p.display_2 {
    display: inline;
    color: red;
}

p.display_3 {
    display: block;
    color: red;
}

p.display_4 {
    display: inline-block;
    color: red;
}

#first_block {
    visibility: visible;
}

#second_block {
    visibility: hidden;
}

#btn {
    min-width: 50%;
    max-width: 100%;
}

#txt {
    min-height: 50%;
    height: 100px;
    max-height: 100%;
    background-color: yellow;
}

.div2 {
    position: static;
    left: 10px;
    bottom: 10px;
    background-color: yellow;
    padding: 10px;
}

.div3 {
    padding: 10px;
    background-color: #f2f2f2;
}

.div6 {
    position: relative;
    left: 10px;
    bottom: 10px;
    background-color: yellow;
    padding: 10px;
}

.div11 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: yellow;
    padding: 10px;
}

.div12 {
    position: relative;
    height: 100px;
    padding: 10px;
    background-color: #81adc8;
}

.div13 {
    position: sticky;
    top: 10px;
    background-color: yellow;
    padding: 10px;
}

.div14 {
    position: relative;
    height: 800px;
    padding: 50px 10px;
    background-color: #81adc8;
}

#img1 {
    float: right;
}

#img2 {
    float: left;
}

#img3 {
    float: none;
}

#img4 {
    float: initial;
}

#img5 {
    float: right;
    vertical-align: middle;
}

#article_scroll_1 {
    background-color: #eee;
    width: 200px;
    height: 150px;
    border: 1px dotted black;
    overflow: scroll;
}

#article_scroll_2 {
    background-color: #eee;
    width: 200px;
    height: 150px;
    border: 1px dotted black;
    overflow: hidden;
}

#article_scroll_3 {
    background-color: #eee;
    width: 200px;
    height: 150px;
    border: 1px dotted black;
    overflow: visible;
}

#article_scroll_4 {
    background-color: #eee;
    width: 200px;
    height: 150px;
    border: 1px dotted black;
    overflow: auto;
}

#p2::first-letter {
    color: red;
    font-size: xx-large;
}

#p3::first-line {
    color: red;
    font-size: xx-large;
}

#p4::before {
    content: "🔥";
}

#p5::after {
    content: "🔥";
}

#li::marker {
    color: blue;
    font-size: 17px;
}

#p7::selection {
    color: green;
    background: yellow;
}

/*Calculator sytles*/
#calc-div h1 {
    text-align: center;
    padding: 23px;
    background-color: skyblue;
    color: black;
}

#calc-div #clear {
    width: 250px;
    border: 3px solid gray;
    border-radius: 3px;
    padding: 20px;
    background-color: red;
}

#calc-div .formstyle {
    width: 300px;
    height: 530px;
    margin: auto;
    border: 3px solid skyblue;
    border-radius: 5px;
    padding: 20px;
}

#calc-div input {
    width: 10px;
    background-color: lightblue;
    color: black;
    border: 3px solid gray;
    border-radius: 5px;
    padding: 20px;
    margin: 5px;
    font-size: 15px;
}



#calc-div #calc {
    width: 250px;
    border: 5px solid black;
    border-radius: 3px;
    padding: 20px;
    margin: auto;
}

/*Calculator styles*/

/*todo list styles*/

/* Remove margins and padding from the list ul*/
#todolist-div .uls {
    margin: 0;
    padding: 0;
}

/* Style the list items li */
#todolist-div .uls li {
    cursor: pointer;
    position: relative;
    padding: 12px 8px 12px 40px;
    background: #eee;
    font-size: 18px;
    transition: 0.2s;


}

/* Darker background-color on hover */
#todolist-div .uls li:hover {
    background: #ddd;
}

/* When clicked on, add a background color and strike out text */
#todolist-div .uls li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
}

/* Add a "checked" mark when clicked on */
#todolist-div .uls li.checked::before {
    content: '';
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}

/* Style the close button */
#todolist-div .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

#todolist-div .close:hover {
    background-color: lightblue;
    color: white;
}

/* Style the header */
#todolist-div .header {
    background-color: lightblue;
    padding: 30px 40px;
    color: white;
    text-align: center;
}

/* Clear floats after the header */
#todolist-div .header:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the input */
#todolist-div input {
    margin: 0;
    border: none;
    border-radius: 0;
    width: 75%;
    padding: 10px;
    float: left;
    font-size: 16px;
}

/* Style the "Add" button */
#todolist-div .addBtn {
    padding: 10px;
    width: 25%;
    background: #d9d9d9;
    color: #555;
    float: left;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
    border-radius: 0;
}

#todolist-div .addBtn:hover {
    background-color: #bbb;
}

/*todo list styles*/

/*website project styles*/
#website-div .topnav {
    overflow: hidden;
    background-color: #333;
}

#website-div .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

#website-div .topnav a:hover {
    background-color: #ddd;
    color: black;
}

#website-div .topnav a.active {
    background-color: lightblue;
    color: white;
}

.premium-content-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.1) 31%, rgba(255,255,255,0.9) 71%, white 100%);
}

.premium-content {
    /*background-image: linear-gradient(to bottom, #00aee0 0%, #00fedc 51%, #00aee0 100%);*/
    /*background-image: linear-gradient(to bottom, #ffeaea 0%, #feffa4 51%, #ff1744 100%);*/
    /*background-image: linear-gradient(to bottom, #ea80fc 0%, #ff1744 100%);*/
    background: #ffffe2;
    border: 10px solid #fe7a00 ;
    margin-bottom: 50px;
    /*color: white;*/
    padding: 20px;
    min-height: 400px;
}

.premium-content .card-footer {
    min-height: 62px;
}

.badge-premium {
    color: #555;
    background: #efefef;
    border: 1px solid #ccc;
    border-bottom: 2px solid #fe7a00;
    vertical-align: bottom;
}
/*website project styles