/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

/* PROMO PAGE STYLES */
@font-face {
    font-family: "SF_Pro_Display_Heavy";
    src: url(fonts/SF-Pro-Display-Heavy.otf);
}
@font-face {
    font-family:"SF_Pro_Display_Bold";
    src: url(fonts/SF-Pro-Display-Bold.otf);
}
@font-face {
    font-family:"SF_Pro_Text_Medium";
    src:url(/fonts/SF-Pro-Text-Medium.otf);
}

#nav ul {
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    padding:5% 0% 0% 8%;
    background-color:#ed194e;
}

li {
    color:#ed194e;
    background-color:white;
    padding:2%;
    font-family:"SF_Pro_Display_Bold";
    font-size:2em;
    border-radius: 30px;
    margin-right:5%;
}

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

a:active {
    color:white;
}
a:visited {
    text-decoration:none;
    color:#ed194e;
}
a:visited:hover {
    text-decoration:none;
    color:white;
    background-color:#8BDD38;
}

#nav ul li:hover {
    color:white;
    background-color:#8BDD38;

}

#nosweat{
    background-color:#ed194e;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding: 0% 0% 5% 5%;
}
#logo{
    display:flex;
    flex-direction:column;
    padding-top:2%;
}
#logo img {
    max-width:100%
}
#homeimg img {
    max-width:100%;
}
#logo p {
    font-family:"SP_Pro_Text_Medium";
    color:white;
    font-size:2em;
    letter-spacing:5%;
    padding: 0% 5% 0% 5%;
    line-height: 120%;
}

h2.main {
    font-size:6em;
    padding-left:0%;
}
#info_one, #imgsflex {
    background-color: #8BDD38;
    display:flex;
    flex-direction:row;
    padding: 0% 5% 0% 5%;
    justify-content:space-between;
}
#info_one_main {
    background-color: #8BDD38;
    display:flex;
    flex-direction:row;
    padding-left:0%;
    justify-content:space-between;
}

#info_one_sakura {
    background-color: #ed194e;
    display:flex;
    flex-direction:row;
    padding-left:0%;
    justify-content:space-between;
}

#info_one_favs {
    background-color: #46a8f2;
    display:flex;
    flex-direction:row;
    padding-left:5%;
    justify-content:space-between;

}
#info_one_tickets {
    background-color:#f6b41e;
    display:flex;
    flex-direction:row;
    padding-left:0%;
    justify-content:space-between;

}
#info_one_info {
    background-color:#9784f7;
    display:flex;
    flex-direction:row;
    padding-left:5%;
    justify-content:space-between;

}
#info_one_mockup {
    background-color: #a8a8a8;
    display:flex;
    flex-direction:row;
    padding-left:0%;
    justify-content:space-between;

}
#head {
    display:flex;
    flex-direction:column;
    justify-content:center;
}
img.number {
    width:20%;
    align-self:center;
}
.phonemain, .phonefavs, .phonesakura, .phonetickets, .phoneinfo{
    max-width:40%;
}
.phone {
    max-width:35%;
}
h2.main, h2.favs, h2.sakura, h2.tickets, h2.info, h2.figma {
    font-family: "SF_Pro_Display_Heavy";
    color:white;
    font-size:6em;
    padding-left:0%;
}

h2.mockup {
    font-family: "SF_Pro_Display_Heavy";
    color:white;
    font-size:6em;
    padding-right:5%;

}
#head p.main, #head p.favs, #head p.sakura, #head p.tickets, #head p.info{
    padding-left:0%;
}
#head p, p.figma{
    font-family:"SP_Pro_Text_Medium";
    font-size:1.5em;
    letter-spacing:5%;
    padding: 5%;
    line-height: 120%;
    color:white;
}

p.figma {
    align-self:center;
    padding: 0%;
}
h2 {
    font-family: "SF_Pro_Display_Bold";
    color:white;
    font-size:4em;
    padding-left:5%;
}

#mockup img {
    max-width:50%;
}

h2.figma {
    align-self: center;
    padding-top:5%;
   
}

#figma{
    display:flex;
    justify-content: center;
    background-color:#ed194e;
    align-items:center;
}

video {
    max-width:100%;
}

/* Development Styles */
#imgsflex img {
max-width:40%;
align-self:center;
padding-top:5%;
}
#imgsflex_span {
    display:flex;
    flex-direction:column;
    background-color: #8BDD38;
    
}

#info_one_dev {
    display:flex;
    flex-direction:row;
    align-content:space-around;
    background-color: #8BDD38;
    padding:10% 10% 0% 10%;
}
#info_one p.heavy {
    font-size:1.75em;
}
#head_dev h2 {
    padding-left:5%;
    color:white;
    font-family:"SF_Pro_Display_Bold";
    font-size:4em;
}

#imgsflex_span h3 {
    font-family:"SP_Pro_Display_Bold";
    color:white;
    font-size:2em;
    padding-left:5%;
    text-decoration:underline;
    padding-top:5%;

}
#imgsflex_span ol {
    list-style-type:lower-roman;
}

#info_one_dev p, #imgsflex_span ol li {
    font-family:"SP_Pro_Text_Medium";
    color:white;
    font-size:1.75em;
    padding-left:5%;
    padding-top: 2%;
    background:none;
}


#info_one h2.heavy {
    font-family:"SF_Pro_Display_Heavy";
    font-size:5em;
    padding-top:5%;
}








