/***********************************************************************************************************************
* Fonts
***********************************************************************************************************************/

@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Regular';
    src: url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



/*     ****************** Main Controllers    ****************************   */

body {
	font-family: 'Raleway Light', Arial, Helvetica;
	font-size: 18px;
	padding: 0;
	margin: 0;
    height: 100%; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway Regular';
    letter-spacing: 0.2rem;
}

p {
    margin: 0;
}

a {
	text-decoration: none;
	color: #b53232;
}

a:hover,
a:focus {
    color: #666666;
    text-decoration:none;
    outline: none;
}

.full-width-image {
	width: 100%;
}
	
/*     ****************** Header ****************************   */

header {
  	color: #ffffff;
  	margin: 0;
  	border-bottom: none;
    background-color: #3e4d5d;
    background-image: url('../img/45-degree-fabric-light.png');
    width: 100%;
}

.header-content {
	position: relative;
    margin: 1em;
    z-index: 1;
}

#logo img {
    width: 100%;
}

nav ul {
    list-style-type: none;
    margin-bottom: 0;
}

nav ul li a {
    display: block;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

nav ul li a:hover,
nav ul li a:focus {
    color: #ffffff;
}


/*     ****************** Main Content ****************************   */

#main-content {
    background: #ffffff;
    position: relative;
}

#introduction {
    text-align: center;
    margin: 40px 0;
    font-size: 20px;
}

#skills ul.experience {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
    list-style-type: none;
    margin-bottom: 0;
}

#skills ul.experience li {
    position: relative;
    margin-left: 15px;
}

#skills ul.experience li:before {
    position: absolute;
    content: url('../img/angle-right.svg');
    width: 8px;
    height: 8px;
    left: -15px;
}

.experience .strong {
    font-family: 'Raleway Bold';
}

#contact {
    position: relative;
    margin-top: 40px;
    text-align: center;
    background: #ffffff;
    color: #333333;
}
    #contact h2 {
        margin: 0 0 20px 0;
        line-height: 24px;
    }

    #contact a {
        color: #333333;
        display: inline-block;
        line-height:1.42857143;
    }

    #contact a:hover{
        color: #b53232;
    }

    #contact .social-icons {
        display: inline-block;
    }

    #contact .social-icons a {
        float: left;
    }

    #contact .social-icons a:nth-child(1) .fa {
        margin-left: 0;
    }

    #contact .social-icons .fa {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 20px;
    }

#projects {
    background-color: #3e4d5d;
    background-image: url('../img/45-degree-fabric-light.png');
    background-repeat: repeat;
    padding-top: 30px;
}

.web-projects {
    opacity: 0;
    transform: translateY(10%);
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.web-projects.move {
    opacity: 1;
    transform: translateY(0);
}

.web-projects img {
    width: 100%;
}

.web-examples {
    height: 300px;
    margin-bottom: 30px;
    border: 1px solid black;
}

.overlay-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}

.zoogroup .project-overlay {
    background-color: rgba(247, 191, 174, 0.9);
}

.kittysplit .project-overlay {
    background-color: rgba(152, 91, 161, 0.9);
}

.wholy-goodness .project-overlay {
    background-color: rgba(92, 125, 132, 0.9);
}

.tim .project-overlay {
    background-color: rgba(58, 83, 163, 0.9);
}

.olsel .project-overlay {
    background-color: rgba(98, 171, 143, 0.9);
}

.the-cove .project-overlay {
    background-color: rgba(27, 45, 47, 0.9);
}

.flavio .project-overlay {
    background-color: rgba(189, 64, 85, 0.9);
}

.audre .project-overlay {
    background-color: rgba(252, 65, 0, 0.9);
}

.bijan .project-overlay {
    background-color: rgba(13, 101, 165, 0.9);
}

.magicmatic .project-overlay {
    background-color: rgba(1, 209, 157, 0.9);
}

.happy-strappy .project-overlay {
    background-color: rgba(176, 176, 176, 0.9);
}

.afh .project-overlay {
    background-color: rgba(124, 77, 23, 0.9);
}

.baukultur .project-overlay {
    background-color: rgba(232, 175, 0, 0.9);
}

.the-dive .project-overlay {
    background-color: rgba(134, 165, 43, 0.9);
}

.jessie .project-overlay {
    background-color: rgba(220, 172, 183, 0.9);
}

.no-touch .web-projects:hover .project-overlay {
    opacity: 1;
}
    .project-overlay h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-20%);
        transition: all 0.3s ease-in-out;
        margin: 0;
        color: #ffffff;
        font-size: 30px;
        opacity: 0;
    }

    .no-touch .web-projects:hover .project-overlay h4 {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }

.link-description {
    margin-left: 15px;
}

/*     ****************** Footer ****************************   */

footer {
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
    background: #ffffff;
    padding: 20px;
}

/***********************************************************************************************************************
* Mobile Versions
***********************************************************************************************************************/


@media (max-width: 991px) {

    #skills ul.experience {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
        list-style-position: inside;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

    #skills ul.experience {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 0; /* Chrome, Safari, Opera */
        -moz-column-gap: 0; /* Firefox */
        column-gap: 0;
        list-style-position: inside;
    }

    .web-projects {
        width: 100%;
    }

}






