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

/*

colour scheme - new

#F49121	Light orange
#0B6A38	Dark green
#8DC940	Light green
#27AAE1	Light blue
#2B328F	Dark blue
#9C0B62	Plum
#E90077	Magenta
#8E138E	Purple
#ED552A	Orange

*/

 /* Global Styles */

 @font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BEBASNEUE-BOLD.OTF');
   font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BEBASNEUE-BOOK.OTF');
   font-weight: 300;
   font-style: normal;
 }
 @font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BEBASNEUE-LIGHT.OTF');
   font-weight: 200;
   font-style: normal;
 }
 @font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BEBASNEUE-REGULAR.OTF');
   font-weight: 500;
   font-style: normal;
 }
 @font-face {
   font-family: 'BebasNeue';
   src: url('../fonts/BEBASNEUE-THIN.OTF');
   font-weight: 100;
   font-style: normal;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans-Regular.ttf');
   font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'OpenSans';
   src: url('../fonts/OpenSans-Light.ttf');
   font-weight: 200;
   font-style: normal;
 }
 @font-face {
   font-family: 'Incopins Clusters';
   src: url('../fonts/Incopins Clusters.ttf');
   font-weight: 400;
   font-style: normal;
 }
 @font-face {
   font-family: 'Incopins Clusters';
   src: url('../fonts/Incopins Clusters Bi.ttf');
   font-weight: 700;
   font-style: italic;
 }
 @font-face {
   font-family: 'Incopins Clusters';
   src: url('../fonts/Incopins Clusters b.ttf');
   font-weight: 700;
   font-style: normal;
 }

body,
html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "BebasNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

body {
  background-color: #fff;
  font-family: "OpenSans", "Helvetica", sans-serif;
  font-size: 150%;
}

h4 {
  font-size: 300%;
  color: black;
}

p, p.lead {
  font-size: 140%;
}



.introImage {
  border: 6px solid #27AAE1;
  width: 65%;
}

ul.bullets {
  list-style-type: square;
  font-size: 120%;
}

.alert {
  font-size: 140%;
  height: 100px;
  margin: 60px 0 20px 0;
}

.topnav {
    font-size: 16px;
    font-weight: bolder;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 5px;
    text-align: center;
    color: #fff;
    background: url(../img/post-it-notes-BrettJames.jpg) no-repeat center center;
    background-size: cover;
    border-top: 1px solid #9C0B62;
    border-bottom: 1px solid #
}

.intro-message {
    position: relative;
    padding-top: 7%;
    padding-bottom: 7%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
    font-size: 6em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Incopins Clusters";
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #F49121;
    border-bottom: 1px solid #F49121;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(255,255,255,0.9);
    font-size: 400%;
    font-weight: 700;
    color: black;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
        font-size: 140%;
        text-transform: uppercase;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #F49121;
    border-bottom: 1px solid #F49121;
}

.section-heading {
    margin-bottom: 10px;
}

h2.section-heading {
    font-family: "BebasNeue","Helvetica Neue", Helvetica,Arial,sans-serif;
    color: #9C0B62;
    font-size: 500%;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #F49121;
}

.banner {
    padding: 100px 0;
    color: #fff;
    background: url(../img/post-it-notes-BrettJames.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

p.copyright {
    margin: 15px 0 0;
}


/* Styles created or overridden for GEEmap */

.spamtrap {
  display: none;
}

.btn-download {
  margin: 30px 0 30px 0;
  font-size: 170%;
  font-weight: 600;
  padding: 10px;
  border: 2px solid #efefef;
  color: #efefef;
}
.btn-geemap {
  width: 100%;
  margin-top: 2%;
  font-size: 300%;
  font-family: 'BebasNeue';
  font-weight: 700;
  background-color: #0B6A38;
  border: 0;
}
.btn-geemap:hover {
  background-color: #8DC940;
}
.control-label-geemap {
  padding-top: 11px;
  font-size: 350%;
  font-family: 'BebasNeue';
  font-weight: 700;
  color: #2B328F;
}
.form-control-geemap {
  font-size: 150%;
  height: 48px;
  font-weight: 500;
  color: #9C0B62;
  border: 1px solid #9C0B62;
}
.geemap-organisation {
  padding: 2%;
  margin: 2% 0 2% 0;
  border: 1px solid #9C0B62;
  border-radius: 12px;
  background-color: rgba(156, 11, 98, 0.02);
}
.geemap-fieldset {
  border: 2px dotted #9c0b62;
  background-color: rgba(156, 11, 98, 0.02);
  padding: 2%;
}
.geemap-legend {
  color: white;
  border: 2px solid white;
  background-color: #9c0b62;
  padding: 0.5% 0.5% 0.5% 5%;
  font-size: 200%;
  font-weight: 500;
}
.geemap-label-span {
  text-align: right;
  font-size: 100%;
  margin-top: 1%;
  color: #333;
  display: inline;
}
.row-spacer {
  padding-bottom: 50px;
}
.navbar-inverse {
  background-color: #9C0B62;
}

/* Styles used for /geo-map */
#geographicalMap {
  height: 81vh;
  border-bottom:1px solid #2B328F;
  border-top:1px solid #2B328F;
  background-color: #CFBBA9;
}
.geemap-popup {
  border-radius: 5px;
  font-family: 'Open Sans';
  font-size: 300%;
  font-weight: 400;
}
.geemap-popup h4 {
  font-family: 'BebasNeue';
  font-size: 500%;
  font-weight: 700;
}
.geemap-description {
  font-size: 150%;
}

h4.geemap-question  {
  font-size: 170%;
  color: #9C0B62;
  padding: 25px 0 5px 0;
}

/* Styles used for the Footer */
footer {
  background-color: white;
  border-top: 4px solid #27AAE1;
  border-bottom: 4px solid #27AAE1;
}
.footerLogo {
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
}
.socialIcon {
  padding: 0px 25px 0px 0px;
}

/* Styles used to list the Organisations on /map */
.PillarHeading {
  text-shadow: 1px 1px 2px black;
}

.PillarListing {
  font-size: 150%;
  color: #000;
  border-top: 0.25px solid rgba(0, 0, 0, 0.3);
  padding: 7px 0 0 0;
}
.PillarListing a {
  text-decoration: underline;
}
.PillarListing a:hover {
  background-color: rgba(156, 11, 98, 0.02);
}
.PillarListingContainer {
  padding: 22px;
  border-radius: 12px;
  background-color: rgba(207, 187, 169, 0);
  float: left;
  height: 350px;
}
.PillarListingContainer:hover{
  background-color: rgba(207, 187, 169, 0.4);
}
.PillarListingDetail {
  font-size: 100%;
  line-height: 105%;
}
.PillarListingLegend {
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 110%;
}
.AccessibleMarkets {
  color: #F49121;
}
.TalentandSkills {
  color: #0B6A38;
}
.Funding {
  color: #8DC940;
}
.NetworksandCommunity {
  color: #27AAE1;
}
.Civic {
  color: #2B328F;
}
.Support {
  color: #9C0B62;
}
.Learning {
  color: #E90077;
}
.RegionalCulture {
  color: #8E138E;
}
.Facilities {
  color: #ED552A;
}

/* used for printable organisations */
.PillarListingContainerPrintable {
  padding: 2px;
  margin: 14px 6px 6px 6px;
  border-radius: 12px;
  background-color: rgba(207, 187, 169, 0);
  float: left;
  width: 11.8%;
  height: 18.5vh;
  font-size: 110%;
  line-height: 100%;
  word-wrap: break-word;
  font-weight: 500;
}
.PillarListingContainerPrintable p {
  line-height: 91%;
}
.PillarListingPrintable {
  font-size: 100%;
  font-weight: bolder;
  border-top: 0.25px solid rgba(0, 0, 0, 0.3);
  padding: 4px 0 0 0;
}
