@font-face {
    font-family: avenir;
    font-weight: normal;
    src: url(assets/avenir-std.otf);
}

@font-face {
    font-family: avenir;
    font-weight: bold;
    src: url(assets/avenir-bld.otf);
}

body {
    background-color: snow;
    font-family: avenir;
    margin:0;
}

* {
    box-sizing: border-box;
}

.logo {
    height: 8em;
    width: auto;
}

html {
    scroll-behavior: smooth;
}


/*for body*/

p {
    font-size: 1.2em;
    text-align: justify;
}

.proc {
    font-size: 1.2em;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.4em;
    line-height: 0;
}

h3 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 0;
}

h4 {
    font-size: 2em;
}

hr.rounded {
    border: solid #40829C 1px;
}


/*for Portfolio*/

.example {
    width: 100%;
    background-color: #f1f1f1;
    /*border-radius: 15px;*/
    padding-left: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-bottom: 15px;
    height: fit-content;
    overflow: hidden;
    border: solid #40829C 2px;
}

.example:hover {
    background-color: #f1f1f179;
}

.example-img {
    float: left;
    margin-right: 1em;
    height: 5em;
}

.ex-link {
    margin-top: 2em;
}

.description {
    float: left;
    margin-right: 1%;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}

.p-portfolio {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
}


/*for Quicklinks*/

.border {
    float: right;
    width: 30%;
    border: solid #40829C 2px;
    border-radius: 15px;
    margin-left: 50px;
    margin-top: 100px;
    margin-right: 0;
    padding: 1% 1% 1% 1%;
}

.border a {
    font-size: 1.2em;
    line-height: 1.4em;
}


/*for footer*/

.footer {
    text-align: center;
}


/*images*/

.image-home {
    display: block;
    margin: 0px auto;
    width: 40%;
}

.image-pricing {
    display: block;
    margin: 0px auto;
    width: 50%;
}

.image-jumper {
    display: block;
    margin: 0px auto;
    width: 5.5%;
}


/*for hyperlinks*/

a {
    color: black;
}

.team-id {
    display: inline-block;
}

.team-link {
    float: right;
}


/*for cites*/

.cite {
    font-size: 25px;
    text-align: center;
    color: dimgray;
}

.header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 1em 2%;
}

.header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    margin-left: 5px;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    border-radius: 4px;
    margin-top: 1.5em;
}

.header a:hover {
    background-color: #ddd;
    color: black;
}

.header a.active {
    /*background-color: #00ccc9cc;#01A99D;*/
    background-color: #40829C;
    color: white;
}

.header-right {
    float: right;
    margin-top: 1em;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.len {
    width: 90%;
    max-width: 90em;
    margin: auto;
    height: fit-content;
}

.len p {
    font-size: 0.8em;
    float: right;
    text-align: left;
    margin-top: 1em;
    margin-right: 0.5em;
}

.len a {
    font-size: 0.8em;
    float: right;
    margin-top: 1em;
    margin-left: 0.5em;
}

.main-content {
    width: 90%;
    max-width: 90em;
    margin: auto;
}

.slogan {
    display: inline;
    font-size: 1.1em;
    margin-left: 1em;
}


/*for blog-section*/

.blog-entry {
    width: 100%;
    border: solid dimgrey 3px;
    border-radius: 3px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 0;
}

.errors_blog {
    width: 92%;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #a94442;
    color: #a94442;
    background: #f2dede;
    border-radius: 5px;
    text-align: left;
}

.blog-entry1 {
    width: 92%;
    margin: 0px auto;
    padding: 10px;
    border: solid dimgrey;
    background-color: #f1f1f1;
    border-radius: 3px;
    text-align: left;
}

table,
th,
td {
    border: none;
}

.blog-input {
    background-color: snow;
    font-size: 1.4em;
    width: 100%;
}

.mcourse-div {
    display: flex;
    gap: 2vw;
}

.course-div {
    flex: 1;
    border: solid #40829C 2px;
    padding: 2vw;
    margin-bottom: 2vw;
}

.example-link img {
    padding-left: 1vw;
}

.c-img {
    width: 12em;
    float: right;
    margin-left: 2em;
}

.vis-hdg {
    display: inline;
    margin-left: 1em;
    color: dimgrey;
}

@media screen and (max-width: 110em) {
    .example-link {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 65em) {
    .header a {
        float: none;
        display: block;
        text-align: left;
        font-size: 15px;
        line-height: 15px;
        margin: 0;
    }
    .header-right {
        float: none;
    }
    .slogan {
        display: block;
        font-size: 1.1em;
        margin-left: 3%;
    }
    .blog-entry {
        border: solid dimgrey 2px;
        border-radius: 3px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .blog-entry h3 {
        font-size: 20px;
    }
    .blog-entry p {
        font-size: 15px;
    }
    .blog-input {
        background-color: snow;
        font-size: 5em;
        width: 90%;
    }
    .border {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10vw;
    }
    .border h2,
    a {
        margin-left: 1%;
        padding: 10px;
    }
    .image-home {
        width: 80%;
    }
    .image-jumper {
        width: 10%;
    }
    .hdg {
        line-height: 2em;
    }
    .example-img {
        width: auto;
        margin-bottom: 0;
        margin-left: 1vw;
        margin-top: 0;
        margin-right: 1.8em;
        padding: 0;
        height: 4em;
        vertical-align: top;
    }
    .example {
        height: fit-content;
        /*10em*/
        overflow: hidden;
        margin-bottom: 0;
        padding: 3vw;
    }
    .p-portfolio {
        font-size: 1em;
    }
    .example-link {
        display: block;
        width: 100%;
    }
    .mcourse-div {
        display: block;
        gap: 2vw;
    }
    .course-div {
        display: block;
        width: 100%;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 30em) {
    p {
        font-size: 1em;
        text-align: justify;
    }
    .example {
        height: 11em;
        /*10em*/
        margin-bottom: 0;
    }
    .example-img {
        width: auto;
        margin-bottom: 0;
        margin-left: 1vw;
        margin-top: 0;
        margin-right: 1.8em;
    }
    .example {
        height: fit-content;
        /*10em*/
        overflow: hidden;
        margin-bottom: 0;
    }
    .example-link {
        display: block;
        width: 100%;
    }
    .logo {
        height: 6em;
        width: auto;
        display: block;
        margin: auto;
        padding-bottom: 1em;
    }
    .mcourse-div {
        display: block;
    }
    .course-div {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    .border a {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    .hdg {
        line-height: normal;
    }
    .proc li {
        line-height: 1.4em;
    }
    .team-id {
        display: block;
    }
    .c-img {
        width: 10em;
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
    .len {
        margin-bottom: 1em;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .len p {
        margin-right: 0;
        padding: 1em;
    }
    .len a {
        margin-left: 0.2em;
        padding: 1em;
    }
    .vis-hdg {
        display: block;
        margin-left: 0;
        font-size: 3em;
    }
}


/*

.dropdown .dropbtn {
    font-size: 18px;
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 12px;
    margin-left: 5px;
    text-decoration: none;
    font-size: 22px;
    line-height: 22px;
    border-radius: 4px;
    margin-top: 1em;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #ddd;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 70em) {
    .header a {
        float: none;
        display: block;
        text-align: left;
        font-size: 15px;
        line-height: 15px;
        margin: 0;
    }
    .header-right {
        float: none;
    }
    .slogan {
        display: block;
        font-size: 1.1em;
        margin-left: 3%;
    }
    .dropdown .dropbtn {
        float: top;
        text-align: left;
        font-size: 15px;
        line-height: 15px;
        margin: 0;
        display: block;
    }
    .dropdown {
        display: block;
        float: left;
        clear: both;
    }
}

#imageHide {
    width: 500px;
    height: 600px;
    background-image: url("images/home1.JPG");
    float: right;
    margin-left: 50px;
}

#imageHide:hover {
    background-image: url("images/home2.JPG");
}


.imageBlurr {
    filter: opacity(30%);
    transition: filter 1.5s;
}

.imageBlurr:hover {
    filter: opacity(100%);
}
*/
