body{
    background-color: #222;
    color:#aaa;
}

h1{
    font-size: 32px;
}
h2{
    
    font-size: 20px;
}


 h3{
    text-shadow: 0 0 20px #000000;
    font-weight: normal;
    font-size: 18px;
    padding: 5px;
    z-index: 7; 
}

a{
    text-decoration: underline;
}




.nonClickable{
     pointer-events: none;
}

.infoText{
    font-size: 8px;
    padding: 20px;
}

.cursiv{
    font-style: italic;
}




.previewBackground{
    width:200px;
    height:200px;
    background-color: #000;
}

.previewImage{  
  
  
    min-height: 300px;
    background-size: cover;
    
}

.container{
    width:100%;
    max-width: 100%;
    padding: 0px;
}
.img-full-width{
    display: block;
    width: 100%;
}

.input{
    color:#888;
}
text-pad {
    padding: 3px;
}
.btn-margin {
    margin-left:5px;
    margin-right:5px;
}

.info {
    font-family: serif; 
    font-size: 0.8em; 
    position:absolute;
    top:4em;
    padding:10px;
}	
.login {
    position:relative;
    top:10px;
    width: 100%;
}
#status {
    margin: 10px 10px 10px;
}
input.taggd-item-input {
    color:white;
}
.creative-commons-logo
{
    float:right;
    max-width:200px;
    padding:5px;
}
.desc{
    /* background-color: #fff; */
    /* top: -22px;*/
    /* color: #fff; */
    /* left: 0; */
    opacity: 0.7;
    position: relative;
    /* width: 330px; */
}

.fix{
    width: 100%;
    padding: 0px;
}
#facebook-share-link{
    cursor: pointer;
    font-size: 0.9em;
}
.tt-menu {
    max-height: 150px;
    overflow-y: auto;

    /*width: 100%;*/
    width:226px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: rgba(219, 50, 92, 0.75);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 3px 20px;
    /* font-size: 16px; */
    /* line-height: 24px; */
}
.tt-hint {
    visibility:hidden;
}

.footer {
  
    bottom: 0px;
    width: 100%;
    padding:0px;
    /* Set the fixed height of the footer here */
    height: 60px;
  
}

#top-logo{
    margin:-15px;
    height:50px;
}

.imageThumbnail{
    width:100%;
}



.thumbnail{

    border:none;
}

.navbar{
    border:none;
}

.navbar-header{
    background-color: #333;

}
.navbar-header{
    
}

.navbar-collapse{
    background-color: #333;

}

.frontpageView .row{
    margin-top:30px;
}

.frontpageView a{
    color: #FFF;
    min-height: 600px;
}
.frontpageView{
    width:100%;
  
    position: relative;
    color: #FFF;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;

}
.frontpageViewLogo{
    width:100%;
    opacity: 1;
}


.frontPageViewInfo{
    text-align: left;
    width:100%;
    position: absolute;
    top:50px;
    padding: 0px;
    left:0px;



}


.thumbnailImage{
    width:50px;
    height:50px;
    padding: 0 !important;
    margin: 0 !important;
    border: none;

}

.search-input{
    width:400px;
    margin-left: auto;
    margin-right: auto;
}

.tagInput{
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
   opacity:0.85;
   z-index: 1;
}

.typeahead{
    background-color: #FFF;
}

.search_term {
    background-color: #FFF;
    
}

.tt-menu{
    background-color: #FFF;
}

.tagMode{
    
    cursor:crosshair;
}

.largeIcon {
    color:#aaa;
    font-size: 50px;
    margin:10px;
}

.shadow {
    -webkit-filter: drop-shadow( -5px -5px 5px #000 );
            filter: drop-shadow( -5px -5px 5px #000 ); /* Same syntax as box-shadow */
}

.searchResultImage{
    padding:30px;
    height:150px;
    width:150px;
}

.svgContainer{
    
    width:800px;
    height:800px;
}

.latest-tags{
    margin-top:10px;
    margin-bottom: 10px;
}

.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover{    
      color: #aaa;
        text-shadow: none;
}
.navbar-nav li a, a:hover, a:active {
    color: #aaa;
        text-shadow: none;

}

.info-text{
    color:#FFF;
    background-color:#333;
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;
    margin:5px;
}

.spinner {
  height: 60px;
  width: 60px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: rotation .8s infinite linear;
  -moz-animation: rotation .8s infinite linear;
  -o-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-left: 6px solid rgba(250,250,250, .15);
  border-right: 6px solid rgba(250,250,250, .15);
  border-bottom: 6px solid rgba(250,250,250, .15);
  border-top: 6px solid rgba(250,250,250, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
