
@charset "UTF-8";




.icon-ra {
    color: #F37053;
}

.icon-intro{
    background: transparent;
    border: none;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); 
}

.icon-intro:hover, .icon-intro:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); 
}

.big-button {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-radius: 50%;
    background: #f37053;
    width: 6.5em;
    padding: 2em 0;
    z-index: 5;
    position: relative;
    font-size: 2vw;
} 

.button-link, .button-link:hover, .button-link:focus{
    text-decoration: none; 
    color: #F6F3F2;
}

.btn-primary {
    background-color: red !important;
}

.link-ra {
    color: #F37053;
    text-decoration: none; 
}
.link-ra:hover, a:focus {
    color: #e93810;
    text-decoration: underline; 
}
.link-ra :focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

.contact {
    .col-message {
        position: relative;
        height: 9em;
    }

    textarea {
        height: 100%;
    }
}

.intro {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1em;
    padding: 0 1em 1em 1em;
    border: 1px solid #bbb8b8;
    margin: auto;
    width: 95%;    
} 

.start{
    margin-top: -53vw;
    margin-right: 5%;
    margin-left: -1.5%;
    position: absolute;
    z-index: 99;   
}

.badges{
    height: 10vw;
}

.apple{
    padding: 1.7vw;
}

 /**Styling for marketing logo section**/ 
.threelogo {
    border-collapse:separate;
    border: none;
    width: 80%;
    table-layout:auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    border-radius: 6px;
    border-spacing: 3px;
}

.threelogo-w {
    text-align: center;
    vertical-align: middle;
    padding-bottom:5px;
    border-radius:6px;
    border:solid black 1px;
    padding: 5px;
    width: 33.3%;
}

.threelogo-c{
    text-align: center;
    color:black;
    font-family: inherit;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    padding: 0px;
}

.threelogo-w img{
    height:auto;
    max-width:100%
}