/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* ===========================================================
   GENERAL STYLES   
   ============================================================*/
body {
   font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;   
    margin-top: 40px;
    line-height:16px;
}

h1, h2, h3, h4, h5, h6 {
      font-family:'Open Sans', sans-serif;
    font-weight: 500;
   line-height:40px;
   
}

h1 {
    font-weight: 700;
}
.text-center {
    text-align: center; 
}

.main-top-margin {
	padding-top:75px;
    /* margin-top: 75px;*/
}
.main-low-margin {
	padding-top:55px;
     /*margin-top: 55px;*/
}
.main-bottom-margin{
	padding-bottom:75px;
	/*margin-bottom: 75px;*/
}

a,a:hover {
    text-decoration:none;
}

p {
    line-height: 30px;
    margin-bottom: 23px;
}

.images-margin-product {
    margin-top:30px;
}
.bottam-pad {
     padding-bottom:40px;
}
.text-justify {
    text-align:justify;
}
/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.color-red {
    color:#ff0000;
}

.color-green {
    color:#07BB00;
}

.color-light-blue {
    color:#BB00BB;
}

.color-blue {
    color:#0052FF;
}
.color-brown {
    color:#EB8F2D;
}
.color-black {
    color:#000000;
}

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#header-section {
	background: url(images/DSC00277_1024.jpg) no-repeat center top;
	margin-top: -20px;
	padding-top:20px;
	text-align:center;
	background-position: center center;
	min-height: 700px;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-section h1 {
	margin-top: 120px;
	color: white;
	font-size: 65px;
	font-weight: 900;
	letter-spacing: 4px;
    line-height:70px;
}

#header-section h2 {
	color: white;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 4px;
}
.down-icon {
     color:white;
    font-weight:900;
}
/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */

#about-section {
    background-color: #FAFAFA;  
}

#resume-section{
	background-color: #D9E0EE;
}
#exp1-section{
	background-color: #FAFAFA;
}
#exp2-section{
	background-color: #D9E0EE; 
}
#project-section{
	background-color: #FAFAFA;
	justify-content: center;
}
.centered{
	text-align: center;
}
.tab{
	display:inline-block;
	margin-left:40px;
}

/*
IMAGES SCALING
*/
.headshot{
	width:50%;
	height:auto;
}
.unionlogo{
	width:55%;
	height:auto;
}
.amsalogo{
	width:50%;
	height:auto;
}
.tandemailogo{
	width:50%;
	height:auto;
	mix-blend-mode: multiply;
}
.sapphirelogo{
	width:50%;
	height:auto;
	mix-blend-mode: multiply;
}
.smartschoollogo{
	width:50%;
	height:auto;
	mix-blend-mode: multiply;
}

.cfalogo{
	width:50%;
	height:auto;
}
.kwonslogo{
	width:40%;
	height:auto;
	mix-blend-mode: multiply;
}

/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/
.navbar {
	font-size: 14px;
}

.navbar-inverse {
	background: #000000;
border-color: #5D5B66;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}

/* ==========================================================================
   FOOTER SECTION
   ====================a====================================================== */
   

footer {
	background: #000000;
	border-color: #5D5B66;
	color:#ffffff;
	font-size:14px;
    text-align: center; 
}
.footer-ul {
	display:flex;
	list-style: none;
    justify-content: space-between;
    align-items: stretch;
    height:100%;
    width:100%;
}
.footer-li {
	display:inline;
	color: #999999;
	font-size: 14px;
	font-family: inherit;
	width:100%;
	padding:15px 0px 15px 0px;
}


