.headerhomegradient {
	background: 
		linear-gradient(180deg, rgba(137,23,23,.6), rgba(137,23,23,0), rgba(137,23,23,0), rgba(137,23,23,0), rgba(137,23,23,0),rgba(137,23,23,0),rgba(137,23,23,0)),
		linear-gradient(90deg, rgba(192, 205, 216, 1), rgba(192, 205, 216, 1),rgba(192, 205, 216, 1),rgba(192, 205, 216, 1), rgba(192, 205, 216, 0), rgba(192, 205, 216, 0.75)), url("https://www.winsymposium.org/media/1205/win-2020-scientist-for-slider-14.jpg");
  	background-size: cover;
}

.headercontentgradient {
	background: 
		linear-gradient(180deg, rgba(137,23,23,.6), rgba(137,23,23,0), rgba(137,23,23,0), rgba(137,23,23,0), rgba(137,23,23,0),rgba(137,23,23,0),rgba(137,23,23,0)),
		linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1),rgba(255, 255, 255, 1),rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("https://www.winsymposium.org/media/1207/win-2020-cells-for-logo-and-inner-page-header-dreamstime-2.jpg");
  	background-size: cover;
	
}

.redoverlay{
	background: linear-gradient(rgba(137,23,23,0.5), rgba(137,23,23,0));
}

.bg-redbrown{
	background-color:#881716;
}

.borderblue{
	border:2px solid #3b638f;
}

.bg-bluegreydient{
	background: linear-gradient(to bottom, #7babdb 0%, #919095 100%);
}

.border-blue{
	border-color:#891717;
}

body {
    font-size: 1.2em;
}

.bg-bluegreydient{
	background-color:linear-gradient(#7BABDB,#919095);
}

h1, h2, h3, h4, h5 {
    color: #355E92;
}

.h1, .h2, .h3, .h4, .h5 {
    color: #355E92;
}

.u-header {
    font-size: 0.9em;
}

div.strapline, div.logo {
    position: relative;
    height: 75px;
}

.win-subs-bg {
    background-image: url(" /media/1167/win-2019-website-image-1.png?width:1920"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}

.bottom-left {
    left: 0;
    bottom: 0;
    position: absolute;
}

.bottom{
	bottom: 0;
	position: absolute;	
}

a:hover.no-text-decaration {
    text-decoration: none;
}

.msp-bg {
    background-color: rgba(20,49,74,0.5);
    border-radius: 10px;	
}

.msp-title {
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    color: #3b638f;
	padding-left:15px;
}

.msp-subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #3b638f;
	padding-left:15px;
}

.page-banner-container {
    min-height: 200px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 560px) {
    div.strapline, div.logo {
        height: 80px;
    }

    .page-banner-container {
        border-top: 1px solid #afc5d0;
        border-bottom: 20px solid #afc5d0;
        border-bottom-left-radius: 10px 10px;
        min-height: 100px;
        padding: 10px 10px;
    }
	
	.page-title-container {
		background-color: rgba(255,255,255,0.5);
	}

    .navbar-nav .nav-link {
        padding-left: 5px;
		padding-right: 15px;
		padding-top: 0px;
    }
	
	.navbar-brand img {
		height:30px;
	}
	
	.msp-title {
    visibility:hidden;
}

.msp-subtitle {
    visibility:hidden;
}
	.msp-button{
		visibility:hidden;
	}
	
}

@media only screen and (min-width : 560px) and (max-device-width : 768px) {
    .page-banner-container {
        border-top: 1px solid #afc5d0;
        border-bottom: 20px solid #afc5d0;
        border-bottom-left-radius: 10px 10px;
        min-height: 100px;
        padding: 10px 10px;
    }
	
	.page-title-container {
		background-color: rgba(255,255,255,0.5);
	}
	.msp-title {
   	 	font-weight: normal;
   	 	font-size: 14px;
  	  	line-height: normal;
   	 	color: #ffffff;
	}

	.msp-subtitle {
    	font-weight: normal;
    	font-size: 12px;
    	line-height: normal;
    	color: #ffffff;
	}

}

@media only screen and (min-width : 768px) and (max-device-width : 1024px) {
	
	.msp-title {
   	 	font-weight: normal;
   	 	font-size: 18px;
  	  	line-height: normal;
   	 	color: #ffffff;
	}

	.msp-subtitle {
    	font-weight: normal;
    	font-size: 14px;
    	line-height: normal;
    	color: #ffffff;
	}
	
}

@media only screen and (max-width : 890px) {

	.msp-subtitle{
		display:none;
	}
}

@media only screen and (min-width : 1024px) and (max-device-width : 1224px) {

	.msp-title {
   	 	font-weight: normal;
   	 	font-size: 28px;
  	  	line-height: normal;
   	 	color: #ffffff;
	}

	.msp-subtitle {
    	font-weight: normal;
    	font-size: 16px;
    	line-height: normal;
    	color: #ffffff;
	}
}
