* {
    color: #bbb;
}

h1,
h2,
h3 {
    color: #fff;
    font-weight: 900;
}

body {
    background: #151515;
    font-family: 'Lato', Helvetica, sans-serif;
    line-height: 1.5;
}

.title {
    font-size: 4rem;
    margin-left: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
button  {
    cursor: pointer;
}

a:hover {
    color: #D65A31;
}

.m-bottom {
    margin-bottom: 48px;
}

.container {
    padding-top: 30px;
}

.body-content {
    background: #151515;
    padding: 0px 0 120px 0;
    z-index: 0 !important;
}

.videorow {
    margin-top: 20px;
}

.jumbotron {
    width: 100%;
    z-index: 100 !important;
}

.jumbotron h1,
.jumbotron h2 {
    color: #EEEEEE;
    text-shadow: #352F44;

    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}



button {
    height: 48px;
    width: 180px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    background-color: #D65A31;
    border: 1px solid #D65A31;
    border-radius: 4px;
    margin: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    font-weight: bold;
}

button:hover {
    background: #D65A31;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}

button:active {
    outline: none;
}

#background-video {
    position: relative;
    height: 720px;
    border-bottom: 3px solid black;
}

footer {
    background: #000;
    padding-bottom: 80px;
}

footer p {
    color: #fff;
}

.row p {
    margin-bottom: 10px;
}


.img-logo {
    display: none;
    height: 60px;
    width: 60px;
    margin-bottom: 8px;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0.1, 0.1, 0.1, 0.4);
}

@media only screen and (min-width: 720px) { 
    .img-logo {
        display: block;
        height: 60px;
        width: 60px;
        line-height: 1.5rem;
    }

    .title {
        display: flex;
        justify-content: left;
    }
    .img-website-mock {
        width: calc(100% - 20px);
    }

    #background-video {
        position: relative;
        height: 600px;
    }
    
}

.img-website-mock {
    width: min(600px, calc(100% - 20px));
    z-index: 200 !important;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0.1, 0.1, 0.1, 0.4);
}

.img-user {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    text-align: center;
    height: 250px;
    max-width: 100%;
    border-radius: 10px;
}

code,
.tag,
.el,
.name,
.content,
.comment {
    font-family: monospace;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #352F44;
}

.font-small {
    font-size: 0.8rem;
}

.line {
    height: 1px;
    width: 100%;
    background: #aaa;
    margin: 40px 0;
}

b {
    font-weight: bold;
}

ul {
    list-style-type: decimal;
    /* Removes the default bullet points */
    padding: 0;
    /* Removes default padding */
    margin: 0;
    /* Removes default margin */
}

/* Styles for list items */
li {
    padding: 10px 15px;
    /* Adds padding for better spacing */
    font-weight: normal;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.8;
}

/* Nested lists */
ul ul,
ol ul {
    margin-left: 20px;
    /* Indents nested lists */
}

ul ul li,
ol ul li {
    border: none;
    /* Removes border for nested items */
}

h3.inner {
    margin-bottom: 20px;
    min-height: 4rem;
}

h3.inner2 {
    margin-bottom: 20px;
    min-height: 2rem;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    object-fit: cover;
o    /* Ensures the video covers the entire area */
    /* Centers the video */
    z-index: -2;
    /* Places the video behind content */
    filter: brightness(40%) blur(4px);
}

.headerrow {
    background-image: linear-gradient(#111, rgba(62, 64, 77, 0));
}

.downloadbutton {
    width: 60%;
    transition: all 0.3s ease;
    filter: brightness(90%)
}

.downloadbutton:hover {
    transition: all 0.3s ease;
    filter: brightness(100%)
}

.img-download {
    height: 50px;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0.1, 0.1, 0.1, 0.4);
    display: block;
    margin-right: 10px;
}

a.downloadlink {
    display: flex;
    justify-content: center;
    height: 72px;
    margin: 0;
    padding: 0;
}

.downloadlink span {
    color: #fff;
}

.downloadlink small {
    color: #fff;
    font-size: 0.7rem;
    font-weight: lighter;
}

.trial {
    margin-bottom: 5px;
}

.downloadlink button {
    margin: 0;
    height: 72px;
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-align: left;
}

.demo-video {
    height: 250px;
    max-width: 100%;
}

.satisfy-regular {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
}

.language-links {
    font-size: 0.8rem;
    text-align: center;
}

.cc-nb-buttons-container {
    font: initial;
}

