body, header, h1, h2, img, nav, ul, li, p {
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    color: #666;
    margin-left: auto;
    margin-right: auto;
}
h1,h2,h3 {
    color: #333;
}
#bigTitle {
    color: white;
    font-size: 3.5em;
}
.sh {
    display:none;
}
.sh.hidden{
	display: none;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
}
.sh.sticky{
    position: fixed;
    right: 5px;
    bottom: 5px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; 
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    cursor: pointer;
    color: #333;
    font-size: 3em;
    text-decoration: none;    
    text-align: center;
}
.sh.sticky p {
    font-size: 0.5em;
}
.wrapper>header {
    position:relative;
}
.main_navigation>ul {
    width: 100%;
    max-height: 950px;
    height:100%;
}
.slide1 {
    background-image: url('../images/slide1.jpg');
    background-size: cover;
}
.slide2 {
    background-image: url('../images/slide2.jpg');
    background-size: cover;
}
.slide3 {
    background-image: url('../images/slide3.jpg');
    background-size: cover;
}
#top_slider li{
    height: 100vh !important;
    width: 100%;
}
#center {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    z-index: 2;
}
#logo {
    display: inline-block;
    width: 10em;
    position: absolute;
    top: 1%;
    left: 10%;
    z-index: 3;
}
.main_navigation {
    display: inline-block;
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: 3;
}
.main_navigation>ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.main_navigation> ul > li{
    margin-right: 10px;
    padding: 2px;
    list-style: none;
}
.main_navigation> ul > li > a {
    text-decoration: none;
    font-size: 1.2em;
    color: white;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fa-bars {
    visibility: hidden;
    position: absolute;
}
#scrollButton {
    color: white;
    font-size: 4em; 
}
section {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.headline_underline {
    border: 0;
    border-top: 1px solid #ececec;
    width: 165px;
    margin-bottom: 20px;
}
.main_headline {
    font-size: 3em;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}
.sec_intro {
    padding: 0 50px;
    display: block;
    font-size: 1.2em;
}
#vdimg {
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
    margin: 30px 5px;
}
.more_toggle {
    text-align: right;
    display: block;
    margin: 20px 50px 0 0;
    text-decoration: none;
    color: #333;
    font-size: 1.2em;
}
.more_close {
    text-align: right;
    display: block;
    margin: 20px 50px 0 0;
    text-decoration: none;
    color: #333;
    font-size: 2em;
}
.bg_toggle {
    color: #67b0d1;
    text-decoration: none;
}
.more_close:hover, .more_toggle:hover {
    color: #67b0d1;
}
#history {
    background-color: rgba(236,236,236,0.5);
}
.history_more {
   -webkit-transition: all 0.6s ease;
   transition: all 0.6s ease;
   display: block;
   padding: 30px 50px 0 50px;
   font-size: 1.2em;
}
#order {
    font-style: italic;
}
#orderDate {
    text-align: right;
    display: inline-block;
    width: 66%;
}
.hide {
  display: none;
}
.visuallyhidden {
  opacity: 0;
}
#achButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.achButton {
    width: 70px;
    height: 70px;
    border: 2px solid #333;
    border-radius: 100%;
    color: #666;
    line-height: 2.9em;
    font-size: 2em;
    text-align: center;
    display: inline-block;
    margin: 50px 30px;
}
.achButton:hover, .achButton:focus {
    outline: 0;
    background: rgba(255,255,255,.1);  
    -webkit-transform: scale(1.1);  
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease
}
.button_ico {
    width: 50px;
    height: 50px;
}
.int {
    margin-bottom: 10px;
}
.people {
    width: 250px;
}
.people img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin: 10px 0 0 0;
}
.subInfo {
    color: #666;
}
.more {
    color: #333;
    padding-bottom: 10px;
    -webkit-transition: color 0.6s ease;
    transition: color 0.6s ease;
}
#interviw_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 100px 0;
}
.int_link_a, .specLaureates>.people {
    text-decoration: none;    
    margin: 0 50px 30px;
    width: 250px;
    background-color: rgba(236,236,236,0.5);
}
.specLaureates>.people {
    padding: 0 10px 10px;
}
.class {
    padding-bottom: 10px;
}
.name {
    margin: 10px 0;
}
.int_link_a:hover, .int_link_a:active {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.int_link_a:hover .more, .int_link_a:active .more {
    color: #67b0d1;
}
.quote {
    position: relative;
    display: block;
    width: 100%;
}
.qouteSymbol {
    content: "\201C";
    font-size: 6em;
    color: #333;
    font-family: serif; 
    display: inline-block;
    height: 1px;
}
.quoteText {
    color: #666;
    text-align: center;
    position: relative;
    padding: 0 50px;
    font-size: 1.2em;
}
#laureates, .specLaureates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.specLaureates {
    padding: 100px 100px 0;
}
#wra {
    width: 100%;
}
#buttonWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 100px;
}
#footer {
    color: white;
    text-align: center;
    font-size: 1em;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #494743;
}
#footer p{
    margin: 0;
    padding: 1% 0;
    line-height: 1.5;
}
.specInfo {
    padding: 30px 50px 0 50px;
}
.specTitle {
    font-size: 1.3em;
}
.specText {
    font-size: 1.3em;
}
.pad {
    padding-bottom: 0;
}
.main_navigation> ul > li > a.dark, .fa-bars.dark {
    color: #333;
}
.wrapper>header.specHead {
    position: static;
}
.profile {
    padding: 100px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.profileImg {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin-left: 50px;
}
.profile header {
    margin: 0 50px;
    font-size: 1.2em;
}
.pad {
    padding-bottom: 30px;
    background-color: rgba(236,236,236,0.5);
}
.intTitle h2 {
    font-size: 2em;
}
.intText {
    padding: 0 0 100px;
    text-align: left;
}
.question {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
    padding: 0 50px;
    font-weight: bold;
}
.answer {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 15px;
    padding: 0 50px;
    
}
#histphoto {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hphoto {
    margin: 30px 10px;
    max-width: 500px;
    width: 100%;
    max-height: 360px;
    height: 100%;
}
/*media quaeries*/
@media only screen and (max-width: 960px){  
    .wrapper>header.specHead {
        position: relative;
    }
    #interviw_links, .specLaureates {
        padding: 100px 50px 0;
    }
    #logo {
        width: 8em;
    }
    .fa-bars {
        visibility: visible;
        cursor: pointer;
        z-index: 3;
        top: 3%;
        left: 92%;;
        color: white;
        font-size: 4em;
    }
    .fa.open {
        top: 20px;
        left: 92%;
    }
    .main_navigation {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; 
        background-color: rgba(236,236,236,0.5);
    }
    .main_navigation>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .main_navigation> ul > li > a {
        color: #333;
    }
    .main_navigation>ul>li>a:hover {
        color: #67b0d1;
    }
    .main_navigation>ul>li>a:active {
        color: #67b0d1;
    }
    .outerwrapper {
        overflow: hidden;
    }
    .wrapper {
         -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }
    .wrapper.open {
        -webkit-transform: translateY(200px);
                transform: translateY(200px);
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }    
    #bigTitle {
        font-size: 2.5em;
    }

}
@media only screen and (max-width: 790px){
    .more {
        color: #67b0d1;
    }
    .more_close, .more_toggle {
        color: #67b0d1;
    }
	.int_link_a, .specLaureates>.people {
		margin: 0 10px 30px;
	}
}
@media only screen and (max-width: 656px){
    .slide1 {
        background-image:  url('../images/slide1656px.jpg');
    }
    .slide2 {
        background-image:  url('../images/slide2656px.jpg');
    }
    .slide3 {
        background-image:  url('../images/slide3656px.jpg');
    }
    #logo {
        left: 1%;
    }
    .wrapper.open {
        -webkit-transform: translateY(150px);
                transform: translateY(150px);
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }  
    #bigTitle {
        font-size: 2em;
    }
    .main_headline {
        font-size: 2.5em;
    }
    .profile {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .profileImg {
        margin-left: 10px;
    }
    .answer {
        padding: 0 10px;
    }
    .question {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 550px) {
    .profile {
        ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .profile header {
        margin: 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 450px){    
    .sec_intro {
        padding: 0 30px;
    }
    .history_more, .specInfo {
        padding: 30px 10px 0 10px;
    }
    #orderDate {
        width: 90%;
    }
    .more_close {
        margin: 20px 10px 0 0;
    }
    .main_headline {
        font-size: 1.8em;
    }
    .quoteText {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 400px){
    #bigTitle {
        font-size: 1.8em;
    }
}
