/*CUSTOM STYLES*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400");
/*page styles*/
body, html {
  font-weight: 300;
}

body {
    margin: 0;
    font-family: Lato;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #bbbbbb;
    background-color: #000000;
}

.bold {
  font-weight: 800;
}

.text-sml {
  font-size: 0.5rem;
}

#nav {
  background-color: #000000;
}

/*title*/
.display-1 { 
  font-weight: 100;
  font-size: 4rem;
}

/*sub title*/
.display-2 { 
  font-weight: 100;
  font-size: 2rem;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

/*section*/
#tags-section {
  padding-bottom: 15px !important;
}

.py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.bg-info {
    background-color: #1d1d1d !important;
    color: #bbbbbb;
}

h1{
  font-weight: 300;
  //font-size: 1.5rem;
}

h3{
  font-weight: 300;
  font-size: 1.5rem;
}

h4{
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.android-logo {
  border: 1px solid #909090;
  border-radius: 4px;
}

.intro-content h4{
  /*text-align: justify;*/
}

.web-app {
    display: inline-block;
    color: #fff;
    background: black;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #787878;
    line-height: 2.6rem;
    min-width: 130px !important;
}

/*threat colours*/
.low-list {
  background: #5FC16B !important;
  color: #000000 !important; }

.moderate-list {
  background: #318AC3 !important;
  color: #000000 !important; }

.substantial-list {
  background: #FBCF5D !important;
  color: #000000 !important; }

.severe-list {
  background: #ff781e !important;
  color: #000000 !important; }

.critical-list {
  background: #f31b1c !important;
  color: #000000 !important; }

.threat-list {
  border: 0px solid !important;
  background-color: transparent !important;
}

.row-threat-footer {
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1;
}

.threat-footer{
  display: inline-block;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

/*make image full screen on mobiles*/
@media (max-width: 576px) {
  .threat-footer{
    padding-bottom: 5px;
  }
}

.top {
  margin-top: 0px !important; }

.inline-tags, .inline-modal-link {
  display: none;
}

/*make image full screen on mobiles*/
@media (max-width: 576px) {
  .container-photo-card {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .caption-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
}

.photo-panel{
  text-align: left;
  font-size: 0.8rem;
}

/*make the images square on larger than mobile screens*/
@media (min-width: 576px) {
  .photo-panel .img-container {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
  }

  .photo-panel .img-container img {
    position:absolute;
  }
}


.inline-date{
  display: block;
}

.tag-list {
  text-align: left;
}



.tag-card{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin: 2px;
  color: #fff;
  border: 1px solid #484848;
  /* background-color: #484848; */
  border-radius: 8px;
}

.share-icon{
  width: 16px;
  height: auto;
  float: right;
  padding-top: 10px;
  margin-right: 0px;
}

.go-back{
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 10px;
  background-image: url('../img/back2.png');
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.go-back:active, .go-back:hover, .tag-card:hover, .tag-card:active{
  /* background-color: #6A6A6A; */
  text-decoration: none;
  /* color: #00698F; */
}

@media (max-width: 760px) {
  .photo-panel{
    border-bottom: 1px solid #5A5A5A;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
  }
  .inline-tags, .inline-modal-link {
    display: block;
  }
  .photo-panel img {
    padding-bottom: 10px;
  }
  .share-icon{
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
}

/*social icons*/
#twitter-share, #fb-share, #tumblr-share,
#pinterest-share,
#email-share,
#copy-share {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  /*background-color: #484848;*/
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
}

#twitter-share:active, #Twitter-share:hover,
#fb-share:active, #fb-share:hover,
#tumblr-share:active, #tumblr-share:hover,
#pinterest-share:active, #pinterest-share:hover,
#email-share:active, #email-share:hover,
#copy-share:active, #copy-share:hover {
  background-color: #6A6A6A;
}

#fb-share {
  background-image: url('../img/share/facebook-white.png');
}

#twitter-share {
  background-image: url('../img/share/twitter-white.png');
}

#tumblr-share {
  background-image: url('../img/share/tumblr-white.png');
}

#pinterest-share {
  background-image: url('../img/share/pinterest-white.png');
}

#email-share {
  background-image: url('../img/share/email-white.png');
}

#copy-share {
  background-image: url('../img/share/copy-white.png');
} 



 /*Get link modal styles*/
.modal-backdrop {
  opacity: 0.4 !important;
}

.modal-header, .modal-footer {
  border-top: 0px solid !important;
  border-bottom: 0px solid !important;
}

.modal-content {
  background-color: #2F2F2F !important;
  color: #ffffff;
}

.close{
  color: #ffffff !important;
  text-shadow: 0 0 0 !important;
}

.modal-body{
  overflow-x: scroll;
}

.modal-body::-webkit-scrollbar {
  background-color: #2F2F2F;
}

.modal-body::-webkit-scrollbar-thumb{
  background-color: #000000;
}

.click-copy {  
  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */   
}

#GetLinkModal .btn-secondary {
  color: #ffffff !important;
  background-color: transparent !important;
}

#GetLinkModal .btn-primary {
  color: #00b0eb !important;
  background-color: transparent !important;
}

.appstorelogo {
    display: inline-block;
    background-image: url("../img/Download_on_the_App_Store_Badge_US-UK_135x40.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:140px;
    height: 42px;
}

.googleplaylogo {
    display: inline-block;
    background-image: url("../img/en-googleplay_badge_web_generic.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:140px;
    height: 42px;
}


