@import url(https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Concert+One&display=swap);body{margin:auto 0;font-family:Raleway,sans-serif}.App{text-align:center}.dark-background,.dark-background-hover{background:#16222a;background:-webkit-gradient(linear,left top,right top,from(#0f2027),color-stop(#203a43),to(#2c5364));background:-webkit-linear-gradient(left,#0f2027,#203a43,#2c5364);background:linear-gradient(90deg,#0f2027,#203a43,#2c5364)}.dark-background-hover:active,.dark-background-hover:focus,.dark-background-hover:hover{background:#16222a;background:-webkit-gradient(linear,left top,right top,from(#16222a),to(#3a6073));background:-webkit-linear-gradient(left,#16222a,#3a6073);background:linear-gradient(90deg,#16222a,#3a6073)}.header h1{color:#fff;font-weight:700;margin-top:100px}.header h2{color:#fff}.nav-link,.nav-link:hover{color:#fff;text-decoration:none}.logo{font-family:Concert One,sans-serif;font-size:3em;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.home-search-bar{margin-top:40px;width:55%}.show-more-button{width:15vw;margin:60px 0 160px;color:#0f2027;border-color:#0f2027}.show-more-button:active,.show-more-button:focus,.show-more-button:hover{color:#3a6073;border-color:#3a6073}.card{position:relative;cursor:pointer;width:340px;margin:10px;height:340px;background-color:#2a2d34;overflow:hidden;border-radius:.5em;box-shadow:0 0 10px rgba(0,0,0,.8)}.card .likes{right:10px;font-size:1.1em;vertical-align:center}.card .likes,.card .photo-name{display:none;position:absolute;z-index:2;text-align:right;bottom:10px;color:#fff}.card .photo-name{left:10px}.card img{display:block;-webkit-transition:-webkit-transform .5s ease,-webkit-filter .6s ease-in-out;transition:-webkit-transform .5s ease,-webkit-filter .6s ease-in-out;transition:transform .5s ease,filter .6s ease-in-out;transition:transform .5s ease,filter .6s ease-in-out,-webkit-transform .5s ease,-webkit-filter .6s ease-in-out}.card:hover img{-webkit-filter:brightness(30%);filter:brightness(30%);-webkit-transform:scale(1.2);transform:scale(1.2)}.card:hover .likes,.card:hover .photo-name{display:inline-block}.overlay{position:fixed;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:3}.icon{position:relative;outline:0;top:1px;left:5px}.modal-footer{display:inline}.ant-modal-header{background:#16222a;background:-webkit-gradient(linear,left top,right top,from(#0f2027),color-stop(#203a43),to(#2c5364));background:-webkit-linear-gradient(left,#0f2027,#203a43,#2c5364);background:linear-gradient(90deg,#0f2027,#203a43,#2c5364);border:0;border-radius:10px 10px 0 0}.ant-modal-close-icon,.ant-modal-title{color:#fff}.ant-modal-content{border-radius:12px;width:100%}.ant-modal-body{border-radius:10px;text-align:center;padding:0}.photos{margin:20px 15vh;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));justify-items:center;justify-content:center;min-height:70vh}.footer{height:60px;padding:20px}
/*# sourceMappingURL=main.5a8f8bf9.chunk.css.map */