/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Passion+One&display=swap'); 

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Passion One', cursive;
*/

BODY {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
	
}
a.standout:hover {
  color: #b054a0 !important;
  text-decoration:none !important;
}

a.standout:active, a.standout:link, a.standout:visited {
  color: #0D0F25;
  border-bottom:none;
  text-decoration:none;
}

.highlight {
    color:#45c7f0;
}

.background {
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color:#0D0F25;
}

#contractCopy {
    overflow:auto;
    resize:none;
    width:475px;
    height:50px;
    line-height: 25px;
    text-align: center;
}

H1, H2 {
   font-family: 'Passion One', cursive; 
    
}

H3, H4, H5, H6 {
   font-family: 'Passion One', cursive; 
   letter-spacing: 1.2px;
   color:#b054a0;
    
}

.h-standout {
	color:#45c7f0;
}

.icon{
	color:#45c7f0;
}

.social {
	color:#45c7f0;
}

.social:hover {
	color:#b054a0;
}

.btn-primary {
    font-family: 'Passion One', cursive;
    text-shadow: 1px 1px rgba(0,0,0,0.75) ;
    text-transform: uppercase;
    font-size:1.4em;
    background-color:#b054a0;
    border: solid 2px #45c7f0; /*set the color you want here*/
    letter-spacing: 1.25px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color:#0D0F25;
    border: solid 2px #b054a0; /*set the color you want here*/
    text-shadow: 0px 0px rgba(0,0,0,0.75) ;
}     

.icon-main-card {
    height:50px;
}

.icon-buying-guide {
    height:50px;
}

/* Footer */

.footer {

    background-color:#0D0F25;

}

.copyright {
    font-size:0.9em;

}

a img.hover {
    display: none;
    height:50px;
}
a img.default {
    display: inherit;
    height:50px;
}
a:hover img.hover {
    display: inherit;
    height:50px;
}
a:hover img.default {
    display: none;
    height:50px;
}
