@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@font-face {
    font-family: 'Of Wildflowers and Wings';
    src: url('../fonts/OfWildflowersandWings.woff2') format('woff2'),
        url('../fonts/OfWildflowersandWings.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{width:100%; float:left;height:100%; overflow-x: hidden; font-size: 16px;}
a{
	text-decoration: none;
}
img{border:none;outline:none;max-width: 100%;}
select::-ms-expand{display:none;}
input:focus,textarea:focus{outline:none;}
textarea:focus{outline:none;}
select:focus{outline:none;}
a:focus{border:none;outline:none;}
*{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
html{margin-top:0px;width:100%;height:100%;}
.clr{clear:both;}
.flt{float:left;}
.flr{float:right;}
ul{list-style:none;}
ul li{float:left;}
p{line-height:25px;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;font-weight:normal;font-weight:normal;}
ul,ol,li{margin:0px;}
body{overflow-x: hidden;width:100%;font-family: 'Roboto Condensed', sans-serif;line-height:24px; background:#fff;position:relative;min-height:100%; color:#303030;}
.remember-main {
    background-image: url(../img/map-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.social-links {
    position: absolute;
    bottom: 0;
    background-color: #000;
    width: 100%;
    left: 0;
    padding: 12px 0;
    text-align: center;
}
.remember-right {
    position: absolute;
    right: 0;
    bottom: 35px;
    max-width: 450px;
}
.social-links a {
    color: #fff;
    font-size: 13px;
    padding: 0 15px;
    font-weight:300;
}
.social-links a img {
    vertical-align: middle;
    width: 15px;
    margin-right: 7px;
}
.remember-text h5 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}
.remember-logo {
    margin-bottom: 15px;
}
.app-available {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.app-available h2 {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 10px;
    font-weight: 300;
}
.remember-download-link a {
    width: 160px;
    display: inline-block;
    margin-right: 10px;
}
.remember-text h2 {
    font-size: 55px;
    color: #00ffea;
    font-family: 'Of Wildflowers and Wings';
    text-transform: capitalize;
}
.remember-text{
    margin-bottom:32px;
}
.app-available a {
    width: 35px;
    display: inline-block;
}

@media (max-width:1024px){
    .remember-download-link {
        margin-bottom: 20px;
    }
    .social-links {
        position: static;
    }
    .remember-main {
        display: flex;
        flex-direction: column;
        overflow:auto;
    }
    .container {
        text-align: center;
        justify-content: space-between;
        padding: 55px 0 0px;
            height: auto;
    }
    .app-available {
        justify-content: center;
    }
    .remember-right {
        left: 0;
        margin: 0 auto -7px;
        position: static;
    }
}
@media (max-width:576px){
    .social-links a {
        width: 100%;
        display: block;
    }
}




















