@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

body {
	background-image: url(am-stage.png);
	background-repeat: no-repeat;
	background-color: black;
	background-position: 50% 0%;
	height: 100%;
	width: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.navigation {
    width: 75%;
    position: relative;
    left: 5em;
    top: 3em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.dropbtn {
    background-color: transparent;
    color: white;
    font-size: 34px;
    font-family: 'Anton', sans-serif;
    border: none;
    cursor: pointer;
}

.btn {
    background-color: transparent;
    color: white;
    font-size: 34px;
    font-family: 'Anton', sans-serif;
    border: none;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
}

.btnhome {
    background-color: transparent;
    color: white;
    font-size: 34px;
    font-family: 'Anton', sans-serif;
    border: none;
    cursor: pointer;
    padding-top: 2px;
    padding-right: 7px;
    padding-left: 7px;
}

.btnhome:hover, .btnhome:focus {
    background-color: #680b1e;
}

.btn:hover, .btn:focus {
    background-color: #680b1e;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #680b1e;
}

#home {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}

.Bender {
    position: relative;
    display: inline-block;
    float: left;
}

.Standup {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 50px;
}

.PSI {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 40px;
}

.Skits {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 40px;
}

#about {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 40px;
}

.contact {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 40px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 7.6em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 7.6em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 7.6em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content4 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 7.6em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content5 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 7.6em;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content3 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content4 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content5 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown-content2 a:hover {background-color: #f1f1f1}

.dropdown-content3 a:hover {background-color: #f1f1f1}

.dropdown-content4 a:hover {background-color: #f1f1f1}

.dropdown-content5 a:hover {background-color: #f1f1f1}

.show {display:block;}

.trailer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    clear: both;
    margin-top: 40em;
    margin-right: 1em;
}

.hollywood {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 29em;
    margin-left: -.5em;
    background-image: url(matt-768px.png);
    background-repeat: no-repeat;
    width: 768px;
    height: 449px;
}

.aboutinfo {
    background-color: white;
    font-family: 'roboto', sans-serif;
    margin: 5em auto;
    width: 49em;
    height: 31em;
    border-radius: 25px;
    background: rgba(250, 250, 250, 0.9);
    box-shadow: 10px 10px 5px black;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.right {
	margin-left: .7em;
}

.headshot {
    margin-left: 25px;
    float: left;
}

.kicking {
    float: right;
    margin-right: 25px;
}

.kairos {
    float: left;
    margin-left: 90px;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.5em;
    font-family: 'roboto', sans-serif;
    float: right;
    margin-right: 5em;
    display: inline;
    margin-bottom: 0;
}

h4 {
    font-size: 1.25em;
    font-family: 'roboto', sans-serif;
    float: right;
    margin-right: 6em;
    display: inline;
    margin-bottom: 0;
}

.button {
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 1em;
}

.van {
    float: left;
    margin-top: 2em;
    margin-left: 2.2em;
}

.break {
    white-space: pre-line;
    text-align: center;
    float: right;
    margin-right: 8.3em;
    margin-bottom: 0;
}

.mail {
    margin-right: 9.2em;
    margin-bottom: 0;
}

.email {
    float: right;
    margin-top: 4em;
    margin-right: -5.2em;
}

footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40em;
    clear: both;
    width: 25em;
    color: white;
    font-size: .75em;
}

}

