button, figure {
    margin:0;
}

dl dd, dl dt, h3, h4, h5, h6, ol li, ul li {
    /*line-height:1.7rem;*/
}

ul {
    padding-left:0;
}

dl a, ol a, p a, ul a {
    font-weight:700;
    text-decoration:none;
}

a, body {
    font-family:"Open Sans", sans-serif;
}

p {
    font-family:"Open Sans", sans-serif;

}

blockquote, p {
    /*line-height:1.7rem;*/
    font-weight: 600;
    color: #1CC1CC;
}

body, html {
    height: 100%;
}

.hljs-title
{
    font-weight: normal !important;
}

.str-link
{
    color: rgb(228, 208, 108);
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;;
}
.str-link:hover
{
    text-decoration: none;
    color: yellow;
}

.str-link .hljs-title:hover
{
    text-decoration: none;
    color: #fae134 !important;
}

.type-badge
{
    display: inline;
    position: relative;
    top: -1rem;
    margin-left: 0.5rem;
    font-size: 60%;
    padding: 0.1rem 0.4rem;
    color: #fff;
    background-color: #0f7927;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
} ul {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
  }
ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

.nothing
{
    padding-left: 10px;
    padding-top: 40px !important;
    font-family: "Open Sans", sans-serif;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #1CC1CC;
    text-align: center;
}

a.related
{
    padding-left: 0.5rem;
    font-size: 2rem;
    display: inline-block;
    font-weight: 600;
    color: #8be9fd;
}

a.related:hover
{
    color: #8be9fd;
    text-decoration: none;
}

.ord-text
{
    font-size: 1.6rem !important;
}

h2.text-center
{
    font-weight: 900;
    margin-top: 8px;
}
h2.text-center.maincap
{
    font-size: 7rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

#myInput::placeholder
{
    color: #404040;
}

/* Wizard */
.bs-wizard
{
    padding: 0;
    padding-top: 3rem;
}
.bs-wizard > .bs-wizard-step
{
    padding: 0;
    position: relative;
}

.toprow
{
    margin-bottom: 10px;
}

.bottomrow
{
    margin-bottom: 20px;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum
{
    color: rgb(255, 245, 197);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info
{
    color: #ffffff;
    font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot
{
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #ed2724;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after
{
    content: ' ';
    width: 14px;
    height: 14px;
    background: #ffaa18;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}
.bs-wizard > .bs-wizard-step > .progress
{
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 17px 0;
    background-color: #005495;
}

.bs-wizard > .bs-wizard-step.disabled > .progress
{
    background: repeating-linear-gradient(
            to right,
            #262633,
            #262633 12px,
            #005495 2px,
            #005495 28px
    );
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar
{
    width:0px;
    box-shadow: none;
    background: #005495;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar
{
    width:100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar
{
    width:50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar
{
    width:0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar
{
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot
{
    /*disabled dots color*/
    background-color: #005495;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after
{
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress
{
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child  > .progress
{
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot
{
    pointer-events: none;
}
.wizard-links
{
    color: rgb(234, 216, 126);
    font-size: 1.8rem;
}
.wizard-links:hover
{
    text-decoration: none;
    color: yellow;
}

.hljs {
    /*min-height: 675px;*/
    /*display: inline-block;*/
}

#copyblock {
    /* top, right, bottom, left */
    padding: 5px 5px 12px 0px;
    min-height: 300px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    overflow: auto;
}

#copy-button
{
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 0.5rem;
    border: transparent;
    color: white;
    margin-top: 5px;
    /*float: right;*/
    margin-bottom:-30px;
    position: relative;
    display: block;
    margin-top: 5px;
    left: 95%;
}

pre
{
    border-radius: 0.7rem;
    margin-bottom: 0px !important;
    min-height: 300px;
}
.logout, .logout:hover
{
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.arch-li
{
    position: relative;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
    right:-100px;
    height: 240px;
}

.home-padd
{
    padding-right: 60px;
    padding-top: 40px;
}

.error-col-1
{
    text-align:left;
    padding-top: 60px;
}
.error-col-2
{
    padding-top: 60px;
    text-align:center;
}
.error-col-3
{
    padding-top: 30px;
    text-align:center;
}
.arch
{
    float: left;
    padding: 10px;
    margin-left: 5px;
}

.img-circle
{
    /*
    width: 185px;
    height: 188px;
    */
    width: 18.5rem;
    height: 18.8rem;
    position: relative;
}

.smcircle
{
    width: 10rem;
    height: 10rem;
    position: relative;
}

.sm-timeline-image
{
    margin-bottom: 10px;
}

.sm-timeline {
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer-fluid
{
    border-top: solid 2px #262633;
    background: #141422;

    /*position:absolute;*/
    bottom:0;
    width:100%;

}
.footer-style
{
    padding: 25px;
    text-align:center;
    color:#D0D0D2;
    font-size: 15px;
    font-weight: 600;
}
.footer_link
{
    color: #E0CD61;
}
.footer_link:hover
{
    color: #E0CD61;
    text-decoration: none;
}

.used-in-block
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
}

body
{
    background-color:#141422 !important;
    background-image: url("/images/abstrHalf.jpg") !important;
}

.bg-dark
{
    background-color: #141422 !important;
    border-bottom: solid 2px #262633;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.logo
{
    vertical-align: text-bottom;
    margin-right: 5px;
}

/* title (uppercase) in topbar */
.navbar-light .navbar-brand
{
    color: #f6f1a3;
    font-size: 50px;
    font-weight: 900;
}

a.navbar-brand
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-light .navbar-brand:hover
{
    color: #f6f1a3;
    text-decoration: none;
}

.navbar-light .navbar-brand:focus
{
    color: #f6f1a3;
    text-decoration: none;
}


/* topbar (menu) links */
.navbar-light .navbar-nav .nav-link
{
    color: #E0CD61;
    font-weight: 700;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover
{
    color: #E0CD61;
    border-bottom: solid 3px yellow;
    text-decoration: none;
}

a.nav-link.active
{
    border-bottom: solid 3px rgba(208, 208, 210, 0.5);
    text-decoration: none;
}

.nav-item
{
    padding-right: 5px;
}

/*header links won't be dark*/
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #E0CD61;
}

.navbar-light .navbar-nav .nav-link:focus
{
    color: #E0CD61;
    text-decoration: none;
}

/* toggler (button) */
.navbar-toggler
{
    background-color: #015597;
}

.dropdown-menu
{
    background:#262633;
    border: 0;
    border-left: solid 3px #141422;
    border-bottom: solid 3px #141422;
    border-radius: 0;
}
.dropdown-item
{
    color: #E0CD61;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
}

.dropdown-menu-style
{
    min-width: 690px;
}

.dropdown-item.blue-item
{
    color:#1cc1cc;
    font-weight: 900;
    font-size: 23px;
}

.no-pad
{
    padding: 0px;
}

.jumb-home
{
    background: url("/images/bigback.jpg");
    /*min-height: 800px;
    height: 50%;*/
    /*height: 100%;*/
    min-height: 100%;
    background-color: #040c13;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
}
.dark
{
    background-color: #141422 !important;
}
.h2-home
{
    font-weight: 800;
    font-size: 4.8rem;
    color: white;
    text-align: right;
    text-shadow: 0 0 3px red;
}
.h3-home
{
    text-align:left;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 3.3rem;
    text-shadow: 0 0 3px black;
    color: #8894ae;
}

.navbar-toggler {
    font-size: 2.5rem;
}

/* white buttons-links */
.btn
{
    transition: none !important;
}

a.btn-styled
{
    display: inline-block;
    border-radius: 0.5rem;
    border: solid 4px white;
    padding: 10px 25px;
    background: transparent;
    color: white;
    font-weight: 700;
    font-size: 28px;
    text-decoration: none;
}

a.btn-styled:hover
{
    text-decoration: none;
    color: white;
}

a.btn-styled:active
{
    box-shadow: none;
}

a.btn.btn-styled.explore
{
    text-shadow: 0 0 3px red;
    font-size: 2.8rem;
    border-width: 0.4rem;
}

a.btn.btn-styled.explore:hover
{
    text-shadow: 0 0 5px white;
    box-shadow: 0px 0px 10px antiquewhite;
}


.jumb-error
{
    background: url("/images/austro2.jpg");
    min-height: 800px;
    background-color: #040c13;
    height: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
}

h2.err {
    font-weight: 700;
    color: #E0CD61;
    font-size: 4rem;
}

h1.err
{
    font-weight: 900;
    color: white;
    font-size: 8.5rem;
}

h1.super-err
{
    font-weight: 900;
    color: white;
    font-size: 20rem;
}

.breadcrumbs-col
{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 3rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: white;
    content: "/";
    font-weight: 600;
}

.breadcrumb
{
    color: white;
    background-color: #262633;
    font-weight: 600;
    padding: 6px;
}

.breadcrumb-item.active {
    color: white;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb-link
{
    color: white;
    font-weight: 600;
    margin-right: 0.5rem;
}

a.breadcrumb-link:hover
{
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.mainblock
{
    /*min-height: 660px;*/
    min-height: 90%;
    background: #141422;
}

.mainblock-content
{
    /*min-height: 660px;*/
    background: #262633;
    border-radius: 0.3rem;
    margin-bottom: 15px;
    color: #1cc1cc;
    font-weight: 600;
    font-size: 18px;
}

.kernels-bg
{
    background-image: url('/images/multlong2.jpg');
    min-height:1170px;
    background-position: center;
}

.h1-kernels
{
    font-size: 9rem;
    font-weight: 900;
    display: block;
    padding-top: 30px;
    text-shadow: 0 0 10px black;
}

.kernels-column
{
    text-align: center;
    padding-top: 5rem;
}

a.kernels-button {
    text-align: right;
    font-size: 9rem;
    color: antiquewhite;
    font-weight: 900;
    display: inline;
    border-radius: 0.8rem;
    padding-left: 5rem;
    padding-right: 1rem;
    border: solid 0.4rem antiquewhite;
    text-shadow: 0 0 15px black;
}

a.kernels-button:hover
{
    text-decoration: none;
    text-shadow: 0 0 5px;
    box-shadow: 0px 0px 10px antiquewhite;
    color: antiquewhite;
}

.about-contact-col
{
    color: #1cc1cc;
    text-align: left;
    /*padding-left: 3.5rem;*/
}
a.about-links
{
    color: #1cc1cc;
}
a.about-links:hover
{
    color: #1cc1cc;
    text-decoration: none;
}
.white-text
{
    color: white;
}

.jumb-about
{
    filter: grayscale(20%);
    border: solid 2px #262633;
    border-radius: 0.6rem;
    background: url('/images/man.jpg');
    background-color: #040c13;
    min-height: 350px;
    margin-bottom: 15px;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.jumb-privacy
{
    border: solid 2px #262633;
    border-radius: 0.6rem;
    /*background: url('/images/topsecret.png');*/
    background: url('/images/inter.jpg');
    padding-top: 0px;
    background-color: #040c13;
    min-height: 350px;
    margin-bottom: 15px;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.jumb-terms
{
    border: solid 2px #262633;
    padding-top: 0px;
    border-radius: 0.6rem;
    /*background: url('/images/terms.jpg');*/
    background: url('/images/view.jpg');
    background-color: #040c13;
    min-height: 350px;
    margin-bottom: 15px;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.terms-column p
{
    font-weight: 500;
}

.about-column p
{
    font-weight: 500;
}


.h1-title-about
{
    text-align: center;
    font-weight: 800;
    font-size: 65px;
    color: #e6b36b;
    text-shadow: 0 0 30px #420f11;
}

h3.h3-about
{
    color: #1cc1cc;
    font-weight: 800;
    margin-bottom: 0.9rem;
    font-size: 35px;
    text-align: left;
    padding-top: 25px;
}
.about-info
{
    text-align: justify;
    font-size: 20px;
    font-weight: 600;
    /*color: #1cc1cc;*/
    color: white;
}
.about-column
{
    /*padding-top: 20px;*/
    /*padding-bottom: 25px;*/
    /*border-bottom: solid 3px #141422;*/
}

.about-row
{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

a.term-link
{
    color: white;
}

a.term-link:hover
{
    color: white;
}

.terms-column
{
    padding-bottom: 10px;
}

.row.about-row p
{
    color: white;
}

img.about-img
{
    /*border: solid 5px #141422;*/
    border-radius: 100%;
    margin-left: 10px;

    /*width: 19.4rem;
    height: 19rem;
    */
    width: 16rem;
    height: 16rem;
}

img.about-img.img-left
{
    float: left;
    margin-right: 20px;
    border: solid 2px white;
}

img.about-img.img-right
{
    float: right;
    right: 0;
}
a img.link-round-pic:hover
{
    box-shadow: 0px 0px 0px 1px #141422;
}
img.round-pic
{
    float: left;
    background-color:#141422;
    margin: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.login-form
{
    width: 33.5rem;
}
.submit-but
{
    text-align: center;
    padding: 2px;
    width: 64px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: inline;
}
form.form-horizontal
{
    width: max-content;
    height: max-content;
}
.h3-login
{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.control-label
{
    font-size: 18px;
    font-weight: 400;
}
.form-horizontal
{
    margin: auto;
}

#myInput {
    display: block;
    float: left;
    background-color: #1a1825;
    border: solid 1px #f3f1de;
    color: #bfe4ca;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 5px 0px 5px 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.caption
{
    display: block;
    width: 195px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 3.6rem;
}

.list-link {
    display: block;
    font-size: 2.3rem;
    color: #bfe4ca;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.list-link:hover
{
    color: #bfe4ca;
    text-decoration: none;
}

.tdata-code
{
    background-color: #282a36;
    border-radius: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    min-height: 300px;
    margin-bottom: 15px;
    padding-right: 10px;
}


.maincross {
    background-color: #262633;
    border-radius: 0.5rem;
    color: #bfe4ca;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    min-height: 140px;
    margin-bottom: 15px;
}
.h2-tdata
{
    font-weight: 800;
    font-size: 3.3rem;
    color: #1cc1cc;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 1.5rem;
}
.h4-tdata
{
    color: #1cc1cc;
    font-weight: 600;
    font-size: 2.4rem;
    padding-left: 10px;
    margin-bottom: 0;
}

#password
{
    width: 90%;
    font-size: 18px;
    padding: 3px;
    height: 30px;
}
#username
{
    width: 90%;
    font-size: 18px;
    height: 20px;
    padding: 3px;
    height: 30px;
}

.img-arch
{
    border: 7px solid #03031f;
    border-radius: 100%;
    background-color: black;
    box-shadow: 0 0 5px #4582ec;
}
a.arch-link
{
    color: #bfe4ca;
    font-weight:600;
    font-size: 3.5rem;
    display: inline;
}

a.arch-link:hover
{
    color: #bfe4ca;
    text-decoration: none;
    display: inline;
}

.arch-line-new
{
    display: inline;
    content: "";
    position: absolute;
    top: 89%;
    bottom: 0;
    left: 73%;
    width: 4px;
    height:70px;
    background-color: #03031f;
    -ms-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
    box-shadow: 0 0 5px #4582ec;
}

.arch-line-new-2{
    display: inline;
    content: "";
    position: absolute;
    top: 88%;
    bottom: 0;
    left: 22%;
    width: 4px;
    height:70px;
    background-color:#03031f;
    -ms-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    box-shadow: 0 0 5px #4582ec;
}

.timeline {
    position: relative;
    margin-top:20px;
    margin-bottom: 15px;
}

.new-small-line{
    display: inline;
    height: 70px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 77%;
    top: 72%;
    width: 4px;
    background-color: #03031f;
    transform: rotate(-43deg);
    box-shadow: 0 0 5px #4582ec;
}

.new-small-line-2{
    display: inline;
    height: 70px;
    top: 73%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 4px;
    background-color: #03031f;
    transform: rotate(43deg);
    box-shadow: 0 0 5px #4582ec;
}
a.fam-link
{
    color:  #bfe4ca;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-decoration: none;
    display: inline-block;
}

p.family
{
    text-align: justify;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 0px;
    font-weight: 400;
}
.arch-col-right
{
    text-align: right;
}

.lab-styled
{
    font-size: 1.5rem;
}

.hide-padd
{
    padding-top: 30px;
    margin-top: 0px;
}

h4.h4-about
{
    /*color: white;*/
    color: #1cc1cc;
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-size: 23px;
    text-align: left;
    padding-top: 10px;
}

.content-family
{
    background-image: url('/images/newfam.jpg');
    background-color: #081120 !important;
    min-height: 1170px;
}
.content-arch
{
    background-image: url('/images/lonelysturn.jpg');
    background-color: #081120 !important;
    min-height: 1170px;
}
a.linked-in.socicon-linkedin
{
    text-decoration: none;
    /*border: solid #141422 2px;*/
    color: white;
    /*font-size: 18px;*/
    font-size: 1.8rem;
    background-color: #3371b7;
    padding: 8px;
    border-radius:15%;
}

a.linked-in.socicon-linkedin:hover
{
    color: white;
    text-decoration: none;
}

.fill {
    /*
    min-height: 100%;
    height: 100%;
    */
}
.maincross-empty
{
    /* border: solid 2px red; */
}


/* Extra small */
@media (max-width: 543px) {
    html
    {
        font-size: 5px;
    }
    .navbar-light .navbar-brand
    {
        font-size: 40px;
    }
    .h1-title-about
    {
        font-size: 50px;
    }
    .list-link
    {
        font-size: 1.9rem;
        padding-left: 2.7rem;
    }
    .h4-tdata
    {
        font-size: 2.8rem;
        padding-left: 1rem;
    }

    #copyblock
    {
        font-size: 2rem;
    }
    h2.text-center.maincap {
        font-size: 5rem;
    }
    .sm-modif
    {
        padding-left: 0;
    }
    .breadcrumbs-col
    {
        font-size: 1.9rem;
    }
    #copy-button {
        left: 90%;
    }

    .hide-padd
    {
        padding-top: 0px;
        margin-top: 0px;
    }
    .nothing
    {
        padding-left: 5px;
        font-size: 15px;
    }
    .md-odd
    {
        padding-left: 0px;
    }
    .md-even
    {
        padding-left: 10px;
    }

    .main-tdata-sm
    {
        /*min-height: 0;*/
        min-height: 90%;
    }

    .used-in-block {
        padding-top: 0px;
    }

    .maincross
    {
        padding-left: 5px;
    }

}
/* Small devices */
@media (min-width: 544px)
{
    html
    {
        font-size: 6px;
    }
    .navbar-light .navbar-brand
    {
        font-size: 40px;
    }
    .h1-title-about
    {
        font-size: 50px;
    }

    .list-link
    {
        font-size: 1.9rem;
        padding-left: 2.7rem;
    }
    .h4-tdata
    {
        font-size: 2.8rem;
        padding-left: 1rem;
    }

    #copyblock
    {
        font-size: 2rem;
    }
    h2.text-center.maincap {
        font-size: 5rem;
    }
    .sm-modif
    {
        padding-left: 0;
    }
    .breadcrumbs-col
    {
        font-size: 1.9rem;
    }
    #copy-button {
        left: 90%;
    }

    .hide-padd
    {
        padding-top: 0px;
        margin-top: 0px;
    }

    .nothing
    {
        padding-left: 5px;
        font-size: 15px;
    }
    .md-odd
    {
        padding-left: 0px;
    }
    .md-even
    {
        padding-left: 0px;
    }
    .main-tdata-sm
    {
        /*min-height: 0;*/
        min-height: 90%;
    }

    .used-in-block {
        padding-top: 0px;
    }

    .maincross
    {
        padding-left: 5px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    html
    {
        font-size: 8px;
    }
    .navbar-light .navbar-brand
    {
        font-size: 50px;
    }
    .h1-title-about
    {
        font-size: 65px;
    }
    .list-link
    {
        font-size: 2.3rem;
        padding-left: 3rem;
    }

    .h4-tdata
    {
        font-size: 2.4rem;
        padding-left: 1rem;
    }

    #copyblock
    {
        font-size: 1.8rem;
    }
    h2.text-center.maincap {
        font-size: 7rem;
    }
    .breadcrumbs-col
    {
        font-size: 1.8rem;
    }
    #copy-button {
        left: 90%;
    }
    .hide-padd
    {
        padding-top: 30px;
        margin-top: 0px;
    }

    .nothing
    {
        padding-left: 10px;
        font-size: 20px;
    }

    /*1, 3, 5*/
    .md-odd
    {
        padding-left: 20px;
    }
    .md-even
    {
        padding-left: 0px;
    }

    .used-in-block {
        padding-top: 1rem;
    }

    .maincross
    {
        padding-left: 10px;
    }

    .main-tdata-sm
    {
        min-height: 90%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
    html
    {
        font-size: 9px;
    }
    .navbar-light .navbar-brand
    {
        font-size: 50px;
    }
    .h1-title-about
    {
        font-size: 65px;
    }
    .list-link
    {
        font-size: 2.3rem;
        padding-left: 3rem;
    }

    .h4-tdata
    {
        font-size: 2.4rem;
        padding-left: 1rem;
    }

    #copyblock
    {
        font-size: 1.8rem;
    }
    h2.text-center.maincap {
        font-size: 7rem;
    }
    .breadcrumbs-col
    {
        font-size: 1.6rem;
    }
    #copy-button {
        left: 95%;
    }

    .hide-padd
    {
        padding-top: 30px;
        margin-top: 0px;
    }

    .nothing
    {
        padding-left: 10px;
        font-size: 20px;
    }
    .md-odd
    {
        padding-left: 0px;
    }
    .md-even
    {
        padding-left: 0px;
    }

    .used-in-block {
        padding-top: 1rem;
    }

    .maincross
    {
        padding-left: 10px;
    }

    .main-tdata-sm
    {
        min-height: 90%;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    html
    {
        font-size: 10px;
    }
    .navbar-light .navbar-brand
    {
        font-size: 50px;
    }
    .h1-title-about
    {
        font-size: 65px;
    }
    .list-link
    {
        font-size: 2.3rem;
        padding-left: 3rem;
    }

    .h4-tdata
    {
        font-size: 2.4rem;
        padding-left: 1rem;
    }

    #copyblock
    {
        font-size: 1.8rem;
    }
    h2.text-center.maincap {
        font-size: 7rem;
    }
    .breadcrumbs-col
    {
        font-size: 1.6rem;
    }
    #copy-button {
        left: 95%;
    }

    .hide-padd
    {
        padding-top: 30px;
        margin-top: 0px;
    }
    .nothing
    {
        padding-left: 10px;
        font-size: 26px;
    }
    .md-odd
    {
        padding-left: 0px;
    }
    .md-even
    {
        padding-left: 10px;
    }

    .used-in-block {
        padding-top: 1rem;
    }

    .maincross
    {
        padding-left: 10px;
    }

    .main-tdata-sm
    {
        min-height: 90%;
    }

}
