@import url("https://fonts.googleapis.com/css?family=Acme");
@import url("https://fonts.googleapis.com/css?family=Cuprum");

body {
	color: black;
	/* background-color: white; */
	background-repeat: repeat-y;
	background-image: url("../img/theme/Background.jpg");
	background-attachment: fixed;
	/*object-fit: contain;*/
	background-size:cover;
}

.topnavbar {
	color: black;
	font-weight: bolder;
	background-color: #6C1B93;
	border: 10px solid #6C1B93;

	
	/*
	a:link { color: black };
	a:visited { color: black };
	a:hover { color: green };
	a:active { color: green };
	
	a:hover{};
	text-decoration: none;
	*/

}

.box {
	color: black;
	background-color: #f2e6ff;
	border: 10px solid #f2e6ff;
/*     border-radius: 5px; */
}

/*
h1{color: black;}
h3{color: black;}
*/
.name{
	font-family: 'Acme', sans-serif;
	font-size: 20px;
}
.txtMargin{
	margin-left: 20px;
}
.resumeName{
	font-family: 'Acme', sans-serif;
	font-size: 40px;
}
.resumeHeading{
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
    font-size: 22px;
}
.navLinks{
	font-family: 'Cuprum', sans-serif;
	font-size: 25px;
}

.content {
	/* http://davidshariff.com/blog/css-transparent-background/ */
	/* default fallback */
	background: rgb(255, 255, 255) transparent;
	/* nice browsers */
	background: rgba(255, 255, 255, 0.9);
	/* IE 6/7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
	/* IE8 */    
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF)";

	border: 5px solid rgba(255, 255, 255, 0.8);
	
}

.clicked{
	color: #009000;
	text-decoration: none;
}

.notClicked{
	color: black;
	text-decoration: none;
	hover { background-color: green ;}

	/*a:link { background-color: black ;}
	a:active { background-color: green ;}*/
}

.image{
	float: left;
    margin-right:10px;
	border: 2px solid black;
}
/*
h1{
	color: black;
}

h3{
	color: black;
}
*/

p {
	color: black;
	margin-left: 20px;
    font-family: 'Cuprum', sans-serif;
}

li {
    font-family: 'Cuprum', sans-serif;
}

.font{
    font-family: 'Cuprum', sans-serif;
}

.p18 {
	font-size: 19px;
}

.p16 {
	font-size: 16px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix2::after {
    content: "";
    clear: both;
    display: table;
    margin-right: 10px;
    float: right;
    
/*     width: auto; */
/*     overflow: hidden; */
/*     word-wrap:break-word; */
}
.textLst {
    margin-right: 10px;

}    

.alignLeft {
	float: left;
	margin-left: 10px;
}
.alignRight {
	float: right;
	margin-right: 15px;
}
.alignCenter {
	text-align: center;
}

.shrinkImg {
    max-heightheight: 25%;
    max-width: 25%;
}

ul.lst {
  list-style-position: inside;
  margin: 0;
/*   padding: 10; */
/*   float: left; */
/*   margin-left:340px; */

}

/*
a:link { color: blue };
a:visited { color: orange };
a:hover { color: green };
a:active { color: green };
*/
