body {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}

#wrapper {overflow: hidden;}

a:visited {color: #005ba5;}

a {
    color: #005ba5;
    text-decoration: none;
}

img {
    user-drag: none; 
    -moz-user-select: none;
    -webkit-user-drag: none;
}

iframe {
	margin: 0 auto;
	display: block;
}

header {
    padding: .2em 0 .1em 0;
    background: #ec9a1a;
    width: 100%;
    height: 3.7em;
    position: fixed;
    top: 0;
    color: white;
    z-index: 10;
}

header#invisible {
    position: relative;
    z-index: 0;
}

.content {
    margin: 0 auto;
    width: inherit;
    max-width: 1000px;
    position: relative;
}

.title {
    text-transform: uppercase;
    color: white;
}

.title span:first-child {font-weight: 600;}

header .content {
    position: relative;
    top: .5em;
    height: 2.55em;
}

header .title {
    font-size: 2em;
    letter-spacing: -1.5px;
    margin-left: .5em;
    position: relative;
    cursor: pointer;
}

header .title:hover {color: #fbebd1;}

#navbar-toggle {
    position: relative;
    padding: 9px 10px;
    background-color: transparent;
    left: 5em;
    top: 0;
    cursor: pointer;
    border: none;
    outline: none;
    display: none;
}

.icon-bar + .icon-bar {margin-top: 6px;}

.icon-bar {
    display: block;
    width: 3em;
    height: 5px;
    background-color: white;
}

header ul {
    float: right;
    position: relative;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header ul li, #support-link {
    font-weight: 600;
    font-size: 1.15em;
    display: inline;
    margin: 0 .5em;
    white-space: nowrap;
    color: white;
    cursor: pointer;
}

header ul li:hover {color: #fbebd1;}

#support-link {
    float: right;
    top: .6em;
    right: 0;
    padding: .4em .4em .3em .4em;
    border: solid white .17em;
    text-transform: uppercase;
}

#support-menu{display: none;}

#support-link:hover {
    border-color: #fbebd1;
    color: #fbebd1;
}

#banner {
    background: #005baa;
    width: 100%;
    margin-top: 4em;
}

#banner .title {
    margin: 1em 0 1em .15em;
    font-size: 3.2em;
    letter-spacing: -1.5px;
    display: inline-block;
    position: relative;
    left: .2em;
}

#logo-3hex {
    position: absolute;
    width: 48%;
    right: -40px;
    top: 0;
    z-index: 1;
}

#logo-responsive {
    display: none;
    width: 22em;
    margin: 0 auto;
}

#logo-responsive img {width: 100%;}

#main-feature {
    width: 106.9%;
    height: 605px;
    display: inline;
}

#suter-east {
    width: 70%;
    margin: -4.7em 0 0 2.5em;
}

h1, h2 {
    font-family: "SourceSansPro";
    font-weight: 400;
}

h1 {
    margin: 2em 0 1em 0;
    text-align: center;
    font-size:3em;
    color: #ec9a1a;
}

h2 {
    color: #005baa;
    font-size: 2em;
    margin-top: 1.5em;
}

h3 {margin-bottom: -.5em;}

#hexes-solid-left {
    margin: -50px 0 0 -180px;
    position: absolute;
    width: 30%;
}

#suter-west {
    width: 85%;
    margin: 0 0 1em 5em;
}

.hex-button:first-child{margin-left: 1%;}

.hex-button {
    width: 32%;
    cursor: pointer;
}

#hex-column {
    display: inline-block;
    width: 33%;
    margin-top: 7em;
}

#hex-column img {width: 100%;}

#hex-column img:not(:last-child) {margin-bottom: 17em;}

#hex-column img:last-child {
	margin-top: 13em;
}

#whats-next {
    display: inline-block;
    width: 65%;
    margin-top: 2em;
    float: right;
}

#museum-text h2 {color: #00703c;}

#s106-text h2 {color: #ec9a1a;}

#progress-report {
    width: 105.3%;
    margin-bottom: 3em;
}

#support-feature {
    width: 102.7%;
    height: 0;
    padding-top: 58.5%;
    background-image: url('images/support-feature-hexes.jpg');
    background-size: cover;
}

#support {
    width: 50%;
    float: left;
    display: inline-block;
    margin: -2em 0 3em 3em;
}

#support h2 {width: 130%;}

#give-now {
    width: 37%;
    height: 0;
    padding-top: 37%;
    display: inline-block;
    margin: 3em 0 4em 5%;
    cursor: pointer;
    background-image: url('images/give-now-3hex.png');
    background-size: cover;
}

footer {
    background: #005baa;
    color: white;
    overflow: hidden;
    clear: both;
    position: relative;
    text-align: center;
}

footer .title {
    margin: 1em;
    width: inherit;
    display: inline-block;
    font-size: 5em;
    text-align: center;
}

footer .info {
    position: relative;
    text-align: center;
    font-size: 1.05em;
}

footer a {
    width: 38.1%;
    height: 0;
    padding-top: 14.6%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-image: url('images/logo-footer.png');
    background-size: cover;
}

#address {
    display: inline-block;
    text-align: center;
    float: left;
    margin: .7em 0 0 1.4em;
}

#copyright {
    display: inline-block;
    text-align: center;
    float: right;
    margin: 1.7em 1.4em 0 0;
}

#open-floor {
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
  margin-left: calc(50% - 117px);
  margin-bottom: 2em;
}

#open-museum  {
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
  margin-left: calc(50% - 87px);
}

#open-engineering {
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
  margin-left: calc(50% - 97px);
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

#pdf_buttons {
  margin-left: calc(50% - 320px);
  margin-bottom: 3em;
}

.pdf {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: .3em;
}

#budget {
  font-size: 1.3em;
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
}

#naming {
  font-size: 1.3em;
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
}

#open-sc {
  padding: 10px;
  background-color: #ec9a1a;
  color: #ffffff;
  font-weight: bold;
  border: none;
  margin-left: 10px;
  margin-bottom: 6em;
}

#open-sc-give {
  padding: 10px;
  background-color: #00703c;
  color: #ffffff;
  font-weight: bold;
  border: none;
  margin-left: 22%;
  margin-bottom: 6em;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
    #hexes-solid-left {margin: 0 0 0 -10%;}
    #suter-west {
        width: 70%;
        margin: 0 0 1em 13em;
    }
}

@media only screen and (max-width: 992px) {
    header .title span:last-child{display: none;}
    #banner {text-align: center;}
    #banner .title {margin: .5em 0 .5em -.5em;}
    #logo-3hex{display: none;}
    #logo-responsive{display: block;}
    #main-feature {width: 100%;}
    #suter-east {
        width: inherit;
        margin: 0 2em 0 2.5em;
    }
    #hex-column {display: none;}
    #whats-next {
        width: inherit;
        margin: 0 2em 0 2.5em;
    }
    footer .title {font-size: 4em;}
}

@media only screen and (max-width: 850px) {
    header .title {display: none;}
    header ul {float: left;}
    header ul li {margin: 0 .9em 0 .5em;}
    #support-link {margin-right: 3em;}
        #support-feature {
        width: 100%;
        padding-top: 56%;
        background-image: url('images/support-feature-nohex.jpg');
        background-size: cover;
    }
    #suter-west {
        width: inherit;
        margin: 0 2em 1em 4em;
    }
    #support {margin-top: 0;}
    #give-now {margin-top: 8em;}
    footer .title {font-size: 3.5em;}
    footer .info {
        overflow: auto;
        margin-bottom: 4em;
    }
    #address, #copyright {float: none; vertical-align: middle;}
    #address {margin: 0 4em 0 0;}
    #copyright {margin: 0 0 0 4em;}
    footer a {
        width: 50%;
        padding-top: 19.7%;
    }
}

@media only screen and (max-width: 750px) {
    header ul {
        display: none;
        background: #ec9a1a;
        opacity: .97;
        position: fixed;
        top: 4em;
        left: 3.5em;
        padding: .6em 0;
        margin: 0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    header ul li {
        display: block;
        margin: 0;
        padding: 0 3.5em .5em 1em;
    }
    #support-menu {display: block;}
    #navbar-toggle {display: inline;}
    #logo-responsive {width: 45%;}
    #banner .title {font-size: 2.5em;}
    #suter-west {
        width: inherit;
        margin: 0 2em 1em 5em;
    }
    #support {
        width: inherit;
        margin: 0 1.5em 1.3em 2.5em;
        float: none;
    }
    #support h2 {width: 100%;}
    #give-now {
        display: block;
        margin-top: 0;
        margin: 0 auto 3em auto;
        background-image: url('images/give-now-hex.png');
    }
	#pdf_buttons {
  		margin-bottom: 2em;
	}
	.pdf {
  		margin-bottom: 1em;
	}
	#budget {
		margin-left: calc(50% - 120px);
	}
	#naming {
		margin-left: calc(50% - 134px);
	}
    footer .title {font-size: 3em;}
    #address {margin: 0 3em 0 0;}
    #copyright {margin: 0 0 0 3em;}
}

@media only screen and (max-width: 650px) {
    #navbar-toggle {left: 3.5em;}
    header ul {left: 2.5em;}
    #support-link {margin-right: 2em;}
    #logo-responsive {width: 50%;}
    h1 {font-size: 2.5em;}
    h2 {font-size: 1.5em;}
    #address, #copyright {display: block; margin: 0;}
    #address {margin-bottom: 2em;}
    footer .info {margin-bottom: 3em;}
    footer a {
        width: 70%;
        padding-top: 27.6%;
    }
}

@media only screen and (max-width: 560px) {
    #banner .title {font-size: 2.2em;}
    #navbar-toggle {left: 3em;}
    header ul {left: 2em;}
    #support-link {
        margin: .3em 1em 0 0;
        font-size: 1em;
    }
	#budget {
		margin-left: calc(50% - 90px);
	}
	#naming {
		margin-left: calc(50% - 104px);
	}
    footer .title {font-size: 2.3em;}
}

@media only screen and (max-width: 450px) {
    #navbar-toggle {left: .7em;}
    header ul {left: 0;}
    .icon-bar {
        width: 2.5em;
        height: 4px;
    }
    #banner .title {font-size: 2em;}
    #suter-east {margin: 0 1em 0 1.5em;}
    #suter-west {
        width: inherit;
        margin: 0 1em 1em 1.5em;
    }
    #whats-next {margin: 0 1em 0 1.5em;}
    #support {margin: 0 1em 0 1.5em;}
    footer .title {
        font-size: 1.8em;
        margin: 1em .4em;
    }
}