/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}header,footer{width:100%;height:50px;background-color:#fff;padding-top:15px;text-align:center}header h1,footer h1{margin:auto;height:100%}header p,footer p{font-weight:bold}body{width:100vw;max-width:100%;background-color:#e1f5fe;font-family:"Nunito",sans-serif;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;margin:none}body h2{margin-top:auto}main{width:100vw;max-width:100%;margin:auto;flex-grow:1}div{width:400px;background-color:#fff;height:auto;margin-top:5vh;margin-bottom:5vh;margin-left:auto;margin-right:auto;padding:5px;border:#212121 solid 2px;border-radius:10px}button{background-color:#424242;color:#fff;border:none;border-radius:3px;max-width:175px;overflow-wrap:break-word}button:hover,button:focus{background-color:#616161}.green{background-color:#43a047}.green:hover,.green:focus{background-color:#4caf50}.red{background-color:#e53935}.red:hover,.red:focus{background-color:#f44336}.light{background-color:#607d8b}.light:hover,.light:focus{background-color:#78909c}.small-btn{position:relative;top:-35px;left:10px}#alert-box{width:100%;height:55px;background-color:#fff;padding-top:15px;text-align:center;position:fixed;top:-50px;left:0;z-index:3;border:none;border-radius:0;display:none;font-weight:bold;color:#fff}#alert-txt{text-transform:uppercase}#photo-box{height:375px;display:grid;grid-template-columns:1fr 1fr;row-gap:5px;column-gap:20px;margin-top:10vh}#photo-box img{width:100%;height:auto;border-radius:10px}#photo-box hr{width:100%}#photo-box img,#photo-box hr{grid-column-start:span 2}#settings{display:none;row-gap:5px;column-gap:20px;margin-top:10vh;height:375px;width:400px}#settings #set-head{grid-column:span 2;align-self:center;padding:15px}#settings .label{padding:15px;font-weight:bold}#settings label,#settings button{grid-column-start:1;align-self:center}#settings #switch,#settings p{grid-column-start:2;justify-self:center;align-self:center}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider-round{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:34px}.slider-round:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%}input:checked+.slider-round{background-color:#2196f3}input:focus+.slider-round{box-shadow:0 0 1px #2196f3}input:checked+.slider-round:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}#form form{display:grid;grid-template-columns:1fr 1fr;row-gap:5px;column-gap:20px;padding:15px}#form form label,#form form input{grid-column-start:span 2}#form form label{font-weight:bold;font-size:1.5em}#form form button{grid-column-start:2}#form form input{border:1px solid #cfd8dc;background-color:#eceff1;border-radius:2px}#email-display{width:380px;display:none;grid-template-columns:1fr 1fr;row-gap:5px;column-gap:20px;padding:15px}#email-display h2{grid-column-start:span 2}#email-display button{grid-column-start:2}#collection{width:380px;padding:15px;margin-bottom:10vh}#collection img{width:100%;height:auto;border-radius:10px}#collection div{border:none;width:auto;height:auto;margin-bottom:auto}#collection-btn{display:none;grid-template-columns:1fr 1fr;row-gap:5px;column-gap:20px}#collection-btn #all-del,#collection-btn #collection-del{grid-column-start:2}#collection-btn #collection-del,#collection-btn #collection-add,#collection-btn #all-del{display:none}footer{position:fixed;bottom:0}@media screen and (min-width: 992px){main{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:calc(375px + 10vh) 1fr}main #photo-box,main #settings,main #form,main #email-display{grid-column-start:1;justify-self:end;align-self:start;margin-left:15px;margin-right:15px}main #collection{grid-column:2/-1;grid-row:1/-1;margin-top:10vh;justify-self:start;align-self:start;margin-left:15px;margin-right:15px}}/*# sourceMappingURL=styles.css.map */