* {

font-family: myFirstFont;
}

body {
margin: 0;
background-color: whitesmoke;
font-family: myFirstFont;
}


@font-face {
  font-family: myFirstFont;
  src: url(Aller_Std_Lt.ttf);
}

@font-face {
  font-family: myFirstFont;
  src: url(Aller_Std_Rg.ttf);
  font-weight: bold;
}


html {
  scroll-behavior: smooth;
}

.layout-container {
/*background-color: yellowgreen;*/
position: relative;
}


.layout-content {
/*background-color: yellowgreen;*/
width: 90%;
margin: auto;
}


h1 {
padding: 10px;
background-color: #f3eedf;
color: #004ec4;
font-weight: normal;
font-size: 19pt;
text-align: center;
}


.region-header {
	background-color: white;
	padding:20px;
	height: auto;
	width: 90%;
	margin:auto;
	box-shadow: 5px 5px 2.5px grey;
	display: flex;	
	justify-content: space-between;
	position: relative;
}


nav {
	margin-top: 10px;
}


nav ul li{
display: inline;
}

.menu-item  a { 
	background-color: white;
	margin-left: 10px;
	padding: 10px;
	text-decoration:none;
	color:black;
	}


.menu-item a:hover {  
	background-color: #f5e29e;
	border: 0px solid;
	border-radius: 2.5px;
}

.menu-item .is-active {  
	border-bottom: 4px solid #f5e29e;
   color: white;

}

.ink-block {
	background-color: green;
   width: 90%;
   text-align: center;
	padding: 20px;
}
 
.gimp-block {
	background-color: purple;
   width: 90%;
   text-align: center;
	padding: 20px;
}

.tutor-block {
	background-color: grey;
   width: 90%;
   text-align: center;
	padding: 20px;
}

/* view for repository fields */

.views-view-grid {
/*background-color: yellow;*/
}

.repo-row {
/*background-color: green;*/
margin: 5px;
display: flex;
}

.repo-col {
flex:1;
background-color: white;
margin: 5px;
border-color: black;
border-style: solid;
border-width: 1px;
padding: 10px;
text-align: center;
}


.repo-title {
/*background-color: yellow;*/
font-weight: bold;
padding: 5px;
text-decoration: none;
margin-left: 15px;
margin-right: 15px;
}

.repo-title a {
text-decoration: none;
color: brown;
}

.repo-image {
/*background-color: yellowgreen;*/
margin: 15px;
}


/* front page Blocks */

.container_kk {
/*background-color:yellow;*/
width: 80%;
margin: auto;
overflow: hidden;
font-family: aller;
}


.kk-title-resource {
width: 80%;
height: 175px;
margin: auto;
font-size: 70pt;
text-align: left; 
padding-top: 10px;
background-color: #bfaa93;
}


.kk-title-share {
width: 80%;
height: 175px;
margin: auto;
font-size: 70pt;
text-align: right; 
padding-top: 10px;

background-color: #71c3d1;
}


.kk-title-tutorial {
width: 80%;
height: 175px;
margin: auto;
font-size: 70pt;
text-align: left; 
padding-top: 10px;
background-color: #f5e29e;
}


.kk-div-resource {
    position: relative;
    height: 300px;
    width: auto;
    border-top: 1px solid grey;
}


.kk-div-share {
    position: relative;
    height: 300px;
    width: auto;
    border-top: 1px solid grey;
}


.kk-div-tutorial {
    position: relative;
    height: 300px;
    width: auto;
    /*background-color: #f2f2ed;*/
    border-top: 1px solid grey;
}


.kk-div-resource img {
    position: absolute;
    left: 150px;
    bottom: 0;
}


.kk-div-share img {
    position: absolute;
    right: 150px;
    bottom: 0;
}


.kk-div-tutorial img {
    position: absolute;
    left: 150px;
    bottom: 0;
}


.kk-div-second_col1 {
position: relative;
float:right;
width:70%;    
margin-top:-65px;
background-color: white;
padding: 20px;
border-style: solid;
border-color: grey;
border-radius: 5px;
background-image: url(rc.png);
background-repeat: no-repeat;
background-position: right top;
}

#share_col{
float:left;
background-image: url(Sh.png);
background-repeat: no-repeat;
background-position: left top;
}


#tutorial_col {
background-image: url(tu.png);
}

.repo_col1_share {
float: right;
padding: 3%;
width:46%;
font-size: 20pt;
text-align: left;
line-height: 32pt;
/*background-color: white;*/
border-left: 1px solid grey;
height: 350px;

}

.repo_col2_share {
float: left;
position: absolute;
padding: 3%;
width:40%;
/*background-color: green;*/
text-align: right;
font-size: 16pt;
bottom: 0;
left: 0;
}


.repo-col1-resource {
float: left;
padding: 3%;
width:46%;
font-size: 20pt;
text-align: right;
line-height: 32pt;
/*background-color: white;*/
border-right: 1px solid grey;
height: 350px;
}

.repo-col2-resource {
position: absolute;
float: right;
padding: 3%;
width:40%;
/*background-color: green;*/
text-align: left;
font-size: 16pt;
bottom: 0;
right: 0;	

}


.block-search {
text-align: center;
/*background-color: yellow;*/
padding-bottom: 20px;
}


.search-block-form .form-search {
 width:500px;
 margin-top: 20px;
}


.layout--twocol {
width: 80%;
margin: auto;
background-color: lightyellow;
padding:1%;
}


nav .tabs li .is-active {
background-color: gray;
padding: 10px;
border-radius: 2.5px;
color: white;
}

nav .tabs li a {
background-color: lightblue;
padding: 10px;
border-radius: 2.5px;
color: white;
}

nav .tabs li a:hover {
background-color: white;
padding: 10px;
border-radius: 2.5px;
color: black;
}


.guide-user {
width: 95%;
padding:20px;
background-color:white;
}

.guide-contri {
width: 95%;
padding:20px;
background-color:white;
}

footer{

/* background-color:yellowgreen;*/
background-color: #e8e9e9;
}


footer a  {
text-decoration: none;
color: black;
line-height: 1.5em;
}


.region-footer {
padding: 15px;
background-color: #e8e9e9;
display: flex;
justify-content: center;
width: 90%;
margin: auto;
}


h2 {
font-weight: normal;
font-size: 15pt;
}


#block-disclaimer-2{
flex: 1;
font-size: 8pt;
margin: 10px;
}

#block-quicklink-2{
flex: 1;
border-right: 1px solid lightgrey;
margin: 10px;
}

#block-oldstayconnected{
flex: 1;
margin: 10px;
border-right: 1px solid lightgrey;
margin: 10px;
}

#block-contact-2{
flex: 1;
margin: 10px;
border-right: 1px solid lightgrey;
margin: 10px;
}


.main {
width: 90%;
margin: auto;
}

.main-front {
width: 100%;
margin: auto;
}


.team-row {
text-align: center;
display: flex;
}


.team-col {
padding: 10px;
margin: 10px;
width:100px;
}


.user-login-form {
background-color: white;
padding: 40px;
margin: auto;
width:50%
}


.user-register-form {
background-color: white;
padding: 40px;
margin: auto;
width:50%
}

.high-banner{
padding: 0;
margin-top:-150px;
z-index: -1;
}

.front{
margin-top: 0;
}

#block-banner img{
max-width: 100%;
}

.button-front{
  background-color: #f5e29e;
  border: none;
  color: black;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px 1px;
  cursor: pointer;
}

/* blog page style */

.blog-page{
width: 80%;
display: flex;
margin: auto;
}

.blog-layout-content{
background-color: white;
}

.blog-layout-sidebar-second{
width: 50%;
padding: 10px;
}


.views-row-blogs{
display: flex;
}

.views-col-blogs {
margin: 10px;
}

.views-blogs{
width: 80%;
}

/* animation for front banner */

.banner-wrapper{
text-decoration: none;
background-image: url(/sites/default/files/inline-images/banner_0.jpg);"
position: relative;
height: 900px;
}


.vertical-center {

margin-top: 30%;
position: relative;
text-align: center;
}

#slide1 {
  transform: scale(0);
  animation: slide1 10s infinite;
  display: inline-block;
  left: 40%;
 }


/* Safari 4.0 - 8.0 */
@-webkit-keyframes slide1 {
  0% {
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  15% {
  transform: scale(5);
  opacity: 1;
  transition: 0.1s ease-in-out;
  color: white;  

    }
    
  30% { 
   transform: scale(5);
   opacity: 0;
   transition: 0.1s ease-in-out;
   color: white;
    }
    
   100% { 
   transform: scale(5);
   opacity: 0;
   transition: 0.1s ease-in-out;
   color: white;
    }

}

#slide2 {
  transform: scale(0);
  animation: slide2 10s infinite;
  display: inline-block;
  left: 30%;
 }


/* Safari 4.0 - 8.0 */
@-webkit-keyframes slide2 {
  0% {
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  15% {
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  30% { 
   transform: scale(5);
  opacity: 1;
  transition: 0.1s ease-in-out;
  color: white;  
    }
    
  
    60% {
    
   transform: scale(5);
   opacity: 0;
   transition: 0.1s ease-in-out;
   color: white;

    }
    
   100% { 
   transform: scale(5);
   opacity: 0;
   transition: 0.1s ease-in-out;
   color: white;
    }
    

}


#slide3 {
  transform: scale(0);
  animation: slide3 10s infinite;
  display: inline-block;
  left: 23%;
 }



/* Safari 4.0 - 8.0 */
@-webkit-keyframes slide3 {
  0% {
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  15% {
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  30% { 
  	transform: scale(0);
   transition: all 0.3s ease-in-out 0.1s;
   color: white;
    }
    
  
    60% {
  transform: scale(10);
  opacity: 1;
  transition: 0.1s ease-in-out;
  color: white; 
    }
    
    
   90% {
   
   transform: scale(10);
  opacity: 1;
  transition: 0.1s ease-in-out;
  color: white; 
   }    
    
    
    
   100% { 
   transform: scale(5);
   opacity: 0;
   transition: 0.1s ease-in-out;
   color: white;
    }
    

}

