@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;500&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 100%;
    /* height: 100%;*/
}
.col col--01  {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    color: gray;
}
nav {
    position: fixed;
    display: flex;
    align-items: flex-start;
    width: 20%;
    height: 100%;
    background-color: #111;
    overflow: auto;
}

.img-fluid {
    background-image: linear-gradient(rgb(181 65 86 / 50%), rgb(39 52 64 / 15%)), url("../img/yasmina.jpg");
    width: 600px;
    height: 600px;
    position: absolute;
    top: 284px;
    right: 0px;
}

main {
    position: fixed;
    background-image: url("../img/classDiagram1.png");
    right: 0;
    width: 80%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 40px;
}

h1#icon {
    font-family: 'Roboto Slab', serif;
    max-width: 400px;
    height: auto;
    font-size: 4vw;
    margin-bottom: 0px;
    text-decoration: auto;
}
.hero-image {
    
     background-position: left;
 	background-repeat: no-repeat;
 	background-size: cover;
 	/*position: relative;*/
 	border-radius: 80px/60px;
 	object-fit: none;
 	padding-top: 500px;
 	object-position: -20% 50%;
 	width: 100%;
 	max-width: 400px;
 	height: auto;
    }
.hero-text {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 40%;
    margin-left: 0px;
    /*transform: translate(-50%, -50%);*/
    color: #0c3169;
    max-width: 400px;
    height: auto;
    letter-spacing: 8px;
    font-size: 4vw;
}

h1 {
    font-family: 'Source Code Pro', monospace;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 23px;
}

#skL {
    font-family: 'Source Code Pro', monospace;
}

p {
    font-family: 'Source Code Pro', monospace;
    margin-bottom: 20px;
    line-height: 26px;
    margin-left: 180px;
    margin-top: auto;
    position: relative;
    bottom: 160px;
}

p::first-letter {
    font-size: 148%;
    font-weight: 300;
}

li, ul label.title, ul, a {
    width: 100%;
    color: #FFF;
    font-family: 'Source Code Pro', monospace;
    display: block;
    font-weight: lighter;
    letter-spacing: 2px;
}

ul label {
    height: 35px;
}

ul li {
    height: 110px;
    overflow: hidden;
    transition: all .3s;
}

li {
    display: block;
    background-color: #0343cf;
}

label.title {
    font-size: 14px;
    background: linear-gradient(#191818, #0e0e0e);
    padding: 10px 15px;
    cursor: pointer;
    transition: all .25s;
}

a {
    FONT-WEIGHT: 200;
    font-size: 12px;
    text-decoration: none;
    color: #FFF;
    display: block;
    padding: 10px 25px;
    transition: all .25s;
    letter-spacing: 4px;
}

a:hover {
    background-color: #5188db;
    box-shadow: inset 5px 0px 0px 0px #fff;
}

a :nth-child(n+7) {
    color: lime;
}

a.ali {
    font-family: 'Roboto Slab', serif;
    font-size: initial;
    font-weight: bold;
    background-color: aliceblue;
    width: 97px;
}

label:hover {
    text-shadow: 0px 0px 10px #fff;
}

input[type="radio"] {
    display: none;
}

#edit:checked+li, #archive:checked+li, #tools:checked+li, #preferences:checked+li {
    height: 189px;
}

i {
    margin-right: 12px;
}

.footer {
    text-align: center;
    padding: 3px;
    background-color: DarkSalmon;
    color: white;
}

.gitty {
    width: 600%;
    max-width: 154px;
    height: auto;
    position: relative;
    margin-top: 270px;
    overflow: hidden;
    margin-left: 102px;
    top: 388px;
}
@media screen and (max-width: 1024px) {
    #azure {
       position: relative;
       bottom: 181px;
    }
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px;
    }
    #funk{
        position: relative;bottom: 192px;
    }
    #vue{
        position: relative;bottom: 192px;
    }
    #yaht{
        position: relative;bottom: 192px;
    }
}

@media screen and (max-width: 600px) {
    nav {
        width: 100%;
        position: relative;
    }
    main {
        width: 100%;
        position: relative;
        overflow-x: hidden;
        background-image: url(../img/movin.jpg);
        filter: invert();
        background-position: unset;
    }
    .img-fluid {
        display: none;
    }
    th {
        position: relative;
        left: 36px;
        bottom: 49px;
    }
    h1 {
        position: relative;
        bottom: 98px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    img.chick {
        display: none;
    }
    img.gitty {
        display: none;
    }
    p {
        position: relative;
        margin-left: 10px;
        font-family: 'Source Code Pro', monospace;
    }
}

@media screen and (max-width: 1440px) {
    main {
        position: initial;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 40px;
    }
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: absolute;
    }
    .rez {
        height: inherit;
    }
    a {
        FONT-WEIGHT: 200;
        font-size: 12px;
        text-decoration: none;
        /* display: none;*/
        padding: 10px 25px;
        transition: all .25s;
        letter-spacing: 4px;
        overflow: initial;
        /*display: table-cell;*/
    }
    nav {
        position: fixed;
        display: contents;
        align-items: flex-start;
        width: 20%;
        height: 100%;
        background-color: rgb(190, 60, 60);
        overflow: auto;
    }
    .gitty {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .gitty {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    a{
        position: relative;top: 7px;
    }
    a.ali {
        position: relative;left: 92px;
        width: min-content;
        top: 29px;
        border-radius: 7px;
        background-color: aliceblue;
    }
    p {
        position: relative;
        top: 11px;
        
    }
    #ret {
        margin-top: 0px;
        margin-bottom: 3px;
        height: 336px;
    }
    #ret :nth-child(2){
        height: 319px;
    }
    #ret :nth-child(6){
        height: 219px;
    }
    .sor {
        margin-top: -31px;
    }
    h1 {
        font-size: 17px;
        text-align: justify;
        letter-spacing: -2px;
        word-spacing: -5px;
        line-height: 19px;
    }
}

@media screen and (max-width: 375px) {
    a.ali {
        left: 69px;
        
    }
    th {
        position: relative;
        left: 13px;
    }
    p {
        position: relative;
        top: 11px;
    }
    #ret {
        margin-top: 0px;
        margin-bottom: 5px;
        height: 383px;
    }
    #ret :nth-child(2){
        height: 319px;
    }
    #ret :nth-child(6){
        height: 219px;
    }
    .sor {
        margin-top: -31px;
    }
    h1 {
        font-size: 17px;
        text-align: justify;
        letter-spacing: -2px;
        line-height: 26px;
    }
    
}

@media screen and (max-width: 320px) {
    th {
        left: -7px;
    }
    p {
        position: relative;
        top: 1px;
    }
    #ret {
        margin-top: 0px;
        margin-bottom: 11px;
        height: 409px;
    }
    .sor {
        margin-top: -31px;
    }
    h1 {
        font-size: 15px;
        text-align: justify;
        word-spacing: -8px;
        letter-spacing: -0.95px;
        font-weight: normal;
        line-height: 19px;
    }
    #azure {
        
        font-size: 14px;
    }
   #funk{
       font-size: 12px;
   }
   #yaht{
    font-size: 14px;
   }
   #jvfx{
    font-size: 14px;
   }
}

.audio {
    display: none;
}

* {
    box-sizing: border-box;
}

table {
    width: 60%;
}

.chick {
    right: 190px;
    left: 0;
    padding-top: 17px;
    vertical-align: text-top;
    position: relative;
    padding-bottom: 7px;
    width: 150px;
    vertical-align: middle;
}

td {
    /*Centering cell content: images*/
    /*text-align: center;*/
    margin: 0 10px 0 0;
}

th {
    height: 4em;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 65px;
    text-align: left;
}

#preview {
    left: 650px;
    bottom: 4000px;
    top: 250px;
    position: absolute;
    right: auto;
    float: right;
    background-color: whitesmoke;
    text-align: center;
    height: 900px;
    width: 600px;
    line-height: 250px;
    color: #fff;
    font-size: 2em;
}

/*collapsable*/
