@import url(https://fonts.googleapis.com/css?family=Raleway);body,html{background:#dfcece;height:100%;margin:0}.div_header{background:linear-gradient(to right top,#d36253,#594bd8);display:flex;justify-content:center}.header_text{color:#f0ede9;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center}.header_link{color:#000;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}h2{text-align:center;vertical-align:center}*{box-sizing:border-box;font-family:Raleway}.top-nav{align-items:center;background-color:#00baf0;background:linear-gradient(90deg,#8d6e63,#243b55);color:#fff;display:flex;flex-direction:row;justify-content:space-between;max-height:100px;padding:2em}.link{color:#fff;text-decoration:none}.menu :hover{border-bottom:1px solid;border-color:#f3efef;color:#e1863d}.menu{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0}.menu>li{margin:0 1rem;overflow:hidden}.menu-button-container{align-items:center;cursor:pointer;display:none;flex-direction:column;height:100%;justify-content:center;width:30px}#menu-toggle{display:none}.menu-button,.menu-button:after,.menu-button:before{background-color:#fff;border-radius:2px;display:block;height:4px;position:absolute;transition:-webkit-transform .4s cubic-bezier(.23,1,.32,1);transition:transform .4s cubic-bezier(.23,1,.32,1);transition:transform .4s cubic-bezier(.23,1,.32,1),-webkit-transform .4s cubic-bezier(.23,1,.32,1);width:30px}.menu-button:before{content:"";margin-top:-8px}.menu-button:after{content:"";margin-top:8px}#menu-toggle:checked+.menu-button-container .menu-button:before{margin-top:0;-webkit-transform:rotate(405deg);transform:rotate(405deg)}#menu-toggle:checked+.menu-button-container .menu-button{background:hsla(0,0%,100%,0)}#menu-toggle:checked+.menu-button-container .menu-button:after{margin-top:0;-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}@media (max-width:700px){.menu-button-container{display:flex}.menu{align-items:center;flex-direction:column;justify-content:center;left:0;margin-top:50px;position:absolute;top:0;width:100%}#menu-toggle~.menu li{border:0;height:0;margin:0;padding:0;transition:height .4s cubic-bezier(.23,1,.32,1)}#menu-toggle:checked~.menu li{border:1px solid #f5f2f2;height:2.5em;padding:.5em;transition:height .4s cubic-bezier(.23,1,.32,1)}.menu>li{background:linear-gradient(90deg,#141e30,#243b55);color:#fff;display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%}.menu>li:not(:last-child){border-bottom:1px solid #fcfcfc}}.logo-container{float:left}.logo-image{height:80px}.info-card-container{display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;padding:.5rem}.left-card{align-items:center;background:linear-gradient(to right top,#8d6e63,#243b55);border-top-left-radius:20px;display:flex;flex-direction:column;min-width:50%;padding:1rem}.profile-image{border-color:#fdfdfd currentcolor #fff;border-radius:60%;border-style:solid;border-width:1px;width:200px}.left-card h2{color:#f3efef;font-family:Courier New,Courier,monospace}.buttons-left-card{padding:.2rem}.name{font-size:2rem}.resume-button{background:#243b55;color:#dfcece;font-size:1.3rem;margin-left:.5rem}.resume-button,.resume-button:hover{border:none;border-radius:10px;cursor:pointer;height:50px;outline:none;position:relative;width:10rem}.resume-button:hover{background:#111;color:#fff;z-index:0}.resume-button:before{-webkit-animation:glowing 20s linear infinite;animation:glowing 20s linear infinite;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-size:400%;border-radius:10px;content:"";-webkit-filter:blur(5px);filter:blur(5px);height:calc(100% + 4px);left:-2px;opacity:0;position:absolute;top:-2px;transition:opacity .3s ease-in-out;width:calc(100% + 4px);z-index:-1}.resume-button:active:after{background:transparent}.resume-button:hover:before{opacity:1}.resume-button:after{background:#111;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@-webkit-keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.right-card{background:linear-gradient(to right bottom,#243b55,#8d6e63);border-bottom-right-radius:20px;color:#fff;font-size:2rem;line-height:3rem;min-width:50%;padding-top:5rem}@media (max-width:765px){.info-card-container{flex-direction:column}.left-card{background:linear-gradient(to left bottom,#8d6e63,#243b55)}.name{font-size:1.4rem}.right-card{background:linear-gradient(to right bottom,#243b55,#8d6e63);font-size:1.2rem;line-height:2rem;padding:1rem}.profile-image{width:150px}.resume-button{font-size:1rem;width:8rem}}.brief-card{background:linear-gradient(to right top,#8d6e63,#243b55);border-bottom-left-radius:20px;border-top-right-radius:20px;color:#fff;display:flex;flex-direction:row;font-size:2rem;justify-content:space-between;line-height:3rem;margin:.5rem;padding:1rem}@media(max-width:765px){.brief-card{font-size:1.2rem;line-height:2rem}}.projects{padding:.5rem}.project-container{align-content:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;padding:2rem}.project-card{align-items:center;border:2px solid;border-radius:20px;display:flex;flex-direction:column;margin-top:.5rem;padding:.5rem;position:relative;width:45%}.project-card:hover{box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)}.project-snippet img{border-radius:10px;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 hsla(0,66%,65%,.19);max-height:20rem;max-width:30rem}.view-project{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transition:.5s ease}.project-card:hover .view-project{opacity:1}.project-card:hover .project-snippet{opacity:.3}.view-project button{background-color:#243b55;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;padding:16px 32px;text-align:center;text-decoration:none;transition-duration:.4s}.view-project button:hover{background-color:#767a76;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);color:#fff}@media (max-width:765px){.project-container{flex-direction:column}.project-snippet img{width:18rem}.project-card{width:20rem}}@media (max-width:1200px){.project-container{flex-direction:column}.project-snippet img{width:18rem}}.softskill-parent{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around}.softskill-card{align-items:center;border-radius:20px;box-shadow:0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);display:flex;flex-direction:column;margin-top:1rem;max-width:20rem;padding-left:.5rem}.softskill-image img{max-width:9rem}.contact-parent{align-items:stretch;border-bottom-left-radius:20px;border-top-right-radius:20px;color:#dfcece}.box-below,.contact-parent{background:linear-gradient(to left bottom,#8d6e63,#243b55);display:flex;flex-direction:row;justify-content:space-around;margin:1rem;padding:1rem}.box-below{align-items:center;border-bottom-right-radius:20px;border-top-left-radius:20px}.box-below h2{color:#dfcece;font-size:2.1rem}.contact-left-card{align-items:center;max-width:50%}.contact-left-card,.icon-container{display:flex;flex-direction:column}.icons{margin:3rem}.contact-right-card{align-items:center;display:flex;flex-direction:column;max-width:50%}form{margin:50px auto;max-width:420px}.feedback-input{background-color:initial;border:2px solid #dfcece;border-radius:5px;box-sizing:border-box;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:18px;font-weight:500;line-height:22px;margin-bottom:15px;outline:0;padding:13px;transition:all .3s;width:100%}.feedback-input:focus{border:2px solid #243b55}textarea{height:150px;line-height:150%;resize:vertical}[type=submit]{background:#243b55;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:24px;font-weight:700;margin-top:-4px;padding-bottom:10px;padding-top:10px;transition:all .3s;width:100%}[type=submit]:hover{background:#8d6e63}input:required{border-color:#dfcece;border-width:3px}input::-webkit-input-placeholder{color:#fcfcfc}input::placeholder{color:#fcfcfc}textarea::-webkit-input-placeholder{color:#fcfcfc}textarea::placeholder{color:#fcfcfc}@media (max-width:700px){.contact-parent{align-items:center;flex-direction:column}.contact-parent h1{font-size:1.3rem}.icon-container{flex-direction:row}.icons{margin:2rem}}.content-container{background:linear-gradient(to left bottom,#8d6e63,#243b55);border-bottom-left-radius:20px;border-top-right-radius:20px;color:#dfcece;font-size:1.5rem;margin:1rem;padding:1rem}.timeline-conatiner{margin:auto;width:300px}.timeline-p{border-top:2px dashed;border-color:#243b55!important;margin:0;padding:30px}.timeline-p:nth-child(2n){border-bottom-left-radius:30px;border-left:2px dashed;border-top-left-radius:30px;margin-right:30px;padding-right:0}.timeline-p:nth-child(odd){border-bottom-right-radius:30px;border-right:2px dashed;border-top-right-radius:30px;margin-left:30px;padding-left:0}.timeline-p:first-child{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.timeline-p:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.footer-container{background:linear-gradient(to left bottom,#8d6e63,#243b55);color:#dfcece;display:flex;flex-direction:row;justify-content:space-around;margin-top:2rem;padding:.5rem}@media (max-width:700px){.footer-container{align-items:center;flex-direction:column}}
/*# sourceMappingURL=main.b8143e1f.css.map*/