@media screen and (min-width: 801px) {

.dropkick {
display: none;
}

.dropdown {
display: none;
}

.header {
    width: 100%;
	z-index: 1;
    height: 4vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.webmenu p {
	font-family: 'tondubeta';
	letter-spacing: 1px;
	font-size: 1.6vw;
	margin-left: 40vw;
	margin-top: 1.4vw;
	text-transform: uppercase;
}

.webmenu a {
margin-left: 1vw;
margin-right: 1vw;
color: #ff0066;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.webmenu.lower a {
	color: white;
}

.webmenu a:hover {
color: #ff97cb;
text-decoration: none;
}

.header.lower {
	background-color: #ff0066;
}

.logo {
width: 10vw;
height: 10vw;
background-image: url('sidekicklogo.png');
background-repeat: no-repeat;
background-size: contain;
z-index: 2;
position: fixed;
left: 5vw;
top: 0.5vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo.lower {
top: -11vw;
opacity: 0;
}

.sidekick {
width: 20vw;
height: 3vw;
z-index: 3;
position: fixed;
left: 3vw;
top: 7.8vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidekick p {
font-size: 2.5vw;
color: #ff0066;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidekick.lower {
top: 0.5vw;
}

.sidekick.lower p {
color: white;
}

}

@media screen and (max-width: 800px) {

.webmenu {
display: none;
}

.header {
    width: 100%;
	z-index: 1;
    height: 8vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header p {
	font-family: 'tondubeta';
	line-height: 100%;
	text-shadow: 1.5px 1.5px #ffc4c4;
	padding-bottom: 0;
	font-size: 2.2vw;
	letter-spacing: 0.2vw;
	margin-left: 32vw;
	margin-top: 4vw;
	text-transform: uppercase;
	color: #ff0066;
}

.header a {
margin-left: 1vw;
padding-left: 0.5vw;
padding-right: 0.5vw;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
 transition: all 0.3s;
}

.header a:hover {
color: #ff97cb;
text-decoration: none;
border-bottom: 1px solid;
}

.header.lower {
	background-color: #ff0066;
}

.header.lower p {
	color: white;
	text-shadow: none;
}

.header.lower a {
background-color: transparent;
}

.logo {
width: 20vw;
height: 20vw;
background-image: url('sidekicklogo.png');
background-repeat: no-repeat;
background-size: contain;
z-index: 2;
position: fixed;
left: 5vw;
top: 0.5vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo.lower {
top: -11vw;
opacity: 0;
}

.sidekick {
z-index: 3;
position: fixed;
left: 1.5vw;
top: 17.5vw;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidekick p {
font-size: 4.5vw;
line-height: 100%;
padding-top: 0.5vw;
padding-bottom: 0;
padding-left: 0.5vw;
padding-right: 0.5vw;
background-color: #ffc4c4;
color: #ff0066;
-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sidekick.lower {
top: 2vw;
}

.sidekick.lower p {
color: white;
background-color: transparent;
}

.dropkick {
    background-color: transparent;
	font-family: 'tondubeta';
	padding-top: 1vw;
	text-transform: uppercase;
	z-index: 3;
	color: #ff0066;
    height: 8vw;
    font-size: 5vw;
	line-height: 100%;
    border: none;
	outline: none;
    cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.threelines {
float: right;
margin-top: 1vw;
margin-left: 1vw;
margin-right: 1vw;
height: 4vw;
width: 4vw;
background-image: url('threelinespink.png');
background-repeat: no-repeat;
background-size: 95%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.threelines.lower {
background-image: url('threelineswhite.png');
}

.dropkick.lower {
color: white;
}

.dropdown {
    position: fixed;
	top: 8vw;
	right: 0;
    display: inline-block;
	z-index: 3;
}

.dropdown-content {
    display: none;
	right: 0;
    position: absolute;
    background-color: rgba(255,255,255,0.8);
    min-width: 30vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	font-family: 'tondubeta';
	line-height: 160%;
	padding-left: 20px;
	text-align: right;
	padding-bottom: 0;
	font-size: 5vw;
	letter-spacing: 0.2vw;
	text-transform: uppercase;
	color: #ff0066;
    text-decoration: none;
    display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #f1f1f1;
color: #ff97cb;
text-decoration: none;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

}