@charset "UTF-8";

/* Put your styles into the appropriate breakpoints below. */


/***** XS (Extra Small) – Mobile Size AND ABOVE *****/
.project-header {
    font-family: 'Quicksand', sans-serif;
    color: #0063a6;
    font-size: 2.8em;
    font-weight: 700;
    margin-top: 30px;
}

h3 {
    font-family: "proxima-nova",sans-serif;
    color: #2F2F2F;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.project-copy {
    font-family: "proxima-nova",sans-serif;
    color: #2F2F2F;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 400;
    margin-bottom: 30px;
}

.italic-font{
    font-size: 1em;
    font-style: italic;
}

.no-left-padding {
    padding-left: 0px;
}

.add-top-margin {
    margin-top: 15px;
}



.back {
    font-family: 'Quicksand', sans-serif;
    color: #0063a6;
    font-size: 2.4em;
    font-weight: 700;
    float: right;
    margin: 30px 0;
    
}


/***** END XS (Extra Small) */



/***** Custom Breakpoint - XS ONLY */
@media (max-width: 767px) {
    
    
}/***** END Custom Breakpoint  */   



/***** SM (Small) - Tablet Size AND ABOVE! (768px) */
@media (min-width: 768px) {
    
   
    
} /***** END SM (Small) */




/***** MD (Medium) - Medium Desktop Size AND ABOVE! (992px) */
@media (min-width: 992px) {
        
  
    
} /***** END MD (Medium) */




/***** LG (Large) – Large Desktop AND BEYOND! (1200px) */
@media (min-width: 1200px) {

    
} /***** END LG (Large) */

