/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic);
/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    color: #7b7b7b;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #95A5A6;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #C0392B;
}

.navbar-default .navbar-nav > .active-g > a, .navbar-default .navbar-nav > .active-g > a:hover, .navbar-default .navbar-nav > .active-g > a:focus {
	color: #ffffff;
	background-color: #777;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-outline {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: white;
	text-shadow:
	   -1px -1px 0 #777,  
	    1px -1px 0 #777,
	    -1px 1px 0 #777,
	     1px 1px 0 #777;
}

.btn-theme {
	color: #ffffff;
	background-color: #C0392B;
	border-color: transparent;
}
.btn-theme:hover {
	color: #ffffff;
	background-color: #B83026;
}
.btn-theme-grn {
	color: #ffffff;
	background-color: #007D4E;
	border-color: transparent;
}
.btn-primary:hover {
	border-color: transparent;
}
.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.btn-xs {
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 12px;
	border: 0px;
	line-height: 1.5;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */
#hello {
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

#hello h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -4px;
	color: #C0392B;
}

h1.not-out {
	color:  #C03928 !important;
}

h1.out {
	color:  #007D4E !important;
}

h1.partial {
	color: #ffc400 !important;
}

#hello h2 {
	color: #c0c0c0;
	font-weight: 400;
}

#division-header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 75px;
}

#division-header h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -4px;
	color: #007D4E;
}

#division-header h2 {
	color: #444;
	font-weight: 400;
	font-size: 80px;
}

#division-header h3 {
	margin-top: 0px;
	color: #c0c0c0;
	font-weight: 400;
}

#red {
	background-color: #007D4E;
	padding-top: 50px;
	margin-bottom: 0px;
}

#red h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#red p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Green */
#green {
	background-color: #C0392B;
	padding-top: 50px;
	margin-bottom: 0px;
}

#green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

#basic {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

#social .col-md-3:hover {
	background-color: #f5f5f5;
}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {
	padding-top: 20px;
	background-color: #C0392B;
}

#f p {
	color: white;
	text-align: right;
	font-weight: 400;
}

#f a {
	color: white;
	font-weight: bold;
}

#f a:hover,
#f a:focus {
    color: rgba(255, 255, 255, 0.75);
}

#gf {
	padding-top: 20px;
	background-color: #007D4E;
}
#gf p {
	color: white;
	text-align: right;
	font-weight: 400;
}

#gf a {
	color: white;
	font-weight: bold;
}

#gf a:hover,
#gf a:focus {
    color: rgba(255, 255, 255, 0.75);
}

#grayf {
	padding-top: 20px;
	background-color: #777;
}
#grayf p {
	color: white;
	text-align: right;
	font-weight: 400;
}

#grayf a {
	color: white;
	font-weight: bold;
}

#grayf a:hover,
#grayf a:focus {
    color: rgba(255, 255, 255, 0.75);
}



/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

.label-default {
	background-color: #333;
}

table {
	text-align: left;
	border: none;
}

tr {
	border:none;
}

td {
	background-color: #f2f2f2;
}

th {
	background-color: #eee;
}

#subtlenav {
	color: #ccc !important;
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
 -moz-animation:fadeIn ease-in 1;
 animation:fadeIn ease-in 1;
 
 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1s;
 -moz-animation-duration:1s;
 animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}

.fade-in.two {
-webkit-animation-delay: 0.8s;
-moz-animation-delay:0.8s;
animation-delay: 0.8s;
}

.nav-icon {
	font-size: 48px !important;
}

// Rules for sizing the icon.
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

// Rules for using icons as black on a light background.
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

// Rules for using icons as white on a dark background.
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


#division-stats {
	background-color: #007D4E;
	padding-top: 50px;
	padding-bottom:30px;
	margin-bottom: 0px;
}

#division-stats h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

#division-stats h2 {
	color: white;
	font-weight: 700;
	font-size: 85px;
}

@media (max-width: 767px) {
  #hello {
    padding-top:10px;
    padding-bottom:15px;
  }
  #hello h1 {
  	font-size: 54px;
  	font-weight: 700;
	letter-spacing: -4px;
  }
  #hello h2 {
  	font-size:24px;
  }

  #red {
  	padding-top: 15px;
  }

  #skills {
  	padding-top: 15px;
  	padding-bottom:10px;
  }

  #social{
  	padding-top: 15px;
  	padding-bottom:5px;
  }

  #division-stats {
  	padding-top:15px;
  	padding-bottom:10px;
  }

  #division-stats h2 {
  	font-size:32px;
  	font-weight:700;
  }
  #division-stats h3 {
  	font-size:18px;
  }
  .navbar-brand {
	font-size: 30px;
	}

	.navbar-outline {
		font-size: 30px;
	}
	.nav-icon {
	font-size: 34px !important;
	}
}

.navbar.navbar-secondary {
	font-weight: 400;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #777;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar.navbar-secondary {
		font-weight: 400;
		font-size: 14px;
		padding-top: 60px;
		padding-bottom: 0px;
		background-color: #777;
	}
}
.navbar-secondary > .container > .navbar-nav > li > a {
	color: #ffffff; 
	background-color: transparent;
}

.navbar-secondary > .container > .navbar-nav > li > a:hover {
	color: #ddd; 
	background-color: transparent;
}



#hello-division {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}

#hello-division h1 {
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -4px;
	color: #C0392B;
}

#hello-division h2 {
	color: #c0c0c0;
	font-weight: 400;
}

.chart-tooltip {
	width: 14em;
	font-size: 14pt;
	padding: .5em;
}

.chart-caption {
	text-align: center;
	color: black;
	font-style: italic;
	font-size: 11pt;
	margin-bottom: 2em;
}

.material-icons {
	font-weight: normal !important;
	vertical-align: middle;
}

.input-group-addon-fix {
	padding: 8px 16px !important;
}

.alert-info-inner {
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 1em;
    /*width: 275px;*/
    /*height: 100px;*/
    background-color: #fff;
}
.close {
    margin-top: -20px;
    text-shadow: 0 1px 0 #ffffff;
}

.error {
	color:#C0392B;
}

.blink {
  animation: blink 0.5s steps(5, start) infinite;
  -webkit-animation: blink 0.5s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}


.well {
	background-color: #fff;
}

.btn-sm {
	font-size: 14px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.white-cell {
	background-color: white;
	text-align: right;
}

.white-cell-left {
	background-color: white;
	text-align: left;
}

.cell-left {
	border-left-style: solid;
	border-left-width: 1px;
}

.cell-right {
	border-right-style: solid;
	border-right-width: 1px;
}

.row-color-red {
	background-color: #fee !important;
}

.row-color-blue {
	background-color: #eef !important;
}

.clear-cell {
	background-color: transparent;
	text-align: right;
}


.right-cell {
	text-align: right;
}

.clear-cell-left {
	background-color: transparent;
	text-align: left;
}

.highlight-bold {
	font-weight: bold;
}

.highlight-0 {
	background-color: #FFFFD6 !important;
}
.highlight-1 {
	background-color: #DCFFD6 !important;
}
.highlight-2 {
	background-color: #D6FFF0 !important;
}
.highlight-3 {
	background-color: #FFD5A8 !important;
}
.highlight-4 {
	background-color: #D2BFFF !important;
}
.highlight-5 {
	background-color: #FFBFBF !important;
}
