@import url(href="https://fonts.googleapis.com/css?family=Lora|Roboto"); 

@import url("components/container.css");
@import url("components/avatar.css");
@import url("components/button.css");
@import url("components/banner.css");
@import url("components/button_standard.css");
@import url("components/card.css");
@import url("components/picture_properties.css");
@import url("components/card_social.css");
@import url("components/dynamic.css");
@import url("components/animation_scroll.css");
@import url("components/myBtn.css");
@import url("components/doc_list.css");
@import url("components/nav_bar.css");
@import url("components/showcase.css");
@import url("components/navbar-brand.css");
@import url("components/page-footer.css");
@import url("components/nav_buttons.css");

#name{
	color:rgb(103,187,229);   
	font-size: 24px;
	font-family: 'Sniglet', cursive;
	text-transform: uppercase;
}

/*style="zoom:30%;"*/

#logo {
	zoom:15%;
}

@media (max-width: 1650px){
  /* For a screen < 540px, this CSS will be read */
  #logo{
  	zoom:15%;
  }
}


@media (max-width: 540px) {
  /* For a screen < 540px, this CSS will be read */
  #logo{
  	zoom:12%;
  }
}


body {
	font-family: 'Lora', serif;
	font-size: 18px;
	margin: 0px;
}


@media (max-width: 540px) {
  /* For a screen < 540px, this CSS will be read */
  body{
  	font-size: 10px;

  }
}


ul { position: relative;
	text-align: center;
 	margin:auto;
 	list-style-position: outside;
    color: rgb(1, 25, 54);
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
	padding:0;
	margin:0;
}

h1,
h2{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

#about_header {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #64B5DE;
}

#about_text{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 20px;
	color: black;
	font-weight: 400;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 20px;
	padding: 10px;
	
}

#me {
	/* background: #F5EDF0; */
	/* box-shadow: none;
	border: none; */
}

#about_card{
	background-image: none;
	background-color: fff;
	height: auto;
}

#card_explain1{
	background-color: #ffffff
}

.buttonnewarticle {
	border: none;
	background: #64B5DE;
	color: #ffffff !important;
	font-weight: 100;
	padding: 20px;
	text-transform: uppercase;
	border-radius: 6px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;

}

.buttonnewarticle:hover {
	color: #404040 !important;
	font-weight: 700 !important;
	letter-spacing: 3px;
	background: none;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.3s ease 0s;
}

a{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: black;
	font-size: 22px;
}

#linked_article {
	color:#64B5DE;
	text-decoration: underline;
}

#footer_link:hover{
	color: #64B5DE;
	text-decoration: underline;
}

.palzo{
		font-family: 'Roboto', sans-serif;
		font-weight: bold;		;
		
		font-size: 	18px;	
}

#roundme {
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.124);
	zoom: 120%;
}

