@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#overlay {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    height: 5000px;
    width: 100%;
    overflow: hidden;
    z-index: 150;
    overflow: hidden;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s
}

h4:hover {
    cursor: pointer
}

.hey {
    font-size: 18px;
    color: #5050c4;
    font-family: Heebo, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin-left: 40px;
    margin-bottom: 26px;
    margin-top: -30px
}

#login-text,
#logout,
#note-footer,
.dropdown-content a,
.sidenav .main-nav,
.sidenav .sub-nav,
footer h3,
footer h4,
input {
    font-family: Heebo, sans-serif;
    letter-spacing: 1px
}

.sidenav .main-nav,
.sidenav .sub-nav {
    font-weight: 400;
    transition: .2s;
    color: #041A31;
    display: block;
    text-decoration: none
}

.space,
header {
    height: 90px;
    width: 100%
}

.space,
footer,
header {
    width: 100%
}

#login:hover,
#title:hover,
.dropdown-content a,
.links a:hover,
.sidenav .closebtn,
.sidenav .main-nav,
.sidenav .sub-nav,
.sm a:hover {
    text-decoration: none
}

#note-footer,
.sm a,
footer,
header {
    text-align: center
}

#login:hover,
#title:hover,
#tsukuba-venture-m:hover,
#tsukuba-venture:hover,
.sm a:hover {
    cursor: pointer
}

@-ms-viewport {
    width: device-width
}

.sidenav .main-nav {
    padding: 18px 10px 18px 40px;
    font-size: 17px;
    margin-top: 10px
}

.sidenav .sub-nav {
    margin-top: 13px;
    padding: 18px 10px 18px 55px;
    font-size: 17px
}

#login-text,
input {
    font-weight: 500
}

.sidenav .closebtn {
    position: absolute;
    margin-top: 20px;
    top: 0;
    right: 30px;
    font-size: 35px;
    margin-left: 50px;
    color: #5050c4
}

#menu,
#search-bar-button,
#search-bar-location,
#search-bar-q,
#title {
    transform: translateY(-50%);
    top: 50%
}

#search-bar-location,
#title {
    position: absolute
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

.purple {
    color: #5050c4
}

input:focus {
    border: 1px solid #5050c4
}

::placeholder {
    font-family: Heebo, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    color: #787882;
    font-size: 15px
}

header {
    top: 0!important;
    background: #fff;
    border-bottom: 1px solid #dddde6;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: fixed;
    z-index: 100
}

#title {
    left: 0;
    width: 110px;
    float: left;
    margin-left: 3%;
    z-index: 2
}

#search-bar-location {
    height: 40px;
    border: 1px solid #dddde6;
    color: #041A31;
    left: 50%;
    padding: 14px 14px 14px 40px;
    font-size: 15px;
    width: 150px;
    margin-left: -210px;
    background-image: url(../img/location.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 11px;
    border-radius: 18px 0 0 18px
}

#search-bar-button,
#search-bar-q {
    height: 40px;
    border: 1px solid #dddde6;
    color: #041A31;
    position: fixed;
    left: 50%;
    font-size: 15px;
    padding: 14px
}

#search-bar-q {
    width: 250px;
    margin-left: -70px
}

#search-bar-button {
    width: 40px;
    margin-left: 170px;
    border-radius: 0 20px 20px 0;
    background-image: url(../img/search-icon-purple.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center
}

.dropdown-button:hover #language,
.dropdown-button:hover #login {
    border-radius: 8px 8px 0 0
}

#logout:hover,
.dropdown-content a:hover {
    background-color: #f0f0fa;
    cursor: pointer
}

.dropdown-button:hover .dropdown-content {
    display: block
}

#login {
    min-width: 148px;
    border-radius: 8px;
    background-color: #dd746e;
    float: right;
    border: 1px solid #dd746e;
    margin-top: 21px
}

#login-text {
    font-size: 15px;
    color: #fff;
    padding: 14px;
    min-width: 150px
}

#language {
    min-width: 148px;
    border-radius: 8px;
    background-color: #fff;
    float: right;
    border: 1px solid #dddde6;
    margin-right: 10px;
    font-family: Heebo, sans-serif;
    letter-spacing: 1px;
    margin-top: 21px
}

#language:hover {
    cursor: pointer
}

#language-text {
    font-size: 15px;
    color: #041A31;
    padding: 14px;
    min-width: 150px
}

.fa-chevron-circle-down {
    font-size: inherit;
    color: #fff;
    margin: 0;
    padding: 0
}

#logout,
.dropdown-content a {
    font-size: 15px;
    font-weight: 400;
    color: #041A31;
    min-width: 150px
}

#note-footer,
.links a:hover,
.sm a:hover,
footer h3 {
    color: #fff
}

.dropdown-button {
    position: relative;
    display: inline-block;
    z-index: 3
}

.dropdown-content {
    margin-top: 66px;
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 3;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dddde6;
    min-width: 148px
}

.dropdown-content a {
    padding: 16px;
    display: block;
    z-index: 3;
    min-width: 150px
}

#logout {
    background: 0 0;
    border: none
}

footer h3,
footer h4 {
    font-weight: 500
}

footer {
    float: left;
    height: 100%;
    background: #a00000
}

footer h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px
}

.sm a,
footer h4 {
    font-size: 17px;
    color: #fff
}

footer h4 {
    margin-bottom: 10px;
    font-weight: 400
}

.sm a {
    margin-top: 100px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px
}

.fa-facebook {
    padding: 8px 13px
}

.fa-instagram,
.fa-twitter,
.fa-linkedin {
    padding: 8px 10px
}

#line-footer {
    margin: 20px auto;
    width: 60%;
    display: block
}

#note-footer {
    font-weight: 500;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px
}

#menu {
    height: 33px;
    float: right;
    position: relative;
    margin-right: 7%;
    display: none
}

@media screen and (min-width:320px) and (max-width:599px) {
    .feedback span, .feedback button {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 12px;
        color: white;
        margin-right: 5px;
        font-weight: 500;
    }
    
    .feedback button {
        border: 1px white solid;
        border-radius: 6px;
        background-color: transparent;
        padding: 8px;
    }
    
    .feedback {
        text-align: center;
        margin: 20px;
    }
    #tsukuba-venture,
    .container-fluid,
    nav {
        display: none
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 200;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .2s;
        padding-top: 60px
    }
    .space,
    header {
        height: 75px
    }
    #title {
        width: 95px;
        margin-left: 7%
    }
    #menu {
        display: block
    }
    #menu:hover {
        cursor: pointer
    }
    .sm a {
        margin-top: 50px
    }
    #mobile-terms {
        margin-top: 40px;
        text-align: center;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 500;
        font-weight: 400;
        font-size: 16px;
        color: #fff
    }
    #mobile-terms a:hover {
        cursor: pointer;
        text-decoration: none;
        color: #fff
    }
    .end-content {
        float: left;
        height: 70px;
        width: 100%;
        background: #dd746e
    }
    .catch-phrase {
        display: none
    }
}

@media screen and (min-width:600px) and (max-width:1200px) {
    .feedback span, .feedback button {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        color: white;
        margin-right: 5px;
        font-weight: 500;
    }
    
    .feedback button {
        border: 2px white solid;
        border-radius: 6px;
        background-color: transparent;
        padding: 10px;
    }
    
    .feedback {
        text-align: center;
        margin: 27px;
    }
    #mobile-terms,
    #tsukuba-venture-m,
    .sm,
    nav {
        display: none
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 200;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .2s;
        padding-top: 60px
    }
    #title {
        margin-left: 4%
    }
    #menu {
        display: block;
        height: 38px;
        margin-right: 4%
    }
    #menu:hover {
        cursor: pointer
    }
    .end-content {
        float: left;
        height: 90px;
        width: 100%;
        background: #dd746e
    }
    .catch-phrase {
        text-align: center;
        color: #fff;
        padding: 100px 30px 0;
        font-size: 26px;
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400
    }
}

@media screen and (min-width:1201px) {
    .feedback span, .feedback button {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-size: 14px;
        color: white;
        margin-right: 5px;
        font-weight: 500;
    }
    
    .feedback button {
        border: 2px white solid;
        border-radius: 6px;
        background-color: transparent;
        padding: 10px;
    }
    
    .feedback {
        text-align: right;
        margin: 27px;
        margin-right: 40px;
    }
    #mobile-terms,
    #tsukuba-venture-m,
    .sidenav,
    .sm {
        display: none
    }
    .catch-phrase,
    .nav-link {
        font-family: Heebo, sans-serif;
        letter-spacing: 1px;
        font-weight: 400
    }
    .nav-link,
    nav {
        position: relative
    }
    nav {
        float: right;
        margin-right: 3%;
        min-width: 240px
    }
    .nav-link {
        display: block;
        font-size: 15px;
        color: #041A31;
        padding: 14px;
        margin-right: 8px;
        margin-left: 10px;
        margin-top: 23px;
        float: left
    }
    .nav-link:hover {
        cursor: pointer;
        text-decoration: none;
        color: #041A31;
        background-color: #f0f0fa;
        border-radius: 8px;
    }
    .end-content {
        float: left;
        height: 90px;
        width: 100%;
        background: #dd746e
    }
    .catch-phrase {
        text-align: center;
        color: #fff;
        padding: 100px 30px 0;
        font-size: 26px
    }
}

button:focus {
    outline: 0
}

.red {
    display: block;
}

.white, .only-guide {
    display: none;
}

#guide {
    display: none;
}

header {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(80,80,196,.1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(80,80,196,.1);
    box-shadow: 0px 0px 10px 3px rgba(80,80,196,.1);
}
h4:hover{cursor:default}