/* -----------------------------------------
:: Logo Images
----------------------------------------- */
.logo {
    width: 100%;
    max-width: 150px;
    height: auto;
}
/* -----------------------------------------
:: Responsive Images
----------------------------------------- */
.responsive-1000 {
    width: 100%;
    max-width: 1500px;
    height: auto;
}
.responsive-800 {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.responsive-800p {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.responsive-750 {
    width: 100%;
    max-width: 750px;
    height: auto;
}
.responsive-700 {
    width: 100%;
    max-width: 700px;
    height: auto;
}
.responsive-600 {
    width: 100%;
    max-width: 600px;
    height: auto;
}
.responsive-500 {
    width: 100%;
    max-width: 500px;
    height: auto;
}
.responsive-400 {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.responsive-300 {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.responsive-250 {
    width: 100%;
    max-width: 250px;
    height: auto;
}
.responsive-200 {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.responsive-150 {
    width: 100%;
    max-width: 150px;
    height: auto;
}
.responsive-100 {
    width: 100%;
    max-width: 100px;
    height: auto;
}



.title-pink {
    color: #fe019a;
    text-shadow: 2px 2px 5px #000000;
}

/* -----------------------------------------
::   Separators   ::
----------------------------------------- */
.separator-25 {
    margin: 25px;
}
.separator-50 {
    margin: 50px;
}
.separator-100 {
    margin: 100px;
}
.rmp-header-bar {
    width: 100%;
    height: 60px;
    background: #000000;
    border-top: 3px ridge white;
    border-bottom: 6px ridge #0082FF;
    position: relative;
}
.rmp-header-bar::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #AA0000;
    position: absolute;
    top: 3px;
}
.rmp-bottom-bar {
    width: 100%;
    height: 30px;
    background: #000000;
    border-top: 3px ridge #0082FF;
    border-bottom: 3px ridge white;
    position: relative;
}
.rmp-bottom-bar::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #AA0000;
    position: absolute;
    top: 3px;
}
.rmp-video-bar {
    width: 100%;
    height: 30px;
    background: #000000;
    border-top: 3px ridge white;
    border-bottom: 4px ridge #0082FF;
    position: relative;
}
.rmp-video-bar::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #AA0000;
    position: absolute;
    top: 3px;
}

/* -----------------------------------------
::  Icons  ::
----------------------------------------- */


.icon-row {
    display: flex;
    margin-bottom: 45px;
    margin-top: 35px;
    justify-content: space-between; /* this will add equal space between each image */
}
.icon-row-l {
    display: flex;
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
}
.icon-row-r {
    display: flex;
    margin-bottom: 15px;
    margin-top: -15px;
    float: right;
}
.icon-sm {
    width: 100%;
    max-width: 60px;
    min-width: 45px;
    height: auto;
}
.icon-md {
    width: 100%;
    max-width: 75px;
    min-width: 60px;
    height: auto;
}
.icon-lg {
    width: 100%;
    max-width: 90px;
    min-width: 75px;
    height: auto;
}

.search-icon span {
  margin-left: 20px;
}
/* ---  Social Media Icons  --- */
.facebook:hover {
    color: #4267B2;
}
.instagram:hover {
    color: #AA0000;
}
.youtube:hover {
    color: #ff0000;
}
.linkedin:hover {
    color: #0072b1;
}
.twitter:hover {
    color: #0072b1;
}
.instagram:hover {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

/* -----------------------------------------
::  Box Effects  ::
----------------------------------------- */


.img-raised {
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 1.0);
}
.img-raised-l {
    box-shadow: -8px 8px 20px 0px rgba(0, 0, 0, 1.0);
}
.rounded {
    border-radius: 30px !important;
}




