/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.beautiful .site-header-banner {
	height: 320px; }

.genesis-nav-menu > .menu-item > a {
	font-family: intheair;
	font-size: 20px;
	color: #262262;}

.genesis-nav-menu > .menu-item > a:hover {
	font-family: intheair;
	font-size: 20px;
	color: #00d1e7;}

a {
    color: #00d1e7;
    text-decoration: none;
}

a:hover {
    color: #0086f9;
    text-decoration: none;
}

::selection {
    background-color:  #0086f9;
    color: #fff;
}

.content a.more-link {
    background-color: #0082f8;
    color: #fff;
    display: block;
    font-family: intheair;
    font-size: 22px;
}

.content a.more-link:hover {
    background-color: #00d1e7;
    color: #fff;
    display: block;
    font-family: intheair;
    font-size: 22px;
}

.entry-title a, .widget .widget-title a {
    color: #262262;
}

.entry-title a:hover, .widget .widget-title a:hover {
    color: #0082f8;
}

.widget-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
    text-transform: none;
	color: #262262;
}

.anthology {
	margin-top: -40px; }

.footer-widgets {
    background-color: #e5fafd;
    clear: both;
    padding: 60px 0 20px;
}

button,  input[type="reset"], input[type="submit"] {
    background-color: #0182f9;
    color: #fff;
    font-family: intheair;
	font-size: 18px; }

button,  input[type="reset"], input[type="submit"]:hover {
    background-color: #262262;
    color: #fff;
    font-family: intheair;
	font-size: 18px; }

.enews-widget {
    color: #262262;
	font-family: intheair;
	font-size: 18px;
	text-align: center;
}

.beautiful .site-header-banner {
  background-image: url(https://soniamarsh.com/wp-content/uploads/2017/10/SoniaMarch-01.png);
  background-repeat: no-repeat;
  background-position: center; 
}

@media all and (max-width: 1080px) /*or whatever width you want the change to take place at*/ {
  .beautiful .site-header-banner {
   -webkit-background-size: contain; 
   -moz-background-size: contain; 
   -o-background-size: contain; 
   background-size: 180%; 
		margin-bottom: -30px;
 }
}

@media all and (max-width: 680px) /*or whatever width you want the change to take place at*/ {
  .beautiful .site-header-banner {
   -webkit-background-size: contain; 
   -moz-background-size: contain; 
   -o-background-size: contain; 
   background-size: 180%; 
		margin-bottom: -90px;
		margin-top: -80px;
 }
}

.site-footer a {
    color:#00d1e7;
}

.site-footer a:hover {
    color:#0086f9;
}

.site-footer p {
    color: #262262;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0086f9;
	font-family: intheair;
}

.genesis-nav-menu a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	font-family: intheair;
}


