html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #FF6A64;
}

@font-face {
  font-family: EDO;
  src: url('assets/fonts/edo.ttf');
}

/*----------TESTING----------*/

.reddot {
    border-radius: 1px;
    border-color: red;
    border-style: dotted;
}

/*----------GENERAL----------*/

.wrapper {
    padding: 100px 100px 50px;
    margin: 0 auto;
}

.hover {
    opacity: .5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.navbar {
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    z-index: 10;
}

.active {
    margin-bottom: 5vh;
    padding-bottom: .3em;
    border-bottom: 5px solid rgb(255, 106, 100);
    width: 150%;
}

.page-links {
    position: absolute;
    right:150px;
}

.home-link{
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    position: relative;
}

.p-link {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    margin-right: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

/*----------HOME----------*/

.top-section {
    position: absolute;
    top: 0;
    width: 100%;
    height: 92.5%;
    background-image:url(../img/landingBG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#landingTitle {
    font-family: 'EDO';
    color: #FF6A64;
    font-size: 48px;
    font-weight:normal;
    letter-spacing: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7%;
    width: 100%;
}

#profpic {
    border-radius: 50%;
    width: 250px;
    position: relative;
    display: block;
    margin: auto;
    top: 27%;
    -ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
}

#typer {
    letter-spacing: 2px;
    font-family: 'EDO';
    color: tomato;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 73%;
    font-weight: normal;
}

.page-links-row {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 87%;
}

.pageLink {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 5vh;
    padding-bottom: .3em;
    border-bottom: 5px solid rgba(255, 106, 100, 0);
    width: 150%;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.pageLink:hover {
    border-bottom: 5px solid rgba(255, 106, 100, 100);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
   /*  text-decoration: line-through; */
}

.media-links {
    position: absolute;
    top: 94%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.icon {
    width: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

/*TYPING EFFECTS*/

/*Add custom cursor so it auto inherits font styles*/
#typer::after {
	content: '|';
	display: inline;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
/*Removes cursor that comes with typed.js*/z
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/*----------PROJECT----------*/

.proj-title {
    color: #FF6A64;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0;
}

.proj-subheader {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: gray;
}

.proj-desc {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    padding: 25px 7% 25px;
    font-size: 24px;
    text-align:center;
}

.slide {
    width: 75%;
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#up-arrow {
    position: fixed;
    bottom: 100px;
    right: 4.5vw;
    width: 5vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

/*----------RESUME----------*/

.resume {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 12vh;
    margin-bottom: 10vh;
    box-shadow: 10px 10px 5px grey;
    width: 35%;
}

#download-btn {
    position: fixed;
    top: 120px;
    right: 7vw;
    width: 4vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}

/*----------JOURNAL----------*/

.ccc {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 50%
}

.blog-content {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    padding: 0 10% 100px;
    font-size: 20px;
    line-height: 150%;
}

.journalp {
    text-indent: 75px;
}

.blog-date {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    color: gray;
    margin: 0 0 50px;
}

.date-dot {
    position: relative;
    font-size: 72px;
    margin: 0 50px;
    top: 17px;
}

/*----------ABOUT----------*/

.hicat {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 50px;
}

.left-col {
    position: absolute;
    width: 27%;
    line-height: 200%;
}

.right-col {
    position: absolute;
    width: 40%;
    line-height: 250%;
    right: 100px;
}

.about-subhead {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 1em;
}

.about-subhead-content {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #636466;
    margin-bottom: 3em;
}

.about-content {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #636466;
    margin-bottom: 3em;
}

.about-media-links {
    position: absolute;
    top: 87%;
    width: 100%;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 100px;
}

.about-icon {
    width: 50px;
    margin-left: 25px;
    margin-right: 25px;
}
