@font-face {
    font-family: birch;
    src: url(../assets/PRISTINA.TTF);
}

body {
    font-family: "Calibri";
    background-image: url('../assets/starfield.jpg');
}

.container {
    width: 1050px;
    padding-top: 150px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.theme {
    display: inline-block;
}

.theme:hover .ddlContent {
    display: block;
}

.footer {
    width: inherit;
    text-align: center;
    color: white;
    padding: 40px 0px 40px 0px;
    background: -webkit-linear-gradient(rgba(50,60,255,0.7), rgba(50,50,255,0.1));
    background: linear-gradient(rgba(50,60,255,0.7), rgba(50,50,255,0.1));
    border-left: solid 2px #003cff;
    border-right: solid 2px #003cff;
    border-bottom: solid 2px #003cff;
    clear:both;
}

.openMenu {
    display: inline-block;
    position: relative;
}

.ddlContent {
    color: black;
    display: none;
    position: absolute;
    bottom: -20px;
}

.ddlContent li {
    width: 200px;
    padding: 20px;
    background-color: #f9f9f9;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
}
.ddlContent li:hover {
    background-color: #FFBBBB;
    cursor: pointer;
}
.ddlContent a {
    display: block;
    font-weight: bold
}

.keepOpen {
    visibility: hidden;
    padding: 10px 20px 10px 20px !important;
}


.navigation {
    font-weight: bold;
    font-size: large;
    background: -webkit-linear-gradient(rgba(50,50,255,0.1), 
                                rgba(50,60,255,0.7));
    background: linear-gradient(rgba(50,50,255,0.1), 
                                rgba(50,60,255,0.7));
    border-left: 3px solid #003cff;
    float:left;
}

.ulNavigation li {
    position: relative; /* Dont delete !*/
    color: azure;
    background: -webkit-linear-gradient(rgba(110,170,250, 0.9), 
                                rgba(0,30,250, .1));
    background: linear-gradient(rgba(110,170,250, 0.9), 
                                rgba(0,30,250, .1));
   
    padding: 18px 40px 18px 40px;
    border-right: solid 1px black;
    border-top: solid 1px blue;
    border-bottom:  solid 1px black;
    max-width: 160px;
}
.ulNavigation li:first-child {
    padding-left: 40px;
    border-top: solid 1px black;
}
.ulNavigation li:last-child {
    padding-right: 40px;
    border-bottom: solid 1px black;
}
.ulNavigation li a {
    cursor: inherit;
}
.navSelected { 
    /*Using a lot of importants. Am i getting specificity wrong?*/
    background: white !important;
    cursor: default !important;
    color: black !important;
    text-decoration: underline;
    border-right: solid 1px white !important;
    border-top: solid 1px black !important;
    border-bottom:  solid 1px black !important;
}

.ulNavigation li:hover:not(.navSelected) {
    background: #6699FF;
    cursor: pointer;
    color: white;
    text-decoration: underline;
}
.ulNavigation li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.myHeading {
    width: 100%;
    background: -webkit-linear-gradient(rgba(50,60,255,0.1), rgba(50,50,255,0.7));
    background: linear-gradient(rgba(50,60,255,0.1), rgba(50,50,255,0.7));
    border: solid 2px #0c30ac;
    padding: 10px 20px 20px 20px;
    color: white;
}

.name {
    display: block;
    font-size: 3em;
}
.tagline {
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}


.mainContent {
    overflow: hidden;
    background-color: white;
    padding: 8px 20px;
    border-top: solid 1px black;
    border-right: solid 2px #003cff;
    border-bottom: solid 1px black;
    float: right;
    width: 20%;
    -webkit-flex-grow: 1; 
    flex-grow: 1;
}

.mainContent p {

}

.mainContent h1 {
    font-size: 3em;
    border-bottom: 1px solid black;
}

.selfie img {
    width: 200px;
    display: block;
    border-radius: 60px;
    float:right;
}

.qualdiv {
	padding: 30px 30px 12px 30px;
	margin-left: 25px;
	display: inline-block;
	text-align: center;
}







.carouselbox {
    font-family: helvetica,sans-serif;
    font-size: 13px;
    width: 500px;
    position: relative;
    margin: 1em;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px #ccc;
    overflow: hidden;
}
.cbox {
    margin: 0;
    padding: 0;
}
.cbox li {
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    z-index: 2;
}
.active {
    height: 130px;
}
.active li {
    position: absolute;
    top: 200px;
}
.active li.current {
    top: 30px;
}
.active .buttons {
    padding: 5px 0;
    background: #eee;
    text-align: center;
    z-index: 10;
    position: relative;
}
.carouselbox button {
    border: none;
    display: none;
}
.active button {
    display: INLINE-block;
}
.offscreen {
    position: absolute;
    left: -2000px;
}











/* Form Styles */
form {
	padding-top: 20px;
}

label {
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
	margin-bottom: 10px;
}

input {
	 width: 160px;
}

textarea {
	width: 80%;
	height: 150px;
}


/* Project PAge */
.projectArray {
    position: relative;
    top: 0px;
}

.projectSpan img {
	height: 50px;
	width: 50px;
	margin: 0px 2px 0px 2px;
	border: solid 2px white;
	vertical-align: middle;
}

.projectSpan img:hover {
	height: 50px;
	width: 50px;
	margin: 0px 2px 0px 2px;
	border: outset 2px blue;
	border-bottom: solid 2px white;
}

.projectThumbnail {
    width: 100px;
    height: 100px;
}

.projectYear {
    font-size: xx-large;
    font-style: italic;
    padding-top: 20px;
}

.projectPreviewTitle {
    
}