/* CSS Document */

@font-face {
	font-family: "Myriad Pro Black";
	src: url('../fonts/MyriadPro-Black.otf') format('opentype');
}

body {
	background-color: #fff;
	font-family: Helvetica, sans-serif;
	overflow-y: scroll;
	color: #000;
}
a {
	color: #000;
}
/* Header area */

.jumbotron {
	padding: 0;
	text-align: center;
	/*background-image: url('../images/1400x500_3.png');*/
	background-image: url('../images/dannydebie-header-dark.png');
	/*background-color: white;*/
	background-size: cover;
	background-position: center;
	/*text-transform: uppercase;*/
	height: 100%;
	/*color: #d8ff93;*/ /*Jasper*/
	/*color: #F0563D; /*draco1*/
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.jumbotron h1 {
	/*fone-size: 11vm;*/
	font-size: 8vw;
	font-family: "Myriad Pro Black", sans-serif;
	white-space: nowrap;
}

.container .jumbotron {
	border-radius: 0px;
}

.fader {
	-webkit-animation: fadi 5s 1;
	-moz-animation: fadi 5s 1;
}
 @-webkit-keyframes fadi {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-moz-keyframes fadi {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/* Address area */
.address {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 15px;
}

.address a {
	text-decoration: none;
	border-bottom: 0px;
	outline: 0;
	color: #000;
}
	

/* Text area */
.whitebox {
	padding: 1% 1% 1% 1%;
	color: #000;
	background-color: #FFFFFF;
	line-height: 1.25;
}
.well {
	background: #FFFFFF;
	color: #000;
	border-color: #fff;
	box-shadow:none;
}
.well h1 {
	text-align: center;
	font-size: 2.5vw;
	/*color: #2393fb;*/
	color: #F0563D;
}
.well img {
	height: 150px;
	border-radius: 0px;
}

.well a {
	text-decoration: none;
	/*border-bottom: 1px dotted #F0563D;*/
	border-bottom: 0px;
	outline: 0;
	color: #000;
	font-style: italic;
}

.faq a {
	font-style: normal;
}

.flag-background {
	/*background: linear-gradient(to bottom, #FFEAEA , #FFEAEA 16.66%, white 0, white 33.33%, #E0E0FF 0, #E0E0FF 66.66%, white 0, white 83.33%, #FFEAEA 0, #FFEAEA 100% );*/ /*Jasper*/
    /*background: linear-gradient(to bottom, #F0563D , #F0563D 16.66%, white 0, white 33.33%, #a1bcff  0, #a1bcff 66.66%, white 0, white 83.33%, #F0563D 0, #F0563D 100% );*/ /*draco1*/
	background: linear-gradient(to bottom, #F0563D, #F0563D 16.66%, white 0, white 33.33%, #54ADFF 0, #54ADFF 66.66%, white 0, white 83.33%, #F0563D 0, #F0563D 100% ); /*draco2*/
}
.navbar-default {
	border-color:#000;
	border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}


.navbar-default .navbar-brand {
	color: #000;
	background-color: #fff;
}

.navbar-default .navbar-brand:hover {
	color: #000;
	background-color: #fff;
}



.navbar-default .navbar-nav>.active> a, .navbar-default .navbar-nav>.active> a:focus, .navbar-default .navbar-nav>.active> a:hover {
	background: #54ADFF;
	color: #000;
}
.navbar-collapse {
	background: #fff;
}
.navbar .navbar-toggle .icon-bar {
	background-color: black;
}

.navbar .navbar-toggle {
	border-radius: 0px;
	border-color: #000;
}

.navbar .navbar-toggle:hover {
	background-color: white;
}

.navbar .navbar-toggle:active {
	background-color: white;
}

.modal-header {
	background: #54adff;
	border-radius: 0px;
}
.modal-content {
	border-radius: 0px;
}
	
.gap-right {
	margin-right: 10px;
}

@media (max-width: 768px) {
.well h1 {
	font-size: 20px;
}
.well h2 {
	font-size: 16px;
}
.well h3 {
	font-size: 14px;
}
.jumbotron h1 {
	font-size: 12vw;
}
}

@media (max-width: 640) {
.well img {
	height: 75px;
}
.jumbotron h1 {
	font-size: 15vw;
}

}
p.indent {
	text-indent: 30px;
}
.footer {
	margin-top: -10px;
	margin-bottom: 20px;
	padding-top: 2px;
	border-top: thin solid #000;
}
.btn-primary {
	background: #54ADFF;
	color: #000;
	border-radius: 0px;
}
textarea {
	resize: none;
}

.panel {
	border: none;
	-webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
}

.panel-default {
	background: white;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: black;
}

.panel-body img {
	height: 35px;
}

.panel a {
	border-bottom: 0px;
}

.panel-body a {
	/*border-bottom: 1px dotted #F0563D;*/
	font-style: italic;
}

.panel-default > .panel-heading {
	background: white;
}

.panel-default .glyphicon {
	color: #000;
}




/*******************************************
SKILLS
*******************************************/

.skills a {
	color: #fff;
	text-decoration: none;
	/*border-bottom: 1px dotted #fff;*/
	outline: 0;
	border-bottom: 0px;
	font-style: normal;
}
.item-skills {
	height: 1.5em;
	/*background: #F0563D; /* Original color: F0563D */
	background: #54ADFF;
	color: #fff;
	padding: 0.1em 0.2em;
	margin-bottom: 0.3em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.0em;
	font-weight: 600;
}
.popovers {
	color: #000;
}
.popovers a {
	color: #fff;
	text-decoration: none;
}
.skills-legend {
	margin-top: 20px;
	opacity: 0.8;
}
.skills-legend:before {
	width: 100%;
	height: 3px;
	position: relative;
	content: ' ';
	display: block;
	margin-bottom: -13px;
	background: #000;
}
.skills-legend div {
	width: 25%;
	display: inline-block;
	font-size: 1em;
	color: #000;
	float: left;
}
.legend:before {
	width: 3px;
	height: 10px;
	position: relative;
	content: ' ';
	display: block;
	margin: auto;
	margin-bottom: 15px;
	background: #000;
}
.legend-left.legend:before {
	margin-left: 0;
}
.legend-right.legend:before {
	margin-right: 0;
}
.legend-left:nth-child(2) span {
	margin-left: -25px;
}
.legend-right:nth-child(3) span {
	margin-right: -20px;
}
.legend-right {
	text-align: right;
}
/*******************************************
LANGUAGES
*******************************************/
#language-skills .skill {
	font-size: 1em;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
#language-skills .skill .icons {
	width: 111px;
	height: 1px;
	background: url(../images/star-grey.png) no-repeat;
}
#language-skills .skill .icons-red {
	background: url(../images/star-red.png) no-repeat;
}

/*******************************************
Override Default Navbar collapse so it collapse at 1000px.
*******************************************/

@media (max-width: 1000px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}

/* testing */
