:root {
    --white: rgba(254, 254, 254, .8);
    --black: #000000;
    --color_back: white;
    --dark_green: #60A018;
    --light_green: #DADB85;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Aurelia';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Aurelia.eot');
    src: local('open sans extralight'), local('open-sans-extralight'), 
    url('fonts/Aurelia.eot?#iefix') format('embedded-opentype'), 
    url('fonts/Aurelia.woff2') format('woff2'), url('fonts/Aurelia.woff') format('woff'), 
    url('fonts/Aurelia.ttf') format('truetype'), url('fonts/Aurelia.svg#Barlow') format('svg');
}
@font-face {
    font-family: 'DejaVuSans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/DejaVuSans.eot');
    src: local('open sans extralight'), local('open-sans-extralight'), 
    url('fonts/DejaVuSans.eot?#iefix') format('embedded-opentype'), 
    url('fonts/DejaVuSans.woff2') format('woff2'), url('fonts/DejaVuSans.woff') format('woff'), 
    url('fonts/DejaVuSans.ttf') format('truetype'), url('fonts/DejaVuSans.svg#Barlow') format('svg');
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
}

html { 
    scroll-behavior: smooth;
    text-align: center;
    width: 100vw;
}

body {
    margin: 0;
    width: 100vw;
    font-weight: 400;
    font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.contact_icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -webkit-transition: all .4s cubic-bezier(.22, .46, .5, .98);
    -moz-transition: all .4s cubic-bezier(.22, .46, .5, .98);
    -o-transition: all .4s cubic-bezier(.22, .46, .5, .98);
    -ms-transition: all .4s cubic-bezier(.22, .46, .5, .98);
    transition: all .4s cubic-bezier(.22, .46, .5, .98);
    cursor: pointer;
}

.contact_icon:last-child {
    margin-right: 0;
}

.contact_icon:hover,
.contact_icon:active {
    transform: scale( 1.3);
}

.contact_icon>.line {
    fill: var(--black);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all .4s;
}

.contact_icon:hover .line,
.contact_icon:active .line {
    fill: var(--color_back);
}

/* pinterest */

.contact_icon #SVGID_1a {
    stop-color: var(--color_back);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contact_icon:hover #SVGID_1a,
.contact_icon:active #SVGID_1a {
    stop-color: #e13719;
}

.contact_icon #SVGID_1b {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_1b,
.contact_icon:active #SVGID_1b {
    stop-color: #d02708;
}

.contact_icon #SVGID_1c {
    stop-color:var(--color_back);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.contact_icon:hover #SVGID_1c,
.contact_icon:active #SVGID_1c {
    stop-color: #ca2028;
}

/* facebook */

.contact_icon #SVGID_2a {
    stop-color: var(--color_back);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contact_icon:hover #SVGID_2a,
.contact_icon:active #SVGID_2a {
    stop-color: #8bb7f0;
}

.contact_icon #SVGID_2b {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_2b,
.contact_icon:active #SVGID_2b {
    stop-color: #1877f2;
}

.contact_icon #SVGID_2c {
    stop-color: var(--color_back);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.contact_icon:hover #SVGID_2c,
.contact_icon:active #SVGID_2c {
    stop-color: #1c407c;
}

/* instagram */

.contact_icon #SVGID_3a {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_3a,
.contact_icon:active #SVGID_3a {
    stop-color: #FED576;
}

.contact_icon #SVGID_3b {
    stop-color: var(--color_back);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact_icon:hover #SVGID_3b,
.contact_icon:active #SVGID_3b {
    stop-color: #F47133;
}

.contact_icon #SVGID_3c {
    stop-color: var(--color_back);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.contact_icon:hover #SVGID_3c,
.contact_icon:active #SVGID_3c {
    stop-color: #BC3081;
}

.contact_icon #SVGID_3d {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_3d,
.contact_icon:active #SVGID_3d {
    stop-color: #4C63D2;
}

/* mail */

.contact_icon #SVGID_5a {
    stop-color: var(--color_back);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.contact_icon:hover #SVGID_5a,
.contact_icon:active #SVGID_5a {
    stop-color: #12f912;
}

.contact_icon #SVGID_5b {
    stop-color: var(--color_back);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.contact_icon:hover #SVGID_5b,
.contact_icon:active #SVGID_5b {
    stop-color: #00d500;
}

.contact_icon #SVGID_5c {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_5c,
.contact_icon:active #SVGID_5c {
    stop-color: #009c00;
}

.contact_icon #SVGID_5d {
    stop-color: var(--color_back);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.contact_icon:hover #SVGID_5d,
.contact_icon:active #SVGID_5d {
    stop-color: #005400;
}

/* mic */

.contact_icon #SVGID_4a {
    stop-color: var(--color_back);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

.contact_icon:hover #SVGID_4a,
.contact_icon:active #SVGID_4a {
    stop-color: #fff660;
}

.contact_icon #SVGID_4b {
    stop-color: var(--color_back);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.contact_icon:hover #SVGID_4b,
.contact_icon:active #SVGID_4b {
    stop-color: #ffd936;
}

.contact_icon #SVGID_4c {
    stop-color: var(--color_back);
    -webkit-transition: all 1.5s;
    -moz-transition: all .5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}

.contact_icon:hover #SVGID_4c,
.contact_icon:active #SVGID_4c {
    stop-color: #ff6200;
}

.logo {
    position: absolute;
    width: auto;
    height: 8vh;
    right: 3vw;
    top: 1vh;
}

.languages {
    display: flex;
    list-style: none;
    text-align: left;
    justify-content: space-around;
    position: absolute;
    cursor: pointer;
    margin-left: 50px;
    z-index: 100;
    color: var(--dark_green);
}

.languages li {
    font-size: 1rem;
    padding: 0.7rem;
    text-transform: uppercase;
    display: block;
}

.languages li a {
    all: unset;
    text-decoration: none;
}

.languages li a:hover,
.languages li a:active {
    color: var(--light_green);
}

.container {
    display: grid;
    grid-template-rows: 100px 100px 1fr auto 1fr auto 1fr auto auto;
    grid-template-areas: 
    "logo-lang"
    "navigation"
    "workshop-pic-first"
    "content-workshop"
    "workshop-pic-second"
    "content-who-am-i"
    "workshop-pic-third"
    "back"
    "footer";
}

.content-workshop,
.content-who-am-i {
    padding: 10vw;
    margin: auto;
}

.welcome {
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--dark_green);
}

.workshop-pic {
    width: 40vw;
    height: auto
}

.pic-first,
.pic-second,
.pic-second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "workshop-pic workshop-pic"
    "workshop-pic workshop-pic";
    column-gap: auto;
    row-gap: auto;
    list-style: none;
    justify-items: center;
    margin-left: -20px;
}

.subhead::first-letter {
    font-size: 1.5rem;
    line-height: 2rem;
}

.subhead::first-letter {
    -webkit-initial-letter: 5;
            initial-letter: 5;
    color: var(--dark_green);
    font-family: 'Libre Baskerville';
    margin-right: .1rem;
  }

  /* .paragraphs1 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 
    "p1"
    "p2"
    "p3";
    row-gap: 0.5rem;
    line-height: 4vh;
} */

.paragraphs {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "p1"
      "opinions"
      "p2";
    row-gap: 0.5rem;
    line-height: 2rem;
    text-align: left;
    text-justify: inter-word;
}

.opinions {
    font-family: 'Dancing Script';
    font-size: 1.6rem;
    line-height: 2rem;
    margin: auto;
    color: var(--dark_green);
    text-align: right;
    grid-column: 1/2;
    grid-row: 2/3;
}

.p1 {
    grid-column: 1/2;
    grid-row: 1/2;
}

.p2 {
    grid-column: 1/2;
    grid-row: 3/4;
}


.paragraphs a {
    text-decoration: none;
    color: var(--dark_green);
    cursor: pointer;
}

.paragraphs a:hover,
.paragraphs a:active {
    color: var(--light_green);
}

.go-up {
    width: auto;
    height: 35px;
    margin: 0.4rem;
    cursor: pointer;
}

.go-up:hover,
.go-up:active {
    opacity: .4;
    transition: all .2s ease-in-out .2s;
}

footer {
    width: 100vw;
    background-color: var(--white);
    opacity: .9;
}

footer ul {
    width: 100vw;
    display: flex;
    text-decoration: none;
    list-style: none;
    align-items: center;
    justify-content: center;
    position: relative;
}

footer li {
    padding: 0.4rem;
}

footer li a {
    all: unset;
    text-decoration: none;
    display: block;
}

footer p {
    font-size: 0.6rem;
}

.btn-toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    background-image: url(icons/menu1.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    cursor: pointer;
    z-index: 1000;
}

.btn-toggle:hover,
.btn-toggle:active {
   opacity: .5;
}

.navv ul {
    visibility: hidden;
}

.nav-sidebar {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0px;
    padding: 0 5px;
    height: min-content;
    background-color: rgba(255, 255, 255, .01);
    z-index: 100;
}

.nav-sidebar ul {
    overflow: hidden;
    visibility: hidden;
    left: 0;
}

.nav-sidebar ul li {
    padding-top: 10px;
    line-height: 50px;
    list-style: none;
}

.nav-sidebar ul li a {
    display: block;
    height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--black);
    white-space: nowrap;
    opacity: 0;
    cursor: pointer;
}


.nav-sidebar ul li a:hover,
.nav-sidebar ul li a:active {
    color: var(--dark_green);
}


.nav-sidebar a::before {
    content: '';
    display: block;
    height: 1px;
    background: var(--dark_green);
    transform: scale(0, 1);
    transition: transform ease-in-out 250ms;
    -webkit-transition: transform ease-in-out 250ms;
    -moz-transition: transform ease-in-out 250ms;
    -o-transition: transform ease-in-out 250ms;
    -ms-transition: transform ease-in-out 250ms;
}

.nav-sidebar a:hover::before,
.nav-sidebar a:active::before {
    transform: scale(1, 1);
}

/* larger screens menu starts here */

@media screen and (min-width: 768px) {

    body {
        font-size: 1.1rem;
    }

    .container {
        width: 100vw;
        display: grid;
        grid-template-rows: 100px 100px auto auto auto auto auto auto;
        grid-template-areas: 
        "logo-lang"
        "navigation"
        "workshop-pic-first"
        "content-workshop"
        "workshop-pic-second"
        "content-who-am-i"
        "workshop-pic-third"
        "back"
        "footer";
    }

    .languages li {
        font-size: 1.2rem;
        padding: 1rem;
    }

    .logo {
        height: 80px;
        right: 1vw;
        top: 1vh;
    }

    .btn-toggle {
        display: none;
    }

    .nav-sidebar {
        visibility: hidden;
    }

    .navv ul {
        visibility: visible;
        transition: transform ease-in-out 1s;
    }

    nav {
        all: unset;
        display: flex;
        width: 100vw;
        grid-template-columns: auto 1fr 1fr 1fr 1fr 1fr;
        z-index: 100;
    }

    nav ul {
        display: flex;
        width: 100vw;
        justify-content: space-between;
        list-style: none;
        background: var(--white);
        padding: 10px;
    }

    nav li {
        margin-bottom: 0.1em;
        margin-top: 0.5em;
        margin-right: 1em;
        margin-left: 1em;
        font-size: 1em;
    }

    nav li:nth-child(2) > a {
        color: var(--dark_green);
    }
    
    nav a {
        opacity: 1;
        position: relative;
        float: left;
        display: block;
        text-decoration: none;
        color: var(--black);
        cursor: pointer;
    }

    nav a::before {
        content: '';
        display: block;
        height: 2px;
        background: var(--dark_green);
        position: absolute;
        top: -.75em;
        left: 0;
        right: 0;
        transform: scale(0, 1);
        transition: transform ease-in-out 250ms;
        -webkit-transition: transform ease-in-out 250ms;
        -moz-transition: transform ease-in-out 250ms;
        -o-transition: transform ease-in-out 250ms;
        -ms-transition: transform ease-in-out 250ms;
    }
    nav a:hover::before {
        transform: scale(1, 1);
    }

    nav a:hover {
        color: var(--dark_green);
    }

    .content-workshop,
    .content-who-am-i {
        padding: 15vw;
    }

    .workshop-pic {
        width: 23vw;
        height: auto
    }
    
    .pic-first,
    .pic-second,
    .pic-third {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-template-rows: 1fr;
        grid-template-areas: 
        "workshop-pic workshop-pic workshop-pic workshop-pic";
        list-style: none;
        margin-left: -40px;
    }

    .welcome {
        font-size: 2rem;
    }

    .subhead::first-letter {
        font-size: 2rem;
        line-height: 4.5vh;
    }

    .subhead::first-letter {
        -webkit-initial-letter: 3;
                initial-letter: 3;
        margin-right: .1rem;
      }

    .paragraphs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
          "#opinions"
          "p1 p2";
        column-gap: 5rem;
        row-gap: 1rem;
        line-height: 4.5vh;
      }

    .p1 {
        grid-column: 1/2;
        grid-row: 2/3;
      }

    .p2 {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .opinions {
        font-size: 2.1rem;
        color: var(--dark_green);
        line-height: 2.5rem;
        text-align: center;
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .go-up {
        width: auto;
        height: 60px;
    }

    footer {
        width: 100vw;
        background-color: var(--white);
        opacity: .9;
    }
    
    footer li {
        padding: 0.7rem;
    }

    .contact_icon {
        width: 60px;
        height: 60px;
        margin-right: 15px;
        -webkit-transition: all .4s cubic-bezier(.22, .46, .5, .98);
        -moz-transition: all .4s cubic-bezier(.22, .46, .5, .98);
        -o-transition: all .4s cubic-bezier(.22, .46, .5, .98);
        -ms-transition: all .4s cubic-bezier(.22, .46, .5, .98);
        transition: all .4s cubic-bezier(.22, .46, .5, .98);
    }
    
    .contact_icon:hover,
    .contact_icon:active {
        transform: scale( 1.4);
    }

    footer p {
        font-size: 0.8rem;
    }
}