.buttons,
.section {
    float: center;
    display: block;
    margin: 0 auto
}

@font-face {
    font-family: Gotham-Book;
    font-weight: 700;
    src: url(../fonts/Gotham-Book.otf) format("opentype")
}

@font-face {
    font-family: Gotham-Medium;
    font-weight: 700;
    src: url(../fonts/Gotham-Medium.otf) format("opentype")
}

h1 {
    font-size: 25px;
    color: #79819a;
    font-family: Gotham-Book;
    line-height: 46px;
    letter-spacing: 2.18px;
    text-transform: uppercase
}

h2,
h3 {
    font-family: Gotham-Medium;
    color: #fff;
    text-transform: uppercase
}

h2 {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 2.7px
}

h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.4px
}

p {
    font-size: 12px;
    font-family: Gotham-Book;
    line-height: 22px;
    letter-spacing: 1px;
    color: #9198B0
}

.mainstuff {
    padding: 6em 0 0
}

.leftside {
    padding: 2em 0
}

.section {
    text-align: center;
    width: 100%;
    padding: 1em 0
}

.buttons {
    width: 45%
}

.linkTextingButton,
.linkTextingInput {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    font-family: Gotham-Medium
}

.download {
    background-color: #3FCC9D;
    border: none;
    padding: .75em 0 1.25em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .5)
}

.download:hover {
    background-color: #597fff
}

a:hover {
    text-decoration: none;
    border: none
}

.download h3 {
    line-height: 0
}

.linkTextingWidget {
    margin-top: 15px
}

.linkTextingInner {
    width: 100%
}

.linkTextingInput {
    background-color: rgba(145, 152, 176, .2);
    width: 63%;
    float: left;
    border: none;
    border-radius: 5px;
    padding: 0 0 0 1em;
    color: #595959
}

.linkTextingButton {
    background-color: #9198B0;
    width: 35%;
    float: right;
    margin: 0 auto;
    border: none;
    border-radius: 5px;
    box-shadow: .5px .5px 2px rgba(0, 0, 0, .5);
    font-size: 8px;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #fff
}

.icons,
.social {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center
}

.linkTextingButton:hover {
    background-color: #597fff
}

.linkTextingButton h3 {
    font-size: 8px;
    line-height: 0;
    margin: 0 auto;
    float: center
}

.social {
    float: center;
    padding: 4em 0 2em
}

.icons {
    float: center
}

.icons img,
.text-muted {
    display: inline-block;
    float: center
}

.icons img {
    margin: 0 10px
}

.icons a:hover img {
    color: #598fff;
    opacity: .7
}

.hashtag h1 {
    color: #9198B0;
    line-height: 25px;
    letter-spacing: 1.18px;
    text-transform: lowercase;
    font-size: 15px
}

.hashtag a:hover h1 {
    color: #598fff
}

.logo img {
    width: 45%;
    display: inline-block
}

.text-muted {
    text-align: center;
    margin: 15px;
    color: #79819a
}

.press,
.press img,
.tagline {
    margin: 0 auto
}

.amy:hover,
.text-muted p:hover {
    color: #598fff
}

.text-muted p {
    letter-spacing: 1px
}

.footer {
    text-align: center;
    padding: 1em 0
}

.tagline {
    float: center;
    display: block;
    width: 75%
}

.dropithere {
    text-align: center;
    padding: .5em 0 1em
}

.press {
    float: none;
    display: inline-block;
    text-align: center;
    max-height: 50px;
    padding: 0;
    vertical-align: middle
}

.press img {
    float: center;
    display: block;
    height: 35px
}

.press a {
    color: #000;
    text-transform: uppercase
}

.asseenin {
    text-align: center;
    padding-top: 1em
}

.asseenin p {
    color: #9198B0;
    color: #fff;
    font-size: 12px
}

hr {
    width: 40%
}

.carousel-inner > .item > img {
    max-width: 60%;
    margin: 0px auto;    
    border-radius: 8px;
}

.carousel-control {
    color: #EEE;
    background-image: none !important;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    border: 1px solid #EEE;
}

.carousel-indicators .active {
    background-color: #DDD;
}


@media
/* Portrait and Landscape */
@media only screen and (max-device-width: 480px) {
	#body{
	    background-image: url(../img/backgroundCollage2.png);
    	    background-position: top center;
    	    background-size: cover;
	}
}

.store-img {
    width: 200px;
}

img { 
    max-width: 100%;
}

