@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&family=Ubuntu+Mono&family=Ubuntu:ital@0;1&display=swap');


* {box-sizing: border-box;}

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    background-color: white;
}

html{
    scroll-behavior: smooth;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.header {
    overflow: hidden;
    background: rgb(224, 224, 224);
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 12px;
    border-bottom: 1px solid rgb(63, 63, 63);
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    border-radius: 8px;
}

.header a:hover {
    background-color: rgb(238, 199, 199);
    color: black;
    transition:0.3s;
}

.header a.active {
    color: white;
}

.header-right {
    float: right;
}

.vlogo{
    height: 50px;
    margin-right: 15px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/* --------------------------------------------------- */
a, a:hover{
    text-decoration: none;
    color: teal;
}

div.xoverlay div p a {
    color: rgb(255, 248, 188);
    font-weight: bold;
    text-decoration: underline;
}

.h2titles {
    margin-top: 15px;
    /* font-family: 'Comfortaa', cursive; */
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
}

img.mainpic {
    height: 375px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 2px 6px 6px 3px rgba(0,0,0,0.2);
}

#CLI{
    height: 281px;
}

.mainpic_comment{
    padding-top: 0px;
    color: rgb(20, 20, 20) !important;
}
.carousel-indicators li {
    background-color: rgba(41, 40, 40, 0.65);
  }

.carousel-indicators .active {
    background-color: rgb(29, 29, 29);
}

.carousel-inner{
    background: rgb(224, 224, 224);
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.vedotitle {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}


.elegantshd {
    color: #131313;
    letter-spacing: 0.05em;
     /* text-shadow: 0px -1px 0 #82837a; */
     /* font-family: 'Comfortaa', cursive; */
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    padding-top: 20px;
}


.carousel-control-prev,  .carousel-control-next{
    width: 5% ;
}

#caracteristicas{
    background-color: #ffffff;
    padding-bottom: 50px;
    padding-top: 20px;
}

li{
    font-size: 0.95rem;
}

#gallery{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(255, 255, 255);
}

.btn-group, .isogrid{
    display: flex;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.input-group-sm {
    padding-left: 10%;
}
input.quicksearch{
    border: 1px solid rgb(194, 194, 194);
    border-radius: 0 4px 4px 0;
}
input.quicksearch::placeholder {
    color: rgb(189, 188, 188);
    font-style: italic;
    font-size: 0.92rem;
}

code{
    color: black;
}

#refs, #refs ul li{
    /* background-color: rgb(241, 240, 233); */
    font-size: 0.9rem;
}

#refs h3{
    margin-top: 40px;
    font-family: 'Ubuntu', sans-serif;
}

footer{
    background: rgb(255, 255, 255);
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(63, 63, 63);
}
footer img{
    height: 45px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
}
#sharpelogo{
    height: 45px;
}
footer p{
    margin-top:5px;
    margin-right: 15px;
    font-style: italic;
    font-size: 0.7rem;
}
footer p a, footer p a:hover{
    text-decoration: none;
    color: teal;
}


/*======================================================================*/
.xcontainer {
    position: relative;
    width: 200px;
    height: 230px;
    margin-bottom: 35px;
    margin-left: 15px;
}
.xinfo p{
    font-size: 0.875rem;
    line-height: 1.3em;
}
.xinfo small{
    font-size: 0.625rem;
}
.xinfo kbd{
    font-size: 0.70rem;
}
.exname, samp, kbd {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.875rem;
    margin-left: 4px;
}

.img1 {
    display: block;
    width: 200px;
    height: 230px;
    object-fit:cover;
    border: 1px solid rgb(173, 169, 152);
    border-radius: 8px;
    box-shadow: 2px 3px 6px 1px rgba(0,0,0,0.2);
}

.img2, .img3{
    width: 200px;
    height: 55px;
    object-fit:cover;
    border-radius: 8px 8px 0 0;
}

.imgpops{
    max-width:400px;
    max-height:400px;
    width: auto;
    height: auto;
    border-radius: 6px;
}

.popover{
    max-width: 100%;
}

.xoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBb;
    overflow: hidden;
    width: 200px;
    height: 0;
    transition: .25s ease;
    border-radius: 8px;
}
/* source code button: */
.xoverlay div a{
    font-size: 0.8rem;;
}

.xcontainer:hover .xoverlay {
    height: 230px;
    border: 1px solid rgb(173, 169, 152);
}

.xcontainer samp {
    transition: .25s ease;
}
.xcontainer:hover samp {
    color: rgb(184, 177, 177);
}

.xinfo {
    color: white;
    font-size: 14px;
    position: absolute;
    height: 230px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* ---------------------------------------------------  quick_start */
#quick_start{
    margin-top: 20px;
    margin-bottom: 40px;
}

/*
.language-python{
    line-height: 1.4rem !important;
}
*/
#tut_img_panther{height: 280px;}
#tut_img_geo{
    height: 305px;
    /* border: 1px solid rgb(202, 202, 202);
    border-radius: 4px 4px 0 0 ;
    padding: 5px; */
}
#tut_img_cone{height: 325px;}
#tut_img_mesh{height: 425px;}
#tut_img_vol {height: 370px;}

/* ---------------------------------------------------  card and button colors */
div.basic div.xoverlay  { background-color: #419670 !important;}
.btnBas{ background-color: #419670 !important;  border-radius: 20px;}
.btnBas:hover{background-color: #377a5c !important;}

div.advanced div.xoverlay  {  background-color: #267036;}
.btnAdv{ background-color: #267036 !important;  border-radius: 20px; }
.btnAdv:hover{background-color: #1d5529 !important;}

div.volumetric div.xoverlay {background-color: #348AA7;}
.btnVol{ background-color: #348AA7 !important;  border-radius: 20px; }
.btnVol:hover{background-color: #27687e !important;}

div.simulations div.xoverlay {background-color: #a05c6a;}
.btnSim{ background-color: #a05c6a !important;  border-radius: 20px;}
.btnSim:hover{background-color: #7c4651 !important;}

div.plotting div.xoverlay {   background-color: #8265a3;}
.btnPlt{ background-color: #8265a3 !important;  border-radius: 20px; }
.btnPlt:hover{background-color: #543b70 !important;}

div.other div.xoverlay { background-color: #6b4c72;}
.btnOth{ background-color: #6b4c72 !important;  border-radius: 20px; }
.btnOth:hover{background-color: #553c5a !important;}


/* --------------------------------------------------- */
@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
    img.mainpic {
        height: 250px;
    }
    #gallery div.btn-group {
        float: none;
        display: block;
        text-align: right;
    }
}


