body {
    margin: 0;
    text-align: center;
    font-family: 'Montserrat';
    color: #272727;
}

h1 {
    font-family: 'Sacramento';
    font-weight: 400;
    font-size: 2.6rem;
    color: #50d890;
}

h2 {
    /* font-weight: 400; */
    color: #4f98ca;
    font-size: 2rem;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    margin-bottom: 20px;
}

p {
    color: #272727;
}

hr {
    border: dotted #50d890 7px;
    /* border: dotted #effffb 8px; */
    border-bottom: none;
    width: 2%;
    margin: 60px auto;
    clear: both;
}

/* 40a02b */

.resume:link {
    color: orangered;
    text-decoration: none;
}

.resume:hover {
    color: orangered;
    font-weight: bold;
}

.resume:visited {
    color: orangered;
}

.hr-line {
    border: solid #272727 1px;
    width: 25%;
    margin: 50px auto;
}

.top-container {
    background-color: #effffb;
    padding-top:10px;
    padding-bottom: 10px;
}

.middle-container {
    margin: 60px 0;
}

.profile {
    width: 36%;
    margin: auto;
    min-width: 360px;
    max-width: 900px;
}

.profile ul {
    list-style: disc;
    /* margin: 0 auto 1rem; */
    line-height: 1.6;
    text-align: left;
}

ul li::marker {
  color: #4f98ca; /* Change 'red' to your desired color */
}

.work-experience {
    width: 36%;
    margin: auto;
    min-width: 360px;
    max-width: 900px;
}

.side-project-heading {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

a:link {
    text-decoration: underline;
    color: #476EAE;
}

a:visited {
    text-decoration: underline;
    color: #476EAE;
}

a:hover {
    text-decoration: underline;
    color: orangered;
    font-weight: bold;
}


.heading-deco {
    color: #50d890;
}

.side-projects {
    width: 40%;
    margin: auto;
    margin-bottom: 80px;
    min-width: 360px;
    /* max-width: 570px; */
    max-width: 900px;
}

.link-tag {
    width: 20px;
    height: 20px;
}

.skill-row {
    margin-bottom: 90px;
}

.skill-img {
    float: left;
    width: 15%;
    max-width: 80px;
}

.community {
    width: 40%;
    margin: auto;
    min-width: 360px;
    max-width: 900px;
}

.community-img {
    width: 8%;
}

.bottom-container {
    background-color: #effffb;
    padding: 50px 0 20px;
}


.bar-container {
    float: right;
    width: 70%;
    background-color: #f2f6f5;
    text-align: center;
    color: white;
}

.copyright, .attribution {
    font-size: 0.8rem;
    color: #63707e;
    line-height: 2;
}

@media (max-width: 1333px) {
  .profile { width: 50%; }
  .work-experience { width: 50%; }
  .side-projects { width: 60%; }
}

@media (max-width: 960px) {
  .profile { width: 70%; }
  .work-experience { width:70%; }
  .side-projects { width: 70%; }
}
