html,
body {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Acme', sans-serif;
}

.caps {
    text-transform: uppercase;
}

.white-text{
    color:white;
}

div.home-top {
    height: 100vh;
    /*background: url('../imgs/header.jpg');
    background-position: center;
    background-size: cover;*/
}

div#particles-js canvas.particles-js-canvas-el {
    position: absolute;
    pointer-events: none;
    top: 0;
}

div.home-top h2 {
    color: #000;
    /*width: 45%;*/
    margin: 10px 0;
    padding: 10px 0;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    /*border-top: 2px solid #000;
    border-bottom: 2px solid #000;*/
}

div.home-top p {
    font-size: 1.2rem;
    margin: 0 10px;
    color: #000;
}

div.home-top .buttons {
    padding-top: 20px;
}

div.home-top .buttons a.btn {
    background: transparent;
    border: 1px solid #fff;
}

div.welcome-text {
    height: 100vh;
}

div.welcome-text > div {
    width: 100%;
    z-index: 1;
}

div#about-me .about-ssj .social span .fa {
    padding: 0 5px;
}

.padding-bottom {
    padding-bottom: 10px;
}

div#about-me .about-ssj .contact-ssj div a {
    color: #222;
}

i.x-small {
    font-size: 1.5rem;
    padding-right: 5px;
    vertical-align: bottom;
    color: #fff;
}

.img-icon {
    width: 27px;
    vertical-align: bottom;
}

.underline {
    content: "";
    width: 50px;
    border: 1px solid;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bold {
    font-weight: bold;
}

div#about-me .about-ssj.card {
    margin-top: 0;
}

.about-me-section {
    height: 50vh;
}

.skills.about-me-section {
    background: url(../imgs/ssj-skills.jpg);
}

.hobbies.about-me-section {
    background: url(../imgs/ssj-hobbies.jpg);
}

.contact.about-me-section {
    background: url(../imgs/contact-ssj.jpg);
}

.about-me-section a{
    color: #fff;
}


.hobbies.about-me-section {
    border-right: 1px solid #fff;
}

div#mouse {
    width: 30px;
    height: 45px;
    border: 2px solid #000;
    border-radius: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mouse:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 10px;
    border: 3px solid #000;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%,0);
    top: 8px;
    -webkit-animation: mouseMove 2s infinite;
    animation: mouseMove 2s infinite;
}

@-webkit-keyframes mouseMove {
	0% { top: 8px; }
	50% { top: 24px; }
}
@keyframes mouseMove {
	0% { top: 8px; }
	50% { top: 24px; }
}

body .section {
    padding: 0;
}

@media screen and (max-width: 768px) {
    div.home-top h2 {
        width: 100%;
    }
    .hobbies.about-me-section {
        border-bottom: 1px solid #fff;
        border-right: 0px !important;
    }
}
