@media only screen and (max-width: 360px) {

body {
	background-image: url(stage-320px.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: 100%;
    position: relative;
    left: -.5em;
    top: .8em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.btn {
    background-color: transparent;
    color: white;
    font-size: 1.15em;
    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: 1.15em;
    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: 0 auto;
}

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

.Standup {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 auto;
}

.PSI {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 auto;
}

.Skits {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 auto;
}

#about {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 auto;
}

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

.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: 15em;
    margin-right: 1em;
}

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

.aboutinfo {
    background-color: white;
    font-family: 'roboto', sans-serif;
    margin-top: 1.5em;
    margin-left: -1em;
    width: 360px;
    height: 405px;
    border-radius: 25px;
    background: rgba(250, 250, 250, 0.9);
    padding-top: 3px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: none;
    font-size: .85em;
}

.headshot {
    margin-left: 8.5em;
    padding-bottom: 1em;
}

.kicking {
    margin-right: 3.2em;
    padding-bottom: 1em; 
}

.kairos {
    float: left;
    margin-left: 7.5em;
    padding-bottom: 1em;
}

.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: 1.7em;
}

.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;
}

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

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

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

div a {
    text-decoration: none;
    color: white;
}


}