body {
    margin: 0;
    background-color: #e4dddc;
    font-family: 'Oswald', sans-serif;
}

#pageWrapper {
    /* background-color: #e6f2f0; */
    background-color: #e4dddc !important;
}

#topSection {
    padding-bottom: 40px;
    background-color: #e4dddc !important;
}

div#pageWrapper::before {
    top: 0;
    width: 100%;
    height: 370px;
    position: absolute;
    background-color: #0eb57d;
    content: '';
}

#topSquare #sectionLinks {
    padding-top: 50px;
}

#topSquare #sectionLinks .secionLink {
    color: #fff;
    font-size: 30px;
    text-align: center;
    -webkit-transition: color 0.7s; /* For Safari 3.0 to 6.0 */
    transition: color 1s;
}

#topSquare #sectionLinks .secionLink:hover {
    color: lightblue !important;
    text-decoration: none;
}

#topSquare #sectionLinks .secionLink:visited {
    color: white;
}

#topSquare #nameAndPosition {
    color: white;
    text-shadow: 2px 2px 2px #843923;
    font-size: 40px;
    margin-top: 65px;
}

#topSquare #nameAndPosition #nameText {
    color: white;
    text-shadow: 2px 2px 2px #843923;
    font-size: 60px;
    font-weight: 600;
}

#topSquare #nameAndPosition #positionText {
    color: white;
    text-shadow: 2px 2px 2px #843923;
    font-size: 35px;
}

#mainSquare {
    animation: slideUp 1s;
    min-height: 300px;
    background-color: lightgray;
    position: relative;
    margin-top: 50px;
}

#card {
    user-select: none;
    padding-top: 15px;
    /* background-color: #E4DDDC; */
    background-color: #fff;
}

#card img {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#personalDetails {
    padding-bottom: 15px;
}

#personalDetails #imchen h1 {
    font-size: 50px;
}

#personalDetails .myName {
    color: #0eb57d;
}

#cgExperience {
    color: #0eb57d;
    margin-top: 40px;
    animation: transitionIn 1s;
}

#cgExperience #expTitle,
#eduTitle {
    margin-bottom: 50px;
}

#cgExperience #expBoxes .expItem {
    display: block;
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    margin-bottom: 30px;
}

#cgExperience #expBoxes a {
    text-decoration: none;
    color: gray;
    border: none;
}

#cgExperience #expBoxes a .expItemTitle {
    text-align: center;
    font-size: 33px;
    color: gray !important;
    font-family: 'Montserrat', sans-serif;
}

#cgExperience #expBoxes a:hover {
    text-decoration: none;
}

#cgExperience #expBoxes .expItemIcon {
    text-align: center;
    font-size: 50px;
}

#cgExperience #expBoxes .expItemIcon i {
    color: #0eb57d;
}

#cgExperience #expBoxes a .expItemPosition {
    color: gray !important;
    font-family: 'Kalam', cursive;
    text-align: center;
    font-size: 20px;
}

#cgExperience #expBoxes .expItemPeriod {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 25px;
    color: #000;
    margin-top: 30px;
}

#cgExperience #expBoxes .expItemLogo {
    text-align: center;
}

#cgExperience #expBoxes .expItemLogo.cpart img {
    margin-top: 20px;
    height: 70px;
}

#cgExperience #expBoxes .expItemLogo.retalix img {
    margin-top: 25px;
    height: 55px;
}

#cgExperience #expBoxes .expItemLogo.pandologic img {
    height: 120px;
}

#cgExperience #expBoxes .expItemLogo.ownbackup img {
    margin-top: -50px;
    height: 240px;
}

#personalDetails #freeText {
    margin-top: 18px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

#personalDetails .position {
    font-family: 'Kalam', cursive;
    color: gray;
    font-size: 25px;
}

#personalDetails #personalInfo {
    margin-top: 20px;
    font-size: 16px;
}

#personalDetails #personalInfo .detail {
    margin-top: 10px;
}

#personalDetails #personalInfo .detail .label {
    color: gray;
}

#socialLinks {
    height: 80px;
    color: white;
    font-size: 35px;
    background-color: #0eb57d;
    text-align: center;
}

#socialLinks .col {
    text-align: center;
}

#socialLinks a,
#socialLinks a:visited {
    color: white;
}

#socialLinks .socialLinkIcon {
    line-height: 80px;
    color: #fff;
    transition: color 0.5s;
}

#socialLinks .socialLinkIcon.hasLink :hover {
    color: lightblue !important;
}

#cgResume {
    background-color: #e4dddc;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
}

#cgResume button {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

#cgResume button {
    display: inline-block;
    position: relative;
    padding: 20px 38px;
    top: 0;
    font-size: 30px;
    border-radius: 4px;
    border-bottom: 1px solid rgba(28, 227, 125, 0.5);
    /* background: #0EB57D; */
    background: rgba(20, 224, 133, 1);
    color: #fff;
    box-shadow: 0px 0px 0px rgba(15, 165, 60, 0.1);

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#cgResume button:hover {
    top: -10px;
    box-shadow: 0px 10px 10px rgba(15, 165, 60, 0.2);

    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
}

#cgResume button:active {
    top: 0px;
    box-shadow: 0px 0px 0px rgba(15, 165, 60, 0);
    background: rgba(20, 224, 133, 1);
}

#expTitle,
#eduTitle {
    text-align: center;
    font-size: 40px;
}

#expBoxes {
    margin-top: 15px;
    margin-bottom: 15px;
}

.expBox {
    font-size: 25px;
    color: #000;
    text-align: center;
    padding-bottom: 50px;
}

.expBox.time {
    text-align: right;
}

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

.expBox.icon img {
    height: 50px;
}

.expBox.info {
    text-align: left;
}

#cgEducation {
    color: #0eb57d;
    margin-top: 55px;
    animation: transitionIn 1s;
}

#cgEducation #eduBoxes .eduBox {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    margin-bottom: 30px;
}

#cgEducation #eduBoxes .eduBox .eduIcon {
    text-align: center;
    font-size: 100px;
    color: gray;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 10px;
}

#cgEducation #eduBoxes .eduBox .eduIcon.computerScience {
    font-size: 110px;
    margin-top: -65px;
}

#cgEducation #eduBoxes .eduBox .eduDegree {
    font-size: 30px;
}

#cgEducation #eduBoxes .eduBox .eduCollege,
#cgEducation #eduBoxes .eduBox .eduDegree {
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: gray;
}

#cgEducation #eduBoxes .eduBox .eduCollege i,
#cgEducation #eduBoxes .eduBox .eduDegree i {
    margin-right: 10px;
}

#cgEducation #eduBoxes .eduBox .eduBadge::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0px;
    border-width: 6px 6px;
    border-style: solid;
    border-color: transparent;
    transition: all 0.6s;
    border-top-color: #127a37;
    border-right-color: #127a37;
}

#cgEducation #eduBoxes .eduBox .eduBadge {
    font-family: 'Montserrat', sans-serif;
    background-color: #0eb57d;
    height: 50px;
    width: 170px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: relative;
    left: -27px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

footer {
    line-height: 60px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    height: 60px;
    background-color: #0eb57d;
    margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #personalDetails #imchen {
        font-size: 40px;
    }

    #personalDetails .position {
        font-size: 20px;
    }

    #personalDetails #freeText {
        font-size: 15px;
    }

    #personalDetails #personalInfo {
        margin-top: 14px;
        font-size: 15px;
    }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    #topSquare #sectionLinks .secionLink {
        font-size: 27px;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    #topSquare #sectionLinks .secionLink {
        font-size: 23px;
    }
}

@media screen and (min-width: 481px) and (max-width: 769px) {
    #mainSquare {
        margin-top: 50px;
    }

    #topSquare #sectionLinks .secionLink {
        font-size: 14px;
    }

    #topSquare #sectionLinks {
        display: none;
    }

    #cgExperience {
        margin-top: 50px;
    }
}

@media (max-width: 481px) {
    #topSection {
        margin-right: 15px;
        margin-left: 15px;
    }

    #cgExperience #expTitle {
        margin-bottom: 30px;
    }

    #mainSquare {
        margin-top: 15px;
    }

    #personalDetails #freeText {
        font-size: 15px;
    }

    div#pageWrapper::before {
        top: 0;
        width: 100%;
        height: 150px;
        position: absolute;
        background-color: #0eb57d;
        content: '';
    }

    #cgEducation #eduBoxes .eduBox .eduDegree {
        font-size: 20px;
    }

    #cgEducation #eduBoxes .eduBox .eduIcon {
        margin-top: -20px !important;
    }

    #cgEducation #eduBoxes .eduBox .eduIcon.computerScience {
        font-size: 110px;
        margin-top: -20px !important;
    }

    #topSquare #nameAndPosition {
        text-align: center;
    }

    #topSquare #nameAndPosition #nameText {
        font-size: 45px;
        font-weight: 600;
    }

    #topSquare #nameAndPosition #positionText {
        font-size: 25px;
    }

    #topSquare #sectionLinks {
        display: none;
    }

    #socialLinks .socialLinkIcon {
        font-size: 20px;
    }

    #cgExperience {
        margin-top: 40px;
    }

    footer {
        font-size: 14px;
        margin-top: 0;
    }
}

.whiteText {
    color: #fff;
    text-shadow: 2px 2px 2px #843923;
}

.boxShadow1 {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

.fs20 {
    font-size: 20px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.bold {
    font-weight: bold;
}

@keyframes transitionIn {
    from {
        opacity: 0;
        transform: rotateY(-180deg);
    }

    to {
        opacity: 1;
        transform: rotateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
