body {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin:0;
}

header {
    margin:0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(107,47,200,1) 0%, rgba(43, 33, 220, 1) 25%, rgba(36,157,237,1) 77%, rgba(0,212,255,1) 100%);
}

.tweetbox {
    margin-top: 12vh;
    margin-left: 10vw;
    margin-right: 10vw;
    margin-bottom: 8vh;
}

.tweetbox > h1 {
    margin-bottom: 8vh;
}

.launch-application {
    margin: auto;
    width: 80%;
}

.launch-application a {
    word-break: break-all;
}

.seperator {
    width: 90%;
    margin: auto;
    margin-bottom: 8vh;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.branding {
    width: 550px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 100%;
}

.branding > img {
    border-radius: 0.5em;
    height: 100px;
}

.branding > h2 {
    font-size: 60px;
    margin: auto;
    color: #FFFFFF;
}

.thecatch {
    margin: auto;
    width: 800px;
}

.landing-button {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #453dd7;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.55;
    font-size: 1em;
}

.landing-button-selected {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #4eb5f1;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.55;
    font-size: 1em;
}

#customer-screenshots {
    width: 80vw;
    margin: auto;
    display: flex;
}

.customer-screenshot {
    width: 100/3%;
}

.customer-screenshot img {
    width: 80%;
}

.customer-screenshot p {
    font-size: 2em;
}

.after-wave {
    margin: 0;
    width: 100%;
    background-color: #09F;
}

.customer-pitch {
    width: 600px;
    margin: auto;
}

.customer-pitch p {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2em;
    color: #FFFFFF;
}

.detail-text p {
    width: 95%;
    font-size: 1em;
    line-height: 1.5;
}

#customer-share-button {
    border: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.25em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #453dd7;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.55;
    font-size: 1em; 
}

.dashboard {
    width: 70%;
    margin: auto;
}

.dashboard h1 {
    font-size: 4em;
}

.dashboard h2 {
    font-size: 2em;
    line-height: 3em;
    width: 80%;
    margin: auto;
}

.dashboard p {
    margin-top: 2em;
    font-size: 1.5em;
}

.dashboard img {
    width: 100%;
}

.first-time p {
    line-height: 2em;
    width: 60%;
    margin: auto;
    margin-bottom: 2em;
}

#wave-container {
    display: inline;
    position: relative;
    background: #0099ff;
    text-align: center;
    overflow: hidden;
}

#wave-container svg {
    width: 100%;
}

footer {
    border-width: 6vh 0 0 0;
    border-style: solid;
    border-color: #0099ff;
    padding-top: 20px;
	margin: auto;
	padding-bottom: 20px;
}

.socals {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 40px;
}
.socialElement {
	width: 100%;
}

#ipad-portrait {
    display: none;
}

#ipad-landscape {
    display: initial;
}

@media (hover: none) and (pointer: coarse) {

	body {
		width: 100%;
	}

    .thecatch {
        width: 95%;
    }

    .thecatch h1 {
        font-size: 1.5em;
    }

    .branding {
        width: 90%;
    }

    .branding h2 {
        font-size: 2em;
    }

    .customer-pitch {
        width: 90%;
    }

    .customer-pitch p {
        font-size: 1.5em;
    }

    #customer-screenshots {
        display: block;
        width: 90vw;
    }

    .customer-screenshot {
        width: 100%;
        border-style: solid;
        border-color: grey;
        border-width: 0px 0px 2px 0px;
    }

    .detail-text p {
        font-size: 1.2em;
    }

    .dashboard {
        width: 90%;
    }
    
    .dashboard h1 {
        font-size: 2.5em;
    }
    
    .dashboard h2 {
        font-size: 1.25em;
        line-height: 1.75em;
    }
    
    .dashboard p {
        margin-top: 2em;
        font-size: 1em;
        text-align: left;
    }

    .first-time p {
        margin-top: 2em;
        font-size: 1em;
        line-height: 1.2em;
        text-align: left;
        width: 100%;
    }

    iframe {
        margin-top: 5vh;
        width: 100%;
        height: 50vw;
    }

    #ipad-portrait {
        display: initial;
    }

    #ipad-landscape {
        display: none;
    }

    footer {
        width: 100%;
        overflow: hidden;
    }

}
