* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

h1 {
    font-size: 40px;
    margin-bottom: 26px;
    margin-top: 50px;
}

h2 {
    font-size: 30px;
    /* padding: 20px; */
    margin-bottom: 24px;
}

h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

h6 {
    font-size: 16px;
    margin-bottom: 6px;
}

.bg-grey {
    background-color: #f6f6f6 !important;
}

.bg-grey * {
    color: #000000;
}

.bg-orange-transparent {
    background-color: rgba(244, 81, 30, 0.9) !important;
}

.bg-orange {
    background-color: rgba(244, 81, 30, 1) !important;
}


.bg-orange * {
    color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

.text-center {
    text-align: center;
}

#portfolio img {
    width: 100%;
    max-height: 500px;
}

footer {
    height: 120px;
}


#about-list {
    align-self: start;
    list-style-type: circle;
    list-style-position: inside;
    padding-left: 20px;
}

.btn {
    position: relative;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 185px;
    max-width: 200px;
    height: 50px;
    margin: 10px;
    width: 100%;

    cursor: pointer;
    color: #000000;
    background-color: rgba(83, 83, 83, 0.25);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: 0.3s;
}
.btn:hover {
    background-color: #f4511e;
    color: #ffffff;
}

    
#about .container-80 {
    flex-direction: row;
}

#about-img {
    border-radius: 25%;
    position: relative;
    max-width: 95%;
}

@media screen and (max-width: 768px) {
    #about .container-80 {
        flex-direction: column-reverse;
    }
    #about .container-60 {
        width: 100%;
    }
    #about .container-40 {
        width: 100%;
    }
}

.justify {
    text-align: justify;
}

#candoris-about {
    font-size: 24px;
}

#about-footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bold {
    font-weight: 1000;
    font-size: 20px;
}