@charset "UTF-8";


div.jumbotron {
    text-align: center;
    background-color: black;
    color: white;
    padding: 40px 50px;
    margin: 0px;
    font-family: 'Copperplate', serif;
    text-shadow: 1px 1px 1px dimgray;
}

#top {
    background: linear-gradient(white, black);
    padding: 7px;
}

.jumbotron h4 {
    font-family: 'Muli', sans-serif;
    letter-spacing: 2px;
}

.col-sm-12 {
    padding: 30px;
    background: linear-gradient(black, white)
}

h1 {
    font-family: 'Muli', sans-serif;
    letter-spacing: 6px;
    padding-bottom: 20px;
}

h3 {
    padding: 0px 20px 30px 20px;
}

.container-fluid {
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.imgborder {
    border-color: black;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0px 2px 2px black;
}

.glyphicon {
    font-size: 24px;
    text-align: center;
    margin: 0px 0px;
    color: black;
    text-shadow: 0px 1px 1px black;               
}

.menu {
    padding: 0px 0px;
}

.menu a {
    color:white;
    text-decoration: none;
    font-size: 14px;
    margin: 10px 0px;
}

.menu a:hover {
    color: gray;
    text-decoration: none;
}

.col-sm-5 a {
    color: black;
    text-decoration: none;
}

.col-sm-5 a:link, a:visited, a:active, {
    text-decoration: none;
}

.col-sm-5 a:hover {
    text-decoration: none;
    color: gray;
}

ul.long_list {
    text-align: left;
    margin: 0px 0px 0px 50px
}

.col-sm-5 {
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif;
}

#Portfolio {
    margin-bottom: 20px;
}

#link {
    text-decoration: underline;
}

.navbar {
    background-color: black;
    max-height: 20px;
    font-family: 'Muli', sans-serif;
    letter-spacing: -1px;
}

.menu li {
    display: inline;
    padding: 0px 20px;
}


/*
#fade {
  position:relative;
  margin:0 auto;
}

#fade img {
  position:absolute;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@keyframes rotateImages {
    0% {
    opacity:1;
    }
    45% {
    opacity:1;
    }
    55% {
    opacity:0;
    }
    100% {
    opacity:0;
    }
}

#fade img.top {
animation-name: rotateImages;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 10s;
animation-direction: alternate;
}



/*these are used to make image size responsive, and are both combined into the img-responsive class in Bootstrap
img {
    max-width: 100%
    height: auto
}
*/



/*
.glyphicon-eye-open {
    color: cadetblue;
}

.glyphicon-fire {
    color: maroon;
}

.glyphicon-folder-open {
    color: indigo;
}

.glyphicon-check {
    color: darkgreen;
} */
