/*COLOR STANDARDS

brightness10: #F5F5F5
brightness15:     #f0f0f0

Gold: #e19e10
#f0d922;
Less Saturated pink:    #ff838e
Saturated darker pink:  #e65866
*/

/*CATEGORY: FONTS FONT FAMILIES*/

@font-face {
    font-family: 'regularfont';
    src: url('fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: 'boldfont';
    src: url('fonts/Whitney Bold.ttf');
}

@font-face {
    font-family: 'headerfont';
    src: url('fonts/PaytoneOne-Regular.ttf');
}

.body {
    background-image: url('img/bg00.png');
}

.maincontainer {
    background-color: white !important;
}

.headerrow {
    /*background-color: #f86b79 !important;*/
    padding: 20px;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body {
    /*background-size: cover !important;*/
    /*background-attachment: fixed !important;*/
    background-image: linear-gradient(to right bottom, #dedede, #c2c2c2, #b9b9b9, #9c9c9c, #a8a8a8);
    background-size: cover;
    color: #2D2D2D;
    /*text-rendering: optimizeLegibility !important;*/
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    font-family: "regularfont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

/* CATEGORY HEADER */
img.topheaderlogo {
    margin: 10px;
}
/* CATEGORY HYPERLINKS and LINKS */
a{
    color: #d2515e;
    border-bottom: solid 1px #cc959c;
}

a:hover{
    text-decoration: none;
    border-bottom: solid 1px #d2515e;
    color: #d2515e;
}

/* CATEGORY NAVBAR NAVIGATION LINKS and BUTTONS */

button.button1 {
    background-color: #e65866;
    font-family: headerfont;
    color: white;
    padding: 13px;
    border: none;
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

button.button1:hover {
    background-color: #ef9a15;
    padding-right: 25px;
    transition-duration: 0.5s;
    transition-property: padding-right, background-color;
}

a.button1 {
    background-color: #e65866;
    font-family: headerfont;
    color: white;
    padding: 13px;
    border: none;
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

a.button1:hover {
    background-color: #EF9A15;
    padding-right: 25px;
    transition-duration: 0.5s;
    transition-property: padding-right, background-color;
}

.navrow {
    background-color: #e65866 !important;
    border-top: solid 5px rgba(255, 255, 255, 0.7);
    border-bottom: solid 5px rgba(255, 255, 255, 0.7);
    padding: 0px !important;
}

a.navbarlink {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: boldfont;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1em;
    width: 160px;
    text-transform: uppercase;
}

a.navbarlink:hover {
    text-decoration: none !important;
    background-color: #F86B79;
    color: #FFFFFF;
    opacity: 1;
}

div.notificationrow {
    font-family: boldfont;
    background-color: #fee64e;
    color: black;
    padding: 15px;
    display: none;
}

/* CATEGORY HEADERS H1 H2 H3 */

h1 {
    font-family: headerfont !important;
    font-size: 2.5em !important;
    color: #2c2c2c;
    border-bottom: solid 2px #bfbfbf;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h2 {
    font-family: headerfont !important;
    font-size: 2.3em !important;
    color: #545454;
    border-bottom: solid 2px #bfbfbf;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

h3 {
    font-family: headerfont !important;
    font-size: 1.5em !important;
    color: #717171;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

h3.h32 {
    font-family: headerfont !important;
    font-size: 1.6em !important;
    color: #EF9A15;
    margin-top: 18px;
    margin-bottom: 6px;
    display: block;
    border-bottom: solid 2px #e2e2e2;
    padding-bottom:10px;
}

/* CATEGORY FORMS */
h4.formlabel {
    font-family: boldfont;
    margin-top: 15px;
    padding-top: 5px;
    color: #484848;
}

.formfield1 {
    background-color: #f5f5f5;
    width: 100% !important;
    max-width:400px;
    display: block;
    padding: 10px;

}

input.formtextfield {

    border-bottom: 2px solid #ff838e;
    border-left: none;
    border-top: none;
    border-right: none;
    font-size: 1.1em;

    border-radius: 5px;
}

select.formfieldselect {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ff838e;
    border-left: none;
    border-top: none;
    border-right: none;
    font-size: 1.1em;
    border-radius: 5px;

}

/* CATEGORY TYPOGRAPHY TEXT LABELS SPANS PARAGRAPHS */
p.promotext {
    font-size: 2.6em;
    font-family: headerfont;
    margin-top: 290px;
    color: white;
    width: 100%;
    line-height: 0.9em;
    padding-bottom: 15px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

p.explanation{
    font-size:1.15em;
    line-height:1.3;
    color:#000000;
}

/* CATEGORY HOMECOUPLE PROMO ROW */
.homecouplerow {
    background-image: url(img/homecouple3.jpg);
    background-size: cover;
    min-height: 300px;
    padding-bottom: 15px;
}

.homecouplerowformpanel {
    background-image: url(img/whiteop80.png);
    background-repeat: repeat;
    padding-bottom: 30px;
}

/*CATEGORY FOOTER CLASSES*/
.footercolumn > a {
    border-bottom: dotted 1px #ff8290 !important;
    padding: 10px !important;
    color: white !important;
    display: block;
}

.footercolumn > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
    border-bottom: solid 1px #EF9A15;
}

div.footerrow {
    font-family: regularfont;
    background-image: url(img/35960.png);
    background-repeat: repeat;
    color: #c1c1c1;
    font-size: 0.9em;
    border-top: solid 15px white;
    padding-bottom: 60px;
    border-bottom: solid 15px #e65866;
    margin-bottom: 50px;
    margin-top: 30px;
}

div.footercolumn {
    padding: 30px;
    font-family: regularfont;
}

img.footerlogo {
    opacity: 0.5;
    margin-bottom: 20px;
}

/* CATEGORY PANELS DIVS CONTAINERS */
div.topborderrow {
    border-top: solid 5px #e8e8e8;
}

/*CATEGORY IMAGE UPLOADS and UPLOADER*/

#cropContainerModal {
    margin-top:15px;
    width: 300px;
    height: 300px;
    position: relative;
    border: 5px solid #dfdfdf;
}

#cropContaineroutput {
    width: 100%;
    height: 145px;
    position: relative;
    border: 1px solid #ccc;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}



/*CATEGORY GENERAL AND MISCELLANEOUS HIDDEN and INVISIBLE*/

.hidden{
    display:none;
}

#signupsuccesspanel{
    display:none;
}