@font-face {
    font-family: Apple;
    src: url('Fonts/SFDisplay-Regular.otf');
}

@keyframes toleft {
    from {left: 50px;}
    to {left: 0px;}
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.20;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: -0.72px;
    text-transform: none;
}

p, li {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.60;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: -0.30px;
    word-spacing: -0.10px;
    text-transform: none;
}

/*NAVIGATION*/

nav {
    background-color: #373c44;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    text-align: right;
    color: white;
    border-bottom: 3px solid yellow;
}

nav ul {list-style-type: none;}

nav li {display: inline;}

nav li a {
    border: 1px solid white;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    font-weight: 500
}

nav li a:hover {
    background: #0393ff;
    border: 1px solid #0393ff;
    cursor: pointer;
}

#textlogo {
    text-align: left;
    float: left;
    padding-top: 10px;
    padding-left: 25px;
    font-family: 'Dosis', sans-serif;
}

/*SIDEBAR*/

.sidebar {
    background-color: whitesmoke;
    position: absolute;
    height: 100%;
    width: 328px;
    min-width: 328px;
    z-index: 1;
    color: black;
    padding: 70px 30px 0px 30px;
    float: right;
}

#descrip {margin-top: -20px;}

.sidebar h1, p {opacity: 0.7;}

.sidebar form textarea {
    border: none;
    width: 320px;
    resize: none;
    font-size: 12px;
    position: static;
}

.sidebar form select {
    margin-bottom: 15px;
    height: 30px;
    width: 120px;
    position: relative;
    float: left;
}

#titlebox {
    height: 30px;
    margin-bottom: 3px;
}

#title-char, #body-char {
    font-size: 11px;
    text-align: right;
    margin-bottom: 10px;
    margin-right: 5px;
}

#sidebar-container p a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

#disclaimer {
    border-top: 1px solid #bfbfbf;
    padding-top: 25px;
    text-align: center;
    font-size: 11px;
    margin-top: 30px;
}

/*WORKSPACE*/

#iphone {
    display: block;
    height: 820px;
    width:466px;
    margin-top: 10px;
    margin-right: 19%;
    margin-left: 600px;
    background-image: url(Images/iPhone-6.png);
    background-size: cover;
    float: right;
}

#ios-push-container {
    height: 117px;
    width: 325px;
    background-image: url(Images/iOS%20Push%20Container.png);
    background-size: cover;
    margin-top: 290px;
    margin-left: 80px;
}

#ios-push-title {
    font-family: Apple, sans-serif;
    color: black;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    width: 302px;
    height: 20px;
    margin-left: 33px;
    padding-top: 8px;
    opacity: 0.5;
    text-transform: uppercase;
}

#ios-push-body {
    font-family: Apple, sans-serif;
    color: black;
    font-weight: 500;
    font-size: 13.3px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    width: 300px;
    margin-left: 14px;
    margin-top: -8px;
}

#android {
    display: none;
    height: 820px;
    width:435px;
    margin-top: 10px;
    margin-right: 21%;
    margin-left: 600px;
    background-image: url(Images/Android.png);
    background-size: cover;
    float: right;
}

#android-push-title {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    width: 202px;
    height: 20px;
    margin-left: 74px;
    margin-top: 248px;
    padding-top: 8px;
    opacity: 0.6;
}

#android-push-body {
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-weight: 400;
    font-size: 12.5px;
    line-height: 1.3;
    width: 292px;
    margin-left: 74px;
    margin-top: -25px;
}

#android-push-header {
    font-family: Arial;
    color: black;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.5;
    width: 202px;
    height: 20px;
    margin-left: 93px;
    margin-top: 238px;
    margin-bottom: -256px;
    padding-top: 8px;
    opacity: 0.5;
}

#desktop {
    display: none;
    height: 550px;
    width: 855px;
    margin-top: 80px;
    margin-right: 7%;
    margin-left: 600px;
    background-image: url(Images/Desktop.png);
    background-size: cover;
    float: right;
}

#desktop-push-title {
    font-family: Helvetica;
    color: black;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    width: 202px;
    height: 20px;
    margin-left: 567px;
    margin-top: 106px;
    padding-top: 8px;
    letter-spacing: 0.2px;
}

#desktop-push-body {
    font-family: Helvetica;
    color: black;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.3;
    width: 210px;
    margin-left: 567px;
    margin-top: -22px;
    letter-spacing: 0.2px;
}

/*MODAL AND TOOLTIPS*/

.modal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 0;
    opacity: 0.0;
}

.modal-show {
    visibility: visible;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 5;
    opacity: 1;
    overflow: auto;
}

.modal-content-hidden {
    visibility: hidden;
    width: 50%;
    margin: 5% auto;
    background: white;
    text-align: center;
    padding: 70px;
    z-index: 0;
    opacity: 0.0;
    border-top: 3px solid yellow;
}

.modal-content-visible {
    visibility: visible;
    width: 50%;
    margin: 5% auto;
    background: white;
    text-align: center;
    padding: 70px;
    transition: 1s;
    z-index: 5;
    opacity: 1;
    border-top: 3px solid yellow;
}

#textlogomodal {
    font-family: 'Dosis', sans-serif;
    padding-bottom: 20px;
    font-size: 1.5em;
}

#modcontent span {
    color: black;
    font-weight: bold;
    font-size: 30px;
    float: right;
    margin-top: -45px;
    margin-right: -30px;
    cursor: pointer;
}

#modcontent p {
    line-height: 30px;
    margin-bottom: 30px;
}

.bluebtn {
    font-family: sans-serif;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px;
    color: white;
    display: block;
    background: #0393ff;
    width: 230px;
    margin: 0 auto;
    text-align: center;
}

.bluebtn:hover {background: #0288ed;}

.tooltip {
    visibility: hidden;
    background-color: white;
    text-align: left;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 0;
    margin-left: 370px;
    opacity: 0.0;
    font-size: 11px;
    font-family: sans-serif;
    color: gray;
    box-shadow: 3px 4px 31px 1px rgba(0,0,0,0.1);
}

.tooltip-visible {
    visibility: visible;
    background-color: white;
    text-align: left;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    margin-left: 370px;
    width: 145px;
    opacity: 1.0;
    font-size: 11px;
    font-family: sans-serif;
    color: gray;
    box-shadow: 3px 4px 31px 1px rgba(0,0,0,0.1);
    transition: 1s;
    animation: toleft 2s;
}

.tooltip::after {
    content: " ";
    position: absolute;
    top: 40%;
    right: 100%;
    margin-top: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

#headalert, #titlealert {margin-top: 311px;}

#bodyalert {margin-top: 420px;}

/*404 PAGE*/

#errorhead {
    text-align: center;
    font-size: 25em;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: -40px;
}

#errorbody {
    text-align: center;
    font-size: 30px;
}

/*MOBILE-ORIENTATIONS*/

@media only screen and (max-width: 1025px) {

nav ul {
    float: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
    
#textlogo {
    float: none;
    text-align: center;
    padding-top: 10px;
    padding-left: 25px;
    font-family: 'Dosis', sans-serif;
}
    
#iphone {
    margin-right: 50px;
}  

#android {
    margin-right: 50px;
}

#desktop {
    margin-right: 30px;
}
    
#headalert, #titlealert {margin-top: 377px;}

#bodyalert {margin-top: 500px;}
    
}

@media only screen and (max-width: 820px) {
    
#errorhead {
    font-size: 10em;
    margin-bottom: -20px;
}

#errorbody {font-size: 1.5em;}
    
.sidebar  {
    height: 600px;
    width: inherit;
    min-width: inherit;
}
    
.tooltip {animation: none;}

.tooltip::after {display: none;} 
    
#headalert, #titlealert {
    margin-top: 321px;
    margin-left: 45%;
}

#bodyalert {
    margin-left: 45%;
    margin-top: 591px;
}
    
.a2a_default_style {display: none;}
    
.sidebar form textarea {width: 100%;}
    
#iphone {
    width: 500px;
    height: 900px;
    margin: auto;
    margin-top: 700px;
    margin-bottom: 50px;
    float: none;
}

#ios-push-container {
    width: 358px;;
    height: 130px;
    margin-top: 320px;
    margin-left: 87px;
    float: left;
}

#ios-push-title {
    width: 252px;
    margin-left: 34px;
    margin-top: 4px;
    padding-top: 6px;
    text-transform: uppercase;
}

#ios-push-body {
    font-size: 14px;
    width: 330px;
    margin-left: 16px;
    margin-top: -5px;
    float: left;
}

#android {
    width: 500px;
    height: 900px;
    margin: auto;
    margin-top: 700px;
    margin-bottom: 50px;
    float: none;
}

#android-push-header {
    margin-top: 262px;
    margin-left: 103px;
    float: left;
}
    
#android-push-title {
    width: 202px;
    margin-top: 250px;
    margin-left: 80px;
    float: left;
}
    
#android-push-body {
    width: 313px;
    margin-left: 80px;
    float: left;
}
    
#desktop {
    height: 550px;
    width: 855px;
    margin-top: 700px;
    margin-bottom: 80px;
}
    
}

@media only screen and (max-width: 550px) {
    
.bluebtn {width:80%;}
    
#errorbtn {width: 40%;}
    
.sidebar {position: static; height: 650px;}
    
#iphone {
    margin-top: 750px;
    height: 550px;
    width: 320px;
}
    
#ios-push-container {
    width: 220px;;
    height: 80px;
    margin-top: 200px;
    margin-left: 54px;
}

#ios-push-title {
    width: 152px;
    margin-left: 21px;
    margin-top: 0px;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 8px;
}

#ios-push-body {
    font-size: 8.5px;
    width: 205px;
    margin-left: 10px;
    margin-top: -20px;
}
    
#android {
    width: 320px;
    height: 550px;
    margin-top: 750px;    
}
    
#android-push-header {
    font-size: 7px;
    margin-top: 159px;
    margin-left: 64px;
}
    
#android-push-title {
    font-size: 8px;
    width: 202px;
    margin-top: 173px;
    margin-left: 50px;
}
    
#android-push-body {
    font-size: 8px;
    width: 194px;
    margin-top: -32px;
    margin-left: 50px;
}

#desktop {
    height: 350px;
    width: 545px;
    margin-top: 50px;
    margin-bottom: 80px;
}

#desktop-push-title {
    font-weight: 600;
    font-size: 8px;
    width: 132px;
    margin-left: 362px;
    margin-top: 65px;
    padding-top: 8px;
    opacity: 0.5;
}

#desktop-push-body {
    font-weight: 400;
    font-size: 7px;
    width: 135.5px;
    margin-left: 362px;
    margin-top: -31px;
}
    
}

@media only screen and (max-width: 360px) {

#descrip {text-align: center;}
    
#descrip h1 {font-size: 30px;}
    
#iphone, #android {margin-top: 750px;}

#desktop {margin-top: 50px;}

}

@media only screen and (max-width: 320px) {

#desktop {margin-top: 50px;}
    
}