@charset "UTF-8";
/* CSS Document */

/*.navbar_ .brand_ {
	padding-top: 10px; !important	
}*/

/*footer{
background: url('../img/bg-content_blue.jpg') repeat scroll 50% 50% transparent;
}

#content{
	bottom-padding: 0px; !important	
}*/


#name{
	font-size: 48px; !important;
}

.noPadding{
	padding-bottom: 0px; !important;
}

.resumeItems{
	padding: 0px 0px 10px 20px;
} 

.resumeBold{
	font-weight: bold;
	color: #545454;
}

.resumeBlue{
	color: #26B3E0;
	font-style: italic;
	font-weight: bold;
}

.resumeLine{
	text-decoration:underline;
	font-weight: bold;
	color: #545454;
}

.resumeName{
	margin-left: 10px;
	position:: relative;	
	float: left;
}

.resumeAddress{
	margin-left: 10px;
	margin-top: 42px;
	position:: relative;	
	float: left;
}

.myName{
	text-align:center; !important;
}

#logoDisplayed{
    display: block;
	margin-top: 15px;
    margin-left: auto;
    margin-right: auto
}

#profileIMG{
	float: right; !important;	
}

#gameIMG{
	margin:auto; !important;	
}

#ubaltIMG{
	padding: 10px 0 20px 0;	
}

#ubaltLPad{
	padding-right: 0px; !important;	
}

.orangeP{
	font-weight: bold;
	/*color: #26B3E0; !important;*/	
}

.workPadding{
	margin-bottom: 40px;
}

#educationMargin{
	margin-left: 0px; !important;		
}

.embed-container{
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;	
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) and (max-width: 979px) {
#profileName{
	font-size: 21px; !important;
}	
}

@media (min-width: 980px) and (max-width: 1299px) {
  #profileName{
	font-size: 28px; !important;
}
}