@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8 */

/* CSS file for new SIF website */

/* AZULEON CSS sections

	* 0. site colours [not really CSS; just general information about the colours used in the specific website]
	
	* 1. resets and overrides

	* 2. general typography [H1-H6 + P + general links!]

	* 3. general layout

	* 4. header-specific
	* 5. navigation-specific
	* 6. footer-specific
	
	* 7. form elements [input, form buttons, ecc]

	* 8. miscellaneous [body, etc]

*/

/* IN PRACTICE */

/* 0. site colours
==================================== */

/*
Red (terra di siena): #a93d1b (approx. Cognac or Fire Brick)
Turquoise:            #31a2ac
Blue:						 #1951a0
Old wood:             #2f2f28 (grigio scuro)
Greyish white:        #f0eff0 (grigio molto chiaro)

*/

/* 1. resets and overrides
==================================== */

/* Override default uikit default*/
em {
	color: inherit;
}

/* 2. general typography
==================================== */

h1, h2, h3, h4, h5, h6 {
   font-family: 'Montserrat', 'Arial', sans-serif;
	color: #a93d1b;
}

p, ul li, ol li, span {
	font-family: 'Raleway', 'Arial', sans-serif;
	color:#2f2f28;
}

a {
	color:#1951a0;
	font-weight:600;
}
a:hover {
	color:#1951a0;
}

/* 3. general layout
==================================== */

.az-danger {
	color: #d70303;
}
.az-success {
	color: #3c800f;;
}
/* Azuleon-specific colours */
.az-red { color: #d70303; }
.az-green { color: #3c800f !important; }
.az-orange { color: #FF9428; }
.az-blue { color: #0452a7; }
.az-darkviolet { color: DarkViolet; }
.az-white {color:white;}
.az-sifbrown {color:#a93d1b;}

.az-txt-brdBottom {
	border-bottom: 1px solid;
}
.az-MissingField {
	color: GAINSBORO;
	font-size:80%;
}
.az-monoData {
	font-family: 'Lekton', monospace;
}
.az-dataAdminOnly {
	color: crimson;
}
.az-dataMembersOnly {
	color: #1951a0;  /*used in SIF */
}
.az-text-condensed {
	font-family: 'Open Sans Condensed', monospace;
}

.red {
	color:#F00;
}

.tw {
 color: #1da1f2;	
}

.fb {
 color: #3b5998;	
}

.colorPub {
	color:#A93D1B;
}
.PageH1 {
	font-weight:500;
}

.news {
	padding-top:10px;
	padding-bottom:10px;
}
.joinus {
	background-color:#31a2ac;
}
.quote {
	background-color:#a93d1b;
}

.turchese-bold {
	color: #31a2ac;
	font-weight:bold;
}
.blue-bold {
	color: #1951a0;
	font-weight:bold;
}
.red-bold {
	color: #a93d1b;
	font-weight:bold;
}

.news_archivio {
	display:none;
}

.button_load {
border: none;
}

.container-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.container-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.news.uk-card-header {
	padding:15px 15px;
}
.newsP {
	font-size: 1rem;
}
#photos img:hover{
	filter: grayscale(100%);
	opacity: 0.8;
}
#ph img:hover{
	filter: grayscale(100%);
	opacity: 0.8;
}
.NewsPadd {
	padding:10px;
	height:500px;
	overflow-y: scroll !important;
}
.NewsPadd p {
	font-size:15px;
}



.colourPAID {
	color: #367D07;
}
.colourUNPAID {
	color: crimson;
}
.colourNOTmember {
	color: #999999;
}
li.feeList {
	font-family: 'Lekton', monospace;
	font-size: 0.75em;
}

/*LOGOUT*/

.logooutBut {
	background-color:#a93d1b;
	color:#fff;
}

/* 4. header-specific
==================================== */

h1.header-internal{
	font-size: 35px;
	font-weight:500;
	color: #2f2f28;
}

h2.header-internal {
	font-style: italic;
	font-size: 25px;
	color: #2f2f28;
}

h1.header-home{
	font-size: 55px;
	font-weight:500;
	color:#2f2f28;
}

h2.header-home {
	font-style: italic;
	font-size: 35px;
	color:#2f2f28;
}

/* 5. navigation-specific
==================================== */

/* Start MENU formatting */
#SIF-navbar,
#SIF-navbar .uk-navbar-container {
	background-color: #31a2ac;
}

#SIF-navbar {
	border-bottom: 2px #fff solid;
	font-family: Montserrat, Arial, sans-serif;
}

#SIF-navbar .uk-navbar-nav > li > a,
#SIF-navbar .uk-navbar-item,
#SIF-navbar .uk-navbar-toggle {
	min-height:40px;
	font-family: Montserrat, Arial, sans-serif;
	color:#FFF;
	padding:0 10px;
}

#SIF-navbar .uk-navbar-nav > li a:hover {
	color: #a93d1b;
}

#SIF-navbar ul li li {
	list-style:none;
}

#SIF-navbar ul li li a {
	color:#fff;
}

#SIF-navbar ul li li a:hover {
	text-decoration:none;
}

/* End MENU formatting */

/*SOCIAL MENU*/
.social-menu{
	display: block;
    text-align: center;
    width: 42px;
	 height:50px;
    background-color: #31a2ac;
    position: fixed;
    top: 88px;
    right: 0;
    margin-top: -46.5px;
    z-index: 999;
	 -webkit-border-top-left-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	 -moz-border-radius-topleft: 5px;
	 -moz-border-radius-bottomleft: 5px;
	 border-top-left-radius: 5px;
	 border-bottom-left-radius: 5px;
}

.social-links{
	padding: 5px 0;
}

.social-links a.facebook, .social-links a.twitter, .social-links a.youtube{
	font-size: 23px;
	transition: color .3s;
}

.social-links a {
	position:relative;
	color: #fff;
	padding: 5px 10px;
}

.social-links li, .social-links a {
	display:inline-block;
	overflow:hidden;
}

.social-links a.facebook:hover{
	color: #3b5998;
}

.social-links a.twitter:hover{
	color: #55acee;
}

.social-links a.youtube:hover{
	color: #bb0000;
}
/*END SOCIAL MENU*/

#SIF-navbar li ul {
	padding-left: 5px;
	margin:0;
}

.dropdown-SIF {
	margin-top:0;
	padding: 15px;
	background-color: #31a2ac;
	width:auto;
	line-height: 1.8em;
	text-align:left;
	
}


/* 6. footer-specific
==================================== */

.footer {
	background-color:#1951a0;
}
.footer p {
	color:#fff;
}

.footer a {
	color:#fff;
}
.footer a:hover {
	font-weight:600;
	text-decoration:none;
	color:#8DA8D0;
}


/*
#header.uk-grid-margin {
	margin-top:0;
}

#menu{
	background-color: #708d0d;
}

.uk-navbar-nav-SIF li a {
   height: 40px;
   font-family: Montserrat, Arial,sans-serif;
	color:#FFF;
}
.uk-navbar-nav-SIF li a:hover {
	color: #C03;
}
.uk-navbar-toggle-SIF {
	height:40px;
	color:#fff;
}*/




/* 7. form elements
==================================== */
/*Button back*/
.az-button-back {
  background-color: #575757;
  color: #ffffff;
}
/* Hover */
.az-button-back:hover,
.az-button-back:focus {
  background-color: #d70303;
  color: #ffffff;
}
/*Button forward*/
.az-button-next {
  background-color: #8ec83c;
  color: #ffffff;
}
/* Hover */
.az-button-next:hover,
.az-button-next:focus {
  background-color: #73a32e;
  color: #ffffff;
}




/* 8. miscellaneous
==================================== */
body {
	overflow-y: scroll;
}