@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

body{
    font-family: 'Roboto Condensed', sans-serif;
    margin:0;
    background: #eee;
    height: auto;
}

h1{
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin:0;
}

h2{
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin: 0;
}

h4{
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: capitalize;
    margin: 0;
    color: red;
}

h5{
    font-weight: 400;
    font-size: 1.2rem;
    font-family:  'Courier New', Courier, monospace;
    text-transform: none;
    margin: 0;
}

img{
    display:block;
    width: 100%;
}

main{
    max-width: 900px;
    margin: auto;
    box-shadow: 30px 0px 40px rgba(0,0,0,0.1),
        -30px 0px 40px rgba(0,0,0,0.1);
}

#landing{
    background: #fff;
}

#landing-text{
    display:flex;
    flex: 0 1 40vw;
    height: 50vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

#landing-text h2{
    color:#888;
}

#landing-image { 
    background-color: aquamarine;
    background-image: url('/Images/exdee\ phoneix3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    flex: 0 1 60vh;
    margin: 0;
}

.btn{
    padding:0.5rem 2rem;
    border: 1px #ccc solid;
    display: inline-block;
    margin: 2rem 0 0;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    transition: background 500ms ease;
}

.btn:hover{
    background: #f4f4f4;
}

#header{
    padding: 1.5rem;
    text-align: center;
    background: #333;
    color: #fff;
}

#header h2{
    border-left: dotted 1px white;
    border-right: dotted 1px white;
    display: inline-block;
    padding-right: 1rem;
    padding-left: 1rem;
}

.caption{
    padding: 0.8rem;
    text-align: center;
}

footer{
    text-align: center;
    padding: 2rem 1rem;
    margin: auto;
    color: #333;
}

footer h3{
    font-size: 3rem;
    margin-bottom: 0;
}

/* Screen Size 500px or up*/

@media(min-width:500px){
    #landing{
        display: flex;
        height: 100%;
    }

    #landing-text{
        height: 100vh;
    }

    #landing-image{
        height: 100vh;
    }
}

/* Screen Size 700px or up */
@media(min-width: 700px){
    .btn{
        padding: 1rem 3rem;
    }
}

#navbar {
display: flex;
flex-direction: column;
overflow: hidden;
background-color: whitesmoke;
width: 5fr;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}

li {
float: left;
}

li a {
display: block;
color: white; text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover {
background-color: #111;
}

/* Rules */


/* Teams */


/* Brackets and Groups */


/* Our Sponsors */
@media(min-width: 1000px){
    #video{
    margin: 0px;
    padding: 150px;
}}

