html, body, * {
padding-left:0;
padding-right: 0;
box-sizing: border-box;
}
@font-face {
font-family: 'DIN Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('DIN Condensed Bold'), url('../fonts/DINCondensed-Bold.woff') format('woff');
}
body{
position: relative;
/* display: block; */
width: 900px;
height: 100%;
padding: 0;
margin: 0 auto;
background-color: #efefef;
 background-image: url("../../img/full-background-image.png")!important;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.wrapper{
background-color: #ffffff;
}
.bluebg{
    background-color: #009bdf!important;
    padding: 0px !important;
}
.whitebg{
    background-color: #ffffff!important;
    margin: 0px!important;
}
.green-resource-wrapper{
    background: url('../../img/green_background-md.jpg') no-repeat top center;
    background-size: 100% auto;
    height: 100%;
}
p{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-weight: 400;
letter-spacing: 1.3px;
text-align: left;
font-size: 24px;
line-height: 28px;
}

img {
position: relative;
margin: 0 auto;
text-align: center;
vertical-align: middle;
width: 100%;
}
.mid-center-resources{
margin: 0 auto;
height: 100%;
}
.mid-center{
margin: 0 auto;
height: 100%;
padding-bottom: 25px!important;
}
.mid-center ul{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: 175%;
}
.purple-section{
background-color: #763dbf;
}
.img-fluid-2{
    max-width: 75%;
    height: auto;
}
h2.purple{
    font-family: Arial, Helvetica, sans-serif;
    color: #7543bc;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-size: 24px;
    line-height: 28px;

}
.purple{
    font-family: Arial, Helvetica, sans-serif;
    color: #7543bc;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    }
.white{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1.3px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    }
.pink-header{
    font-family: Arial, Helvetica, sans-serif;
    color: #ed0080;
    font-weight: bold;
    letter-spacing: 1.3px;
    font-size: 24px;
    line-height: 28px;

}
h1.pink{
    font-family: Arial, Helvetica, sans-serif;
    color: #ed0080;
    font-weight: bold;
    letter-spacing: 1.3px;
    font-size: 35px;
    line-height: 38px;

    }

.footer{
    background: url('../../img/footer-3-layers.png');  
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}

p.footer-p{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 400;
line-height:1rem;
letter-spacing: 0.3px;
}
.show-mobile{
    display: none;
}
div button.btn{
    word-wrap:break-word!important;
    white-space: normal!important;
  }
.register_btn{
    border: none;
    background-color: #6d9e3d;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
.resources_btn{
    border: none;
    background-color: #f85a17;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 
    body{
        width: 900px;
        height: 100%;
        background: none;
        margin: 0 auto;
    }
    .footer{
        width: 100%;
        min-height: 250px;
        height: auto;
        margin: 0 auto;
        vertical-align: bottom;
        background-size: 100%;
        background-position:bottom center;
        background-repeat: no-repeat;
    }
    .footer-p{
        display: none;
    }
    .show-mobile{
        display: inline;
        font-size: 10px;
        line-height: 10px;
    
        vertical-align: bottom;
    }
}
