@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Raleway:ital,wght@0,300;0,400;0,600;1,200;1,300&display=swap');@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Raleway:ital,wght@0,300;0,400;0,600;1,200;1,300&display=swap');html{box-sizing:border-box;scroll-behavior:smooth}*{margin:0;padding:0}*,*:after,*:before{box-sizing:border-box}body{display:flex;flex-direction:column;height:100%}h1,h2,h3{font-family:'Lato',sans-serif;color:#fff}h2{font-size:35px;text-align:center;width:100%}h4,p,a{font-family:'Raleway',sans-serif;color:#fff;text-decoration:none}a:hover,a:focus{text-decoration:none}img{object-fit:cover;object-position:top;width:100%}header{background-color:#b03176;position:fixed;width:100%}#navbar{display:flex;flex-flow:row nowrap;justify-content:flex-end}#navbar a{color:#fff;font-family:'Lato',sans-serif;font-size:18px;font-weight:400;padding:20px 25px}#navbar a:hover{color:#fff;font-weight:700;text-decoration:none}#welcome-section{background-color:#78aa1c;color:#fff;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;height:100vh}#welcome-section h1{font-size:45px;font-weight:400;padding:10px;text-align:center}#welcome-section h2{font-size:30px;font-weight:300;text-transform:uppercase;padding:0}#welcome-section p{font-style:italic;font-size:20px}#welcome-section .special{text-decoration:underline;text-transform:uppercase;font-weight:700;padding:5px}#projects{background-color:#da8c3d;display:flex;flex-flow:row wrap;align-items:stretch;align-content:stretch;scroll-margin-top:62px;min-height:calc(100vh - 62px)}#projects h2{padding:40px}.project-tile{display:flex;flex-flow:column nowrap;align-self:stretch;margin:0 auto;margin-bottom:30px;width:90%;max-width:370px;padding:0 10px}.project-tile h4:hover{font-weight:700}.project-tile img{flex-grow:2;max-height:350px}.project-tile h4{background-color:#094557;font-size:18px;text-align:center;padding:15px}#contact{display:flex;flex-direction:column;justify-content:center;background-color:#42869a;height:100%;min-height:calc(100vh - 141px)}#contact h2{font-size:40px;padding-bottom:40px}.social-icons{display:flex;flex-flow:row wrap;font-size:22px;font-weight:500;justify-content:center;margin:0 auto}.social{padding:0 20px;padding-bottom:20px;text-shadow:2px 2px 2px #515151}.social:hover{color:#fff;font-weight:700;transform:translateY(5px);transition:all .3s ease-out;text-decoration:none}.fab,.fas{padding-right:10px}footer{border-top:3px solid #78aa1c;display:flex;flex-flow:row nowrap;background-color:#41869a;justify-content:center;padding:30px;position:relative;width:100%}@media only screen and (min-width:750px){body{display:flex;flex-flow:row wrap}header{width:350px;height:100%;min-height:100vh}#navbar{flex-direction:column;height:100%;justify-content:center;padding:0 30px;margin:0 auto}#navbar a{font-size:50px;font-weight:300;padding:5px 0}#navbar a:hover{transform:scale(1.2,1.2) translateX(30px);transition:all .3s ease-out}main,footer{width:calc(100vw - 350px);margin-left:350px}#projects{scroll-margin-top:0}#contact{height:auto;min-height:calc(100vh - 82px)}}