*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media only screen and (max-width: 75em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (min-width: 87.5em){html{font-size:75%}}body{box-sizing:border-box;padding:3rem}@media only screen and (max-width: 75em){body{padding:0}}.hidden{display:none !important}.show{display:block;transition:display 0.2s}body{font-family:'Open Sans', sans-serif;font-weight:400;font-size:1.6rem;color:#424242;line-height:1.7}.heading-primary{display:flex;flex-direction:column;align-items:center}.heading-primary--main{font-size:3.5rem;font-weight:400;letter-spacing:1.3rem;color:#fafafa}.heading-primary--sub{font-size:2.5rem;font-weight:300;color:#fafafa}.card-heading{font-size:2.7rem;color:#424242;font-weight:700;font-style:italic}.card-paragraph{color:#424242;font-weight:400}ion-icon{font-size:6rem;color:#2196f3 !important;--ionicon-stroke-width: 16px}.ion-icon-dark{color:#424242 !important}.ion-icon-small{font-size:4.2rem}.margin-top-very-small{margin-top:1rem}.margin-top-small{margin-top:2rem}.margin-bottom-very-small{margin-bottom:1rem}.floating-button{text-decoration:none;display:inline-block;min-width:14rem;height:4.5rem;line-height:4.5rem;border-radius:4.5rem;padding:0 2rem;color:#03a9f4;text-transform:uppercase;text-align:center;letter-spacing:0.3rem;background:#fff;box-shadow:0 8px 15px rgba(0,0,0,0.1);transition:all 0.3s;cursor:pointer}@media only screen and (max-width: 56.25em){.floating-button{margin-top:1.5rem;width:90%}}@media only screen and (max-width: 37.5em){.floating-button{width:80%}}.floating-button:hover{background-color:#03a9f4;color:#f5f5f5;box-shadow:0 15px 20px rgba(3,169,244,0.4);transform:translateY(-0.7rem)}.floating-button:active{transform:translateY(-0.3rem)}.modal__overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;background:rgba(0,0,0,0.5);z-index:5000;-webkit-backdrop-filter:blur(0.3rem);backdrop-filter:blur(0.3rem);display:flex;align-items:center;justify-content:center}.modal__close{font-size:5rem;color:#333;cursor:pointer;border:none;background:none;outline:none}.modal__window{background:#fafafa;border:1px solid #03a9f4;box-shadow:0 0 1.6rem rgba(0,0,0,0.25);font-size:1.6rem;flex-basis:70%;padding:3rem 3rem}.modal__titlebar{height:4rem;background:#fafafa;display:flex;align-items:center;justify-content:space-between;color:#fff;border-bottom:1px solid #2196f3}.modal__title{display:flex;justify-content:center;width:100%;margin-left:15px;font-weight:400;color:#424242}.modal__title-heading{font-size:2.5rem}@media only screen and (max-width: 37.5em){.modal__title-heading{font-size:1.5rem}}.modal__content{width:100%;display:flex;justify-content:space-around;margin-top:2rem}@media only screen and (max-width: 37.5em){.modal__content{flex-direction:column}}.modal__content-img{display:flex;flex:0 0 30%}@media only screen and (max-width: 37.5em){.modal__content-img{justify-content:center;align-items:center !important}}.modal__content-img img{width:100%;height:100%}@media only screen and (max-width: 37.5em){.modal__content-img img{width:60%}}.modal__content-img img:hover{filter:opacity(50%)}.modal__content-body{display:flex;flex-direction:column;padding:2rem;flex:0 0 60%}.modal__content-body-list{display:flex;flex-direction:column;justify-content:space-between;list-style-type:none;letter-spacing:0.1rem;padding:1rem 0;border-bottom:1px solid #03a9f4}.modal__content-body-item span{font-weight:600}.modal__content-body-link:link,.modal__content-body-link:visited{text-decoration:none;color:#0288d1;transition:all 0.4s;letter-spacing:0 !important}.modal__content-body-link:hover{color:#03a9f4}.headingbox{display:flex;justify-content:space-between;align-items:center}.line{width:4rem;height:0.2rem;border:none;background-color:#424242;color:#424242}.header{height:75vh;display:flex;justify-content:center;align-items:center;background-image:linear-gradient(to right bottom, rgba(3,169,244,0.8), rgba(2,136,209,0.8)),url(../img/header-photo-min.jpg);background-size:cover;background-position:top}.navigation__button{background-color:#fff;height:7rem;width:7rem;position:fixed;top:6rem;right:6rem;border-radius:50%;z-index:1001;box-shadow:0 1rem 3rem rgba(0,0,0,0.1);text-align:center;cursor:pointer}@media only screen and (max-width: 56.25em){.navigation__button{top:4rem;right:4rem}}@media only screen and (max-width: 37.5em){.navigation__button{top:3rem;right:3rem}}.navigation__background{width:6rem;height:6rem;border-radius:50%;position:fixed;z-index:999;top:6.5rem;right:6.5rem;background-image:radial-gradient(#03a9f4, #03a9f4);transition:transform 0.8s cubic-bezier(0.86, 0, 0.07, 1)}@media only screen and (max-width: 56.25em){.navigation__background{top:4.5rem;right:4.5rem}}@media only screen and (max-width: 37.5em){.navigation__background{top:3.5rem;right:3.5rem}}.navigation__nav{height:100vh;width:0;transform:translateX(-20rem);position:fixed;top:0;left:0;z-index:1000;opacity:0;transition:all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.navigation__list{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);list-style:none;text-align:center;width:100%}.navigation__item{margin:1rem}.navigation__link:link,.navigation__link:visited{display:inline-block;font-size:3rem;font-weight:300;padding:1rem 2rem;text-transform:uppercase;text-decoration:none;color:#fff;background-size:230%;transition:all 0.4s}.navigation__link:link span,.navigation__link:visited span{display:inline-block;margin-right:1.5rem}.navigation__link:hover,.navigation__link:active{background-position:100%;transform:scale(1.15);color:#f5f5f5;font-family:'Dancing Script', cursive;font-weight:400}.navigation__icon{position:relative;margin-top:3.5rem}.navigation__icon-close{position:relative;top:1rem;margin-top:3.5rem;font-size:3rem;color:#424242}.navigation__icon,.navigation__icon::before,.navigation__icon::after{width:3rem;height:0.2rem;background-color:#424242;display:inline-block}.navigation__icon::before,.navigation__icon::after{content:'';position:absolute;left:0;transition:all 0.2s}.navigation__icon::before{top:-0.8rem}.navigation__icon::after{top:0.8rem}.navigation__button:hover .navigation__icon::before{top:-1rem}.navigation__button:hover .navigation__icon::after{top:1rem}.cv__container{display:flex;justify-content:space-between;padding:5rem;background-color:#fafafa}@media only screen and (max-width: 37.5em){.cv__container{flex-direction:column}}.cv__container-leftcard{display:flex;flex-direction:column;justify-content:space-around;flex:0 0 60%;padding:2.5rem;background-color:#f5f5f5 !important;border:0.1rem solid #e0e0e0;box-shadow:rgba(149,157,165,0.2) 0 0.8rem 2.4rem}.cv__container-leftcard-hobbies{display:flex}.cv__container-leftcard-hobbies-list{display:flex;list-style-type:none}@media only screen and (max-width: 37.5em){.cv__container-leftcard-hobbies-list{flex-wrap:wrap}}.cv__container-leftcard-hobbies-item{border-right:1px solid #03a9f4;padding:0 2rem}.cv__container-leftcard-hobbies-item:last-child{border-right:none}.cv__container-rightcard{display:flex;flex-direction:column;justify-content:space-around;flex:0 0 30%;padding:2.5rem;background-color:#f5f5f5 !important;border:0.1rem solid #e0e0e0;box-shadow:rgba(149,157,165,0.2) 0 0.8rem 2.4rem}@media only screen and (max-width: 37.5em){.cv__container-rightcard{margin-top:1rem}}.cv__container-rightcard-img{align-self:center;width:45%;border-radius:50%}.cv__container-rightcard-list{display:flex;flex-direction:column;list-style:none}@media only screen and (max-width: 37.5em){.cv__container-rightcard-list{align-items:center}}.cv__container-rightcard-item{color:#424242}.cv__container-rightcard-icons{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}@media only screen and (max-width: 56.25em){.cv__container-rightcard-icons{flex-direction:column}}.cv__container-rightcard-icons-box{display:flex}.cv__container-rightcard-icons-box-link:link,.cv__container-rightcard-icons-box-link:visited{display:flex;text-transform:uppercase;text-decoration:none}.cv__container-rightcard-icons-box-link:hover ion-icon{color:#757575 !important;outline:none}.cv__container-rightcard-icons-box-link:active,.cv__container-rightcard-icons-box-link:focus{outline:none}.cv__skills{display:flex;justify-content:space-between;padding:5rem;background-color:#eeeeee}@media only screen and (max-width: 37.5em){.cv__skills{flex-direction:column}}.cv__skills-card{display:flex;flex-direction:column;flex:0 0 30%;padding:2.5rem;background-color:#f5f5f5 !important;border:0.1rem solid #e0e0e0;box-shadow:rgba(149,157,165,0.2) 0 0.8rem 2.4rem}@media only screen and (max-width: 37.5em){.cv__skills-card:not(:first-child){margin-top:1rem}}.cv__skills-card-list{list-style-type:none;padding:1rem 1rem 1rem 0}.cv__skills-card-item{display:flex;justify-content:space-between;padding:0.7rem 1rem 0.7rem 1rem;margin-top:1.5rem;border-left:1rem solid #2196f3;border-radius:0.5rem;box-shadow:2px -2px 5px 0 rgba(0,0,0,0.1),-2px -2px 5px 0 rgba(0,0,0,0.1),2px 2px 5px 0 rgba(0,0,0,0.1),-2px 2px 5px 0 rgba(0,0,0,0.1);letter-spacing:0;transition:0.3s all linear}@media only screen and (max-width: 75em){.cv__skills-card-item{justify-content:flex-start !important;flex-direction:column;padding:0.7rem 0 0.7rem 1rem;letter-spacing:0}}@media only screen and (max-width: 37.5em){.cv__skills-card-item{align-items:center;flex-direction:row}}.cv__skills-card-item-heading{text-transform:uppercase;font-weight:600}.cv__skills-card-item:hover{border-left:10px solid transparent;transform:scale(1.03)}.cv__skills-card-2{justify-content:space-between}.cv__skills-card-2-wrapper{display:flex;flex-direction:column;justify-content:space-around;padding:1rem 0 1rem 0;border-bottom:1px solid #2196f3;height:100%}@media only screen and (max-width: 75em){.cv__skills-card-2-wrapper{text-align:center}}.cv__skills-card-2-wrapper .heading{font-weight:600;text-transform:uppercase;letter-spacing:1px}.cv__skills-card-2-wrapper .date{letter-spacing:2px}.cv__skills-card-2-wrapper .description{letter-spacing:2px}.cv__skills-card-3-list{display:flex;flex-direction:column;justify-content:space-around;height:100%}
