body {
    margin: 0px;
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

#intro {
    height: 60vh;
    min-height: 550px;
    width: 100%;
    min-width: 1437px;
    position:relative;
    background-color: #0A3646;
}

#introRlogo {
    height: 60vh;
    min-height: 500px;
    width: 48%;
    display: inline-block;
    text-align: center;
}
#introClogo {
    height: 60vh;
    min-height: 500px;
    width: 48%;
    display: inline-block;
    text-align: center;
}
#introLlogo {
    height: 60vh;
    min-height: 500px;
    width: 48%;
    display: inline-block;
    text-align: center;
}

#bigRLogo {
    width: 130px;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 3%;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}

#bigCLogo {
    width: 449px;
    margin: 5px 5px;
    display: inline-block;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 3%;
}

#bigLLogo {
    width: 480px;
    margin: 0px 0px 0px 70px;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin-top: 3%;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

#info {
    height: 54vh;
    width: 45%;
    margin-right: 50px;
    display: inline-block;
    font: bold 48px Arial;
    color: white;
    vertical-align: top;
}

#introheader {
    margin-left: 200px;
    width: 80%;
    text-align: right;
    padding-top: 25px;
}

#introheader .links {
    color: #0A3646;
    background-color: transparent;
}

#introheader .links:hover {
    cursor: pointer;
    background-color: #0A3646;
    color: lightgray;
}

#introheader a {
    text-decoration: none;
    /*color:#0A3646;*/
    color:white;
}

#introheader a:visited {
    text-decoration: none;
    color: white;
}

#introheader a:hover {
    background-color: lightgray;
    text-decoration: none;
    color: #0A3646;
}


/* new CSS will arange later */
#box{
    width: 100%;
    text-align: center;
}
#tcgItems{
    text-align: center;
}
.item{
    display: inline-block;
    margin-right: 85px;
}
#events{
    background-color: lightgray;
    color: black;
}
.event{
    color: black;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    width: 100%;
}
.date{
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
    width: 300px;
    padding-top: 32px;
}
.location{
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    width: 700px;
}
.time{
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
    width: 150px;
    padding-top: 32px;
}
.poster{
    display: inline-block;
}
#rightFoot{
    width: 44%;
    vertical-align: top;
    text-align: right;
    padding-top: 60px;
    padding-right: 40px;
    display: inline-block;
}
#leftFoot{
    width: 48%;
    text-align: left;
    color: white;
    padding-top: 30px;
    padding-left: 40px;
    display: inline-block;
}
#currencies{
    background-color: white;
    width: 450px;
    margin-left: 309px;
}
/* end of new CSS */

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d4a62;
    right: calc(20% + 55px);
    width: 300px;
    margin-top:5px;
    box-shadow: 14px 14px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#introheader button {
    width: 100px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    color: whitesmoke;
    display: inline-block;
    vertical-align: top;
    border: 0px;
}

button.dropbtn {
    background-color: transparent;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: whitesmoke;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    background-color: #1d4a62;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #1A1E27;
}

#featuresBtn:hover {
    color:#1d4a62;
}

#featuresBtn2:hover {
    background-color: lightgray;
    color:#1d4a62;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}


#info h1 {
    font-size: 80px;
    margin-top: 15%;
    margin-bottom: 5%;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

#info p {
    text-align: center;
    width: 90%;
    margin: auto;
    vertical-align: middle;
    font: italic 27px Arial;
    animation: 1s ease-out 0s 1 slideInFromRight;
}

#example {
    height: 0px;
}

#wrapper {
    width: 100%;
    height: 100%;
    color: #1d4a62;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 1437px;
}

#header {
    background-color: #0A3646;
    min-width: 1437px;
}

#header a {
    text-decoration: none;
    color: whitesmoke;
}

#header a:visited {
    text-decoration: none;
    color: whitesmoke;
}

.introsticky {
    top: 0;
    width: 50%;
    z-index: 10;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#logo {
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    padding: 1px;
}

#menu {
    display: inline-block;
    text-align: right;
    width: 90%;
    vertical-align: bottom;
}

#menu button {
    font-size: 16px;
    color: whitesmoke;
    border: 0px;
}

#menu .dropdown-content {
    right: calc(10% + 167px);
}

#menu .dropdown-content a:hover {
    text-decoration: none;
    color: #1d4a62;
    background-color: lightgray;
}

.links {
    display: inline-block;
    text-align: right;
    padding: 5px;
    color: whitesmoke;
    display: inline-block;
    text-align: right;
    font: 16px Arial;
	vertical-align: bottom;
}

#menu .links:hover{
    cursor:pointer;
    background-color: lightgray;
    color: #224138;
}


#header a:visited {
    text-decoration: none;
    color: white;
}

#header a:hover {
    background-color: lightgray;
    text-decoration: none;
    color: #224138;
}

#welcome {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    min-height: 650px;
    display: inline-block;
}

#welcomeText {
    background-color: #0A3646;
    color: white;
    padding-top: 80px;
    padding-bottom: 15px;
}

#welcomeText p {
    font-size: 18px;
}

#ourStory {
    background-image: url('images/binders_messy.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vh;
    min-height: 650px;
    display: inline-block;
}

#ourStoryText {
    margin: auto;
    margin-right: 0px;
    background-color: rgba(255, 255, 255, 0.94);
    width: calc(52% - 160px);
    height: calc(100% - 160px);
    padding: 80px;
}

h1 {
    text-align: center;
}

#text p {
    font-size: 20px;
}

#story {
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
    margin-left: 30px;
}

#team {
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
}

#trial {
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
    border-width: 0px;
    margin-right: 30px;
}

.buttonRow {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.buttonRow a {
    text-decoration: none;
}

.button {
    background-color: #1d4a62;
    color: snow;
}

.button:hover {
    cursor: pointer;
    background-color: #296889;
    color: snow;
}
button {
    height: 60px; 
    width: 170px; 
    border-radius: 15px; 
    border: black 1px solid;
    font-size: 24px;
    background-color: goldenrod; 
    font-family: Arial, Helvetica, sans-serif;
}
button:hover {
    cursor:pointer;
    background-color: gold;
}

#footer {
    color: white;
    background-color: #0A3646;
    text-align: center;
    width: 100%;
    height: 300px;
    color:#1d4a62;
    vertical-align: bottom;
    display: inline-block;
}
.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 80px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    color: black;
}

#messageModal {
    display: none;
    /* Hidden by default */
}
.modal-content {
    background-color: snow;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    color: #1d4a62;
    overflow: auto;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
