/*!
 * Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
   padding-top: 1%;  /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
/*    background-color: whitesmoke;*/

    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}
.container{
/*    border: black;*/
    width: 100%;
    background-color: transparent;
    
}

.img-responsive{
/* border: solid;*/
/*    border-radius: 10px;*/
/*    border-color: yellow;*/
    border-width: thin;

    height: 300px;
    object-fit: contain;
    object-position: center;
}

.img-responsive:hover{
    border-width: thin;
    border-color:yellow;
    text-decoration: underline;
    
}

.page-header{
    font-size: 22pt;
    padding-top: 6px;
    padding-left: 10px;
/*     padding-right: 50%;*/
/*     background-color: rgb(127,127,127);*/
   /* background-color: rgb(255,255,255); */
   background-color: rgb(255, 255, 100);
   /* background-color: rgb(255,255,255); */
/*    background-color:  transparent;*/
    /* border: none; */
    border-top: solid;
    /* border-top: none; */
    border-bottom: solid;
    border-bottom: none;
/*    border-width: thin;*/
    vertical-align: bottom;
    float: left;
    width: 100%;
/*    color: whitesmoke;*/
/*
    border: solid;
    border-color: darkgrey;
    border-width: thin;
*/

}

.project-description{
    padding-left: 0px;
    text-align: left;
}

.portfolio-item {
    margin-bottom: 0px;
    padding-top: 15px;
    background-color: transparent;
   
}

.portfolio-item:hover {
    /* background-color: rgba(220,220,220,0.8); */
    background-color: rgba(255, 255, 0, 0.5);
    text-decoration: underline;
    
}

.cv-description{
    padding-left: 0px;
    padding-bottom: 2pt;
    text-align: left; 
}

.cv-date{
    padding-left: 5%;
    text-align: left; 
}

#cv{
    padding-left: 20px;
}
.cv-list{
    list-style-type: none;
}

footer {
    margin: 50px 0;
}

.navbar-brand{
    float: left;
    vertical-align: top;
    padding: none;
    background-color: transparent;
    
}

.navbar {   
/*    background-color: whitesmoke;*/
    width: 100%;
    height: 15%;
   
    border: solid;
    text-align: right;
    float:right;
    vertical-align: bottom;
    background-color: transparent;
    
}

.nav {
    align-content: flex-end;
    vertical-align: bottom;
/*    height: auto ;*/
    font-size: 16pt;
    width: 100%;
    text-align: left;
    float:right;
    
    
   
}
.navbar-nav {
    background-color: transparent;
/*    border: solid;*/
    width: 100%;
    text-align: right;
    float:right;
    vertical-align: bottom;
    padding-top: 10px;
    
}

.navitem {
    padding-left: 10px;
    padding-right: 100px;
    text-align: left;
/*    float:right;*/
}
.navitem:hover {
    /* background-color: rgba(220,220,220,0.8); */
    background-color: rgba(255, 255, 0, 0.8);
/*    color: whitesmoke;*/

}

#logo{
    opacity: .75;
    float: left;
    width: 60%;
    height: auto;        
}
#logo:hover{
    opacity: 1;
       
}
/*
.navbar-brand:hover{
     opacity: .4;
}
*/

#about{
    opacity: .25;
    float: left;
    width: 180%;
    height: auto;        
}



a {
    color : black;
    text-decoration: none;
}

a:visited {
    color : black;
    text-decoration: none;
}
a:link {
     color : black;
    text-decoration: none;
}
a:active {
    color : black;
    text-decoration: none;
}

a:hover{
    color: darkslategrey;

    text-decoration: underline;     
}

li {
    background-color: transparent;
}

.container{
    background-color: transparent;
}

h3 {
    font-size: 15pt; 
    text-align: justify;
}

.navbar-bottom{
    align-content: center;
    text-align: center;   
}
.navitembottom{
    text-align: left;
    padding-left: 1%;
    
}

.holder{
    background: yellow;
    text-align: center;
    vertical-align: center;
    width: 250px;
    height: 150px;
}

