
* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Raleway', sans-serif; 
    background: linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -webkit-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -moz-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -o-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -ms-linear-gradient(135deg, #8632B8, #4CDAFF);
}

h1 {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1.25px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.35));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.35));
    
}

.uppercase {
    text-transform: uppercase;
}

#comp {
    width: 30%;
    right: 100px;
    display: inline-block;
    position: absolute;
    height: 100%;
}

#comp img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
    bottom: 0;
    margin-left: 80px;
    height: 100%;
}

#main img {
    padding-top: 60px;
    width: 128px;
    display: block;
}

#main p {
    margin-top: 20px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-right: 40px;
}

#appstore {
    display: inline-block;
    opacity: 0.75;
}

#playstore {
    display: inline-block;
    opacity: 0.75;
}

#macstore {
    display: inline-block;
    opacity: 0.75;
}

#appstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#playstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#macstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#appstore img {
    padding: 10px 10px 10px 0px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
} 

#playstore img {
    padding: 10px 10px 10px 0px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
} 

#macstore img {
    padding: 10px 10px 10px 0px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
}

#phone {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 0;
    margin-right: 0px;
}

#send {
    border: 0;
    padding: 12px;
    color: #FFF;
    margin-left: 0;
    background-color: #323232;
    border-radius: 3px;
    width: 102px;
}

#send:active {
    transform: scale(0.95);
}

h3 {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

#social a {
    padding-top: 0px;
    display: inline-block;
}

#social a img {
    padding-top: 10px;
    width: 40px;
    padding-right: 10px;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.15));
}

#social a img:hover {
    opacity: 0.5;
    transition: all 0.15s ease-in;
}

#footer {
    width: 100%;
    bottom: 0px;
    height: 60px;
    background-color: rgba(0,0,0,0.65);
    position: fixed;
    display: block;
    text-align: center;
}

#footer a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    top: 22px;
    position: relative;
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    opacity: 0.5;
}

.intl-tel-input {color: #555;}

#modal {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

#modal .submodal {
    width: 280px;
    height: 240px;
    padding: 20px;
    margin: auto;
    color: #000;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.submodal h3 {
    color: #C0C0C0;
}

.submodal a {
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    background: #4692FF;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.submodal #close {
    background: #C0C0C0;
}

.submodal p {
    font-size: 12px;
}


@media (max-width: 900px) {
    
html {
        height: 100%;
}
    
* {
    padding: 0;
    margin: 0;
}
    
#comp {
        display: none;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -webkit-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -moz-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -o-linear-gradient(135deg, #8632B8, #4CDAFF);
    background: -ms-linear-gradient(135deg, #8632B8, #4CDAFF);
    
}

h1 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.25px;
}

#main {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    bottom: 0;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-bottom: 88px;
}

#main img {
    padding-top: 40px;
    width: 128px;
    display: block;
    margin: auto;
    width: 96px;
}

#main p {
    margin-top: 20px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

#appstore {
    display: block;
    opacity: 0.75;
}

#playstore {
    display: block;
    opacity: 0.75;
}

#macstore {
    display: block;
    opacity: 0.75;
}

#appstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#playstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#macstore:hover {
    -webkit-transition: All 0.15s ease-in-out;
    -moz-transition: All 0.15s ease-in-out;
    -o-transition: All 0.15s ease-in-out;
    -ms-transition: All 0.15s ease-in-out;
    transition: All 0.15s ease-in-out;
    opacity: 1;
}

#appstore img {
    padding: 10px;
    width: 120px;
} 

#playstore img {
    padding: 10px;
    width: 120px;
} 

#macstore img {
    padding: 10px;
    width: 120px;
}

#phone {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 0;
    margin-right: 0px;
    max-width: 216px;
}

#send {
    border: 0;
    padding: 12px;
    color: #FFF;
    margin-left: 0;
    background-color: #323232;
    -webkit-appearance: none;
    border-radius: 3px;
}

#send:active {
    transform: scale(0.95);
}

h3 {
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 400;
}

#social a {
    padding-top: 0px;
    display: inline-block;
}

#social a img {
    padding-top: 10px;
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#social a img:hover {
    opacity: 0.5;
    transition: all 0.15s ease-in;
}

#footer {
    z-index: 10;
    width: 100%;
    bottom: 0px;
    height: 60px;
    background-color: #2B1A45;
    position: fixed;
    display: block;
    text-align: center;
}

#footer a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    top: 22px;
    position: relative;
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    opacity: 0.5;
}

}