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








/* my blue: rgba(50,107,200,1.00) */



/* NAV
-------------------------------------------------- */

.navbar{z-index: 99;
	background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);}

.nav-item{font-family: 'Helvetica','sans-serif';
	font-size: 15px;
	font-style:normal;
	font-weight: 500;
	color: rgba(255,255,255,1.00);
}


@media only screen and (max-width : 768px) {
    .nav-item {
    background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);;
  }
}

@media only screen and (max-width : 768px) {
    .navbar {
    background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);;
  }
}

@media only screen and (max-width : 768px) {
    .navbar-brand {
    background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);;
	padding-bottom: 1em;
  }
}

.navbar-brand{margin-right: 0rem;
    margin: auto;    
    display: block;
	color: rgba(255,255,255,1.00);
}

.nav_icons{text-align:end;
	color: rgba(255,255,255,1.00);
}


@media only screen and (max-width : 768px) {
    .navbar-collapse {
    background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);
  }
}

.navbar-toggler:focus{
    outline: none!important;
    box-shadow: none;
	background:rgba(50,107,200,1.00);
	padding-bottom: 1em;
	border: 0px;
	color: rgba(255,255,255,1.00);
}

.navbar-toggler{
    outline: none!important;
    box-shadow: none;
	background:rgba(50,107,200,1.00);
	border: 0px;
	color: rgba(255,255,255,1.00);
}

.navbar-toggler-icon:focus {
    outline: none!important;
    box-shadow: none;
	color: rgba(255,255,255,1.00);
}

/* NAV
-------------------------------------------------- */
















/* RESUME
-------------------------------------------------- */


.resume{background:rgba(255,255,255,1.00);
	color:rgba(0,0,0,1.00);
}


/* RESUME
-------------------------------------------------- */



















/* FOOTER
-------------------------------------------------- */

.footer{background:rgba(50,107,200,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.footer a:link { text-decoration: none;
	color:rgba(255,255,255,1.00);}
.footer a:visited { text-decoration: none; 
	color:rgba(255,255,255,1.00);}
.footer a:hover { text-decoration: none;
	color:rgba(255,255,255,1.00);}
.footer a:active { text-decoration: none;
	color:rgba(255,255,255,1.00);}


.footer h4{font-family: 'Helvetica','sans-serif';
	font-weight: 500;
	color:rgba(255,255,255,1.00);
}



.footer ul{list-style-type: none;
	font-family: 'Helvetica','sans-serif';
	font-size: 20px;
	font-weight: 300;
	color:rgba(255,255,255,1.00);
	line-height: 2em; 
}



.footer p{font-family: 'Helvetica','sans-serif';
	font-size:10px;
	font-weight: 300;
	color:rgba(255,255,255,1.00);
}



/* FOOTER
-------------------------------------------------- */