
html {
  scroll-behavior: smooth;
}

#section-goals {
	background-color: white; //#F0F0F0;
}

#section-targets {
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.no-decoration {
     text-decoration: none;
}
.no-decoration:hover {
     text-decoration: none;
}

.sdg-groups {
	height: 130px;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
	padding: 2px;
}

.sdg-groups:hover {
    transform: scale(1.05, 1.05);
}

.sdg-goals {
	height: 600px;
}

.sdg-indicator {
	height: 150px;
	width: 200px;
}

.sdg-title-desktop {
    display: inline-block;
	padding-top: 20px; 
    padding-right: 10px; 
	color: #008CD0;
    font-size: 2rem;
	font-family: 'Patua One', sans-serif;
}

.sdg-title-mobile {
    display: none;
}

.root-container {
	border-left: 1px lightgrey solid; 
	border-right: 1px lightgrey solid;
}

.root-un-logo {
	border-bottom: thick solid #4d90f9; 
	margin-left: -15px; 
	margin-right: -15px;
}

.root-goals-explain {
	padding-top: 20px; 
	padding-bottom: 20px;
}

.no-decoration {
     text-decoration: none;
}

.root-title {
	padding-top: 20px; 
	color: black; 
	font-size: 24px; 
	font-weight: bold; 
	font-family: Arial;
}

.root-title-explain {
	color: grey; 
	font-size: 18px; 
	font-family: Arial;
}

.root-goals-container {
	width: 100%;
}

.root-additional-items-list {
	color: grey; 
	font-size: 18px; 
	font-family: Arial; 
	margin: 50px 50px 50px 50px;	
}

.root-additional-items {
	text-decoration: none; 
	color: grey;
}

.goal-definition {
	color: grey; 
	font-size: 18px; 
	font-family: Arial;
}

.goal-selected {
    border: 1px solid lightgrey;
}

.goal-selected-explain {
	background-color: white; 
	border-top: 1px lightgrey solid; 
	padding-top: 10px;
    padding-bottom: 10px;
    height: 140px;
}

.goal-selected-image {
	float:left; 
	background-color: white;  
	padding-right: 10px;
}

.root-indicator-table {
	padding-top: 10px; 
	padding-left: 10px;
}
.root-indicator-id {
	color: white; 
	font-size: 16px; 
	font-family: Arial;
}

.root-indicator-title {
    border-bottom: 1px solid lightgrey;
	color: black; 
	font-size: 16px; 
	font-family: Arial;
}

.root-indicator-title div {
	line-height: 100%;
}

.root-indicator-card {
    display:table-row;
}

.root-indicator-text  {
	text-decoration: none; 
	color: grey; 
	font-size: 12px; 
	font-family: Arial;
}


.root-indicator-text div {
	line-height: 100%;
}

.sdg-indicators-id {
    display:table;
}

.sdg-indicator-code {
    display:table-cell;
    display:inline;
    white-space: nowrap;
    padding-left: 10px;
}

.sdg-indicator-code:hover{
    color: black;
}

.sdg-indicator-name {
    display:table-cell;
    padding-left: 10px;
    display:inline;
    white-space: normal;
}


@media screen and (max-width: 800px) {
	.root-title {
		font-size: 18px; 
	}
	
	.root-title-explain {
		font-size: 14px; 
	}

	.root-additional-items-list {
		font-size: 14px; 
		margin: 10px 10px;	
	}

	.sdg-groups {
		height: 90px;
	}

	.goal-definition {
		font-size: 14px; 
	}	

    .root-indicator-title {
	    font-size: 14px; 
    }

    .sdg-title-desktop {
        display: none;
    }

    .sdg-title-mobile {
        display: inline;
	    padding-top: 20px; 
        padding-right: 10px; 
	    color: #008CD0;
        font-size: 1.5rem;
	    font-family: 'Patua One', sans-serif;
    }
}




