.full-height{
    height: 100%;
}

.center-in-screen{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.invisible{
    visibility: hidden;
}

.outline-text-background {
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.relative {
    position: relative;
}

.absolute{
    position: absolute;
}

.custom-wobble{
    background-color: #FAEBD7;
    z-index: 99999; position: absolute;
    width: 100%;
    height: -moz-calc(100% + 35px) !important;
    height: -webkit-calc(100% + 35px) !important;;
    height: -o-calc(100% + 35px) !important;;
    height: calc(100% + 35px) !important;;
}

.carousel-main-container{
    position: absolute;
    bottom: 0px;
    width: 980px;
    height: 100px;
    overflow: hidden;
}

.carousel-loading-container{
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel-loading-back{
    filter: alpha(opacity=70);
    opacity:0.7;
    position: absolute;
    display: block;
    background-color: #000;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}

.carousel-loading-img{
    position: absolute;
    display: block;
    background: url(../../assets/images/other/loading.gif) no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}

.carousel-motion-container{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 100px;
    overflow: hidden;
}

.skills-main-container{
    background-image: url('../../assets/images/bg/sandpaperPlus15.png');
    background-repeat: repeat;
}

.skills-passion-fa-laptop{
    font-size: 116% !important;
}

.skills-passion-fa-heart{
    font-size: 46% !important;
    bottom: 4px;
}

.projects-main-container{
    background-image: url('../../assets/images/bg/sandpaper10.png');
    background-repeat: repeat;
}

.journey-main-container{
    background-image: url('../../assets/images/bg/sandpaperPlus15.png');
    background-repeat: repeat;
}

.connected-main-container{
    background-image: url('../../assets/images/bg/sandpaper75.png') !important;
    background-repeat: repeat !important;
}

.pad-top-20{
    padding-top: 20px;
}

.popup-main-container{
    background-image: url('../../assets/images/bg/cardboard_flat.png');
    background-repeat: repeat;
}

.hr1{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.hr2{
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc)
}

.hr3{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.hr4{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.hrTop5{
    position: relative;
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 5px 10px 1px black;
}
.hrTop5:after{
    content: "\00a0";  /* Prevent margin collapse */
}

.hr5{
    position: relative;
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;
}
.hr5:after{
    content: "\00a0";  /* Prevent margin collapse */
}

.hr6{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr7 {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
.hr7:after { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.hr8 {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
.hr8:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

.allow-linebreak{
    white-space: pre-line;
}

.inline-block{
    display: inline-block;
}

.pad-right-10{
    padding-right: 10px;
}

.pad-left-10{
    padding-left: 10px;
}

.pad-RL-10{
    padding-left: 10px;
    padding-right: 10px;
}

.no-italics {
    font-style: normal !important;
}

.subdescription {
    font-size: 15px;
    padding-top: 7px !important;
}

.updated-primary-color {
    color: #337ab7;
}

