@import "header.min.css";@import "footer.min.css";body{background-color:black}main{width:100%}h1{color:var(--light-gold);font-size:40px;letter-spacing:2px;text-transform:uppercase;height:20vh;width:100%;display:flex;justify-content:center;align-items:center;margin-top:9vh}.section{background-color:var(--medium-gold);padding:4vh 5vh;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.card{background-color:var(--black-background);border-radius:25px;height:60vh;width:45%;padding:1vh;margin:2.5vh 0;display:flex;flex-direction:column;justify-content:space-around}.card__title{border-radius:25px;height:80%;position:relative}.booki{background-image:url("../images/portfolio/booki/desktop/responsive_booki_desktop.jpg");background-size:cover;background-position:center}.ohmyfood{background-image:url("../images/portfolio/ohmyfood/desktop/responsive_ohmyfood_desktop.jpg");background-size:cover;background-position:center}.kasa{background-image:url("../images/portfolio/kasa/desktop/responsive_kasa_desktop.jpg");background-size:cover;background-position:center}.sophiebluel{background-image:url("../images/portfolio/sophiebluel/desktop/responsive_sophiebluel_desktop.jpg");background-size:cover;background-position:center}.card__title_text{color:var(--light-gold);text-align:center;padding:2vh 0;font-size:25px;text-transform:uppercase}@media screen and (min-width:768px) and (max-width:1024px){.section{padding:4vh 2vh}.card{width:100%}}@media screen and (max-width:768px){h1{font-size:30px}.section{padding:4vh 0}.card{width:100%;height:40vh;padding:0;justify-content:space-between}.card__title{height:70%}.booki{background-image:url("../images/portfolio/booki/mobile/responsive_booki_mobile.jpg")}.ohmyfood{background-image:url("../images/portfolio/ohmyfood/mobile/responsive_ohmyfood_mobile.jpg")}.kasa{background-image:url("../images/portfolio/kasa/mobile/responsive_kasa_mobile.jpg")}.sophiebluel{background-image:url("../images/portfolio/sophiebluel/mobile/responsive_sophiebluel_mobile.jpg")}}
