@charset "utf-8";
/*Desktop / Global View*/
header {
    background-color: rgba(0,0,0,0.15);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.banner-image {
    height: 653px;
    padding-top: 20px;
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
}
.social-icons {
    margin-top: 11px;
    float: left;
}

nav {
    float: right;
}
.mobile-view {
    display: none;
}

.expand {
    display: block;
}
.desktop-view ul li {
    list-style-type: none;
    display: inline-block;
}
.btn-red {
    background-color: #FF6138;
}
.btn-green {
    background-color: #00A388;
}
.btn-blue {
    background-color: rgba(0,124,255,1.00);
}
.link-font {
    color: #000000;
    font-weight: 700;
    font-size: x-large;
}
.desktop-view ul li a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 43px;
    padding-right: 43px;
    text-decoration: none;
    color: #E8E8E8;
}
.desktop-view {
    margin-top: 34px;
}
header a img {

}
.copyright {
    margin-top: 11px;
    float: right;
}
.welcome-message {
    text-align: center;
}
.div-font-size-adjustment {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.div-font-adjustment {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.font-h1-creator-name {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.center-align-text {
    text-align: center;


}
.main-img {
    padding-left: 88px;
}
.main-img-info {
    margin-left: 88px;
    font-style: oblique;
    color: rgba(0,0,0,0.70);
}
.bam-btn {
    list-style-type: none;
    color: rgba(255,255,255,1.00);
    display: inline;
    background-color: rgba(0,124,255,1.00);
    text-decoration: none;
}
.bam-link {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 43px;
    padding-right: 43px;
}
.nav-img {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -26px;
}
.category-links {
    list-style-type: none;
    display: inline;
    text-decoration: none;
}
.links {
    text-decoration: none;
}
.genre-fonts {
}
.font-size-members {
    font-size: 14pt;
    text-align: center;
}
.font-align-h1-img-members {
    text-align: center;
}
.not-cryptid {
    font-size: xx-small;
    font-weight: 700;
}































/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
header {
	background-color: rgba(0,0,0,0.15);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.mobile-view {
    display: block;
    float: right;
    margin-top: 35px;
}
.desktop-view {
    display: none;
    text-align: right;
}

.expand {
    display: block;
}
.desktop-view ul li {
    display: block;
    margin-top: 25px;
}


}


/*Mobile View*/
@media (max-width: 400px){
header {
	background-color: rgba(0,0,0,0.15);
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.mobile-view {
    display: block;
}
.desktop-view {
    display: none;
}

.expand {
    display: block;
}
header a img {
    width: 83%;
    height: 83%;
}
.desktop-view ul li {
    display: block;
    margin-top: 25px;
}



}
.welcom {
}
