﻿/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */

/* =============================================================
   GENERAL STYLES
 ============================================================ */

 @import url(https://fonts.googleapis.com/css?family=Oswald);

 body {
     font-family: 'Oswald', sans-serif;
 }
 
 
 /* =============================================================
    MAIN WRAPPER OVERLAY STYLES
  ============================================================ */
 #main-wrapper .overlay {
     background-color: rgba(39, 39, 39, 0.75);
     color: #fff;
     font-size: 40px;
     padding-top: 80px;
     width: 100%;
     height: 100%;
     min-height: 100%;
     position: fixed;
     overflow: auto;
 }
 
 /* =============================================================
    COUNTDOWN STYLES
  ============================================================ */
 
 .clr-1 {
     color: #FFF200;
 }
 
 .clr-2 {
     color: #68ff00;
 }
 
 .clr-3 {
     color: #00CFFF;
 }
 
 .clr-4 {
     color: #FF1D1D;
 }
 
 .timer-text {
     font-size: 20px;
     padding-top: 10px;
     /*color: rgba(0, 0, 0, 0.8);*/
 }
 
 /* =============================================================
    TEXT SECTION STYLES
  ============================================================ */
 
 
 .text-section {
     padding-top: 80px;
 }
 
 .text-section h1 {
     color: #00A8FF;
     padding-bottom: 30px;
     font-size: 100px;
 }
 
 
 .btn-social {
     color: white;
     opacity: 0.8;
 }
 
 .btn-social:hover {
     color: white;
     opacity: 1;
     text-decoration: none;
 }
 
 .btn-facebook {
     background-color: #3b5998;
 }
 
 .btn-twitter {
     background-color: #00aced;
 }
 
 .btn-linkedin {
     background-color: #0e76a8;
 }
 
 .btn-google {
     background-color: #c32f10;
 }
 
 .btn-instagram {
     background-color: #3F729B;
 }
 
 .btn-salesforce {
     background-color: #1798C1;
 }

 .btn-trailblazer {
    background-color: #0055A4;
}
 
 .btn-portfolio {
     background-color: #89CFF0;
 }
 
 .btn-resume {
     background-color: #6495ED;
 }
 
 .copy-text {
     padding-top: 20px;
     color: #fff;
 }
 
 .copy-text a,
 .copy-text a:hover {
     color: #fff;
     text-decoration: none;
 }