*{
	margin: 0 auto;
	padding: 0;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
}

body{
	background: no-repeat fixed center; 
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-color: #176690;
}


#nav{
	width: 68%;
	padding: 32px 0;
}

#cat{
	text-align: center;
	margin-bottom: 16px;
}

#cat h1{
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 100%;
}

#cat-nav{
	margin-bottom: 8px;
}

#cat-nav li{
	list-style: none;
	font-size: 3.2rem;
	font-weight: 500;
	display: inline-block;
}

#cat-nav a{
		font-size: 3.2rem;
}

#plus{
	margin-right: 24px;
	margin-left: 24px;
}

.cat-Sel a{
	color: #FFE563;
}

.secNav{
	background-color: #DF947B;
}

#sections{
	margin: 0;
	list-style: none;
}

#sections li{
	font-weight: 500;
	display: inline-block;
}

#sections a{
	color: #672722;
	display: inline-block;
	text-decoration: none;
	transition: .2s;
	padding: 16px;
	font-size: 1.35rem;
	}

.hoveri a{
	border-bottom: solid #FFE563 6px;

}

#sections li a:hover{
	color: #672722;
	background-color: rgba(255, 255, 255, 0.4);
	
}


#content{
	background: url("../images/LeftBosco.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; 
	padding: 64px;	
	background-color: #97BAC3;
}




#contentR{
	background: url("../images/RightBosco.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; 
	

	padding: 64px;	
	background-color: #97BAC3;
}

#contentR a{
	font-size: 1.35rem;
	font-weight: 500;
	color: #FFFFFF;

}
#contentR a:hover{
	color: #176690;
}

main{
	background-color: #FFFFFF;
	color: #000000;
	width: 65%;
	margin-top: 0;
	padding: 64px;
}

ul{
	list-style: none;
}

li{
	text-align: left;
	font-size: 1.2rem;
}

a{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #FFE563;
}

ul{
	text-align: center;
}

h2:first-child{
	margin-top:0;
}
h2{
	font-size: 2rem;
	margin-bottom: 24px;
	margin-top: 32px;
	font-weight: 500;
	color: #176690;
}

h3{
	font-size: 1.5rem;
	margin-bottom: 16px;
	font-weight: 500;
	color: #176690;
}

h4{
	font-size: 1.2rem;
	font-weight: 500;

}

p{
	font-size: 1.2rem;
	margin-bottom: 32px;
	color: #333;
}


b{
	font-size: 1.2rem;
	font-weight: 500;
}




.primaryBttn{
	padding: 16px;
	background-color: #176690;
	border: none;
	box-shadow: none;
	font-size: 1.35rem;
	font-weight: 500;
	border-radius: 6px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.primaryBttn a{
	font-size: 1.35rem;
	font-weight: 500;
	color: #FFFFFF;
}

.primaryBttn a:hover{
	color: #176690;
}

.primaryBttn:hover{
	background-color: #97BAC3;
}

/*  CV  */

#cv h3{
	font-size: 1.3rem;
	margin: 0;
	font-weight: 600;
	margin-top: 40px;
	border-left: solid 6px #176690;
	padding-left: 16px;
}


#cv h4{
	font-size: 1.3rem;
	padding: 0;
	margin-top: 24px;
	margin-left: 24px;
	font-weight: 500;
}

#cv h4:first-child{
	margin-top: 0;
}


#cv h5{
	font-size: 1.2rem;
	padding: 0;
	margin-top: 24px;
	margin-left: 24px;
	font-weight: 500;
}




#cv p{
	margin: 0;
	padding: 0;
	margin-left: 24px;

}



footer{
	text-align: center;
	margin: 0 auto;	
	font-size: 24px;
	background-color: #97BAC3;
	padding: 42px;
}

footer a{
	font-size: 1.35rem;
	font-weight: 500;
	color: #333;
}


footer a:hover{
	color: #333;
}


/* EXPAND/COLLAPSE */

    .m-d.expand-list{
        margin: 0;
        padding: 0;
    }
    .m-d.expand-list > li{
        list-style-type: none;
        padding: 16px 0;
        border-bottom: 1px solid #DBDBDB;
        position: relative;
/*         max-width: 80%; */
    }
    .m-d label[class^="tab"]:hover{
        cursor: pointer;
    }
    .m-d input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .m-d input[class^="tab"]{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; 
    }
		.m-d input[class^="tab"]:hover{
			cursor: pointer;
			background-color: #9BEEFF;
			opacity: .18;
		}
    .m-d label[class^="tab"]{
        padding: 0 24px 0 0;
        font-size: 1.4rem;
        color: #333;
    }
    .m-d .content{
        height: auto;
        max-height: 0;
        max-width: 100%;
        padding: 0 18px;
  		font-size: 1.2rem;
  		color: #333;
        overflow: hidden;
        transform: translateY(20px);
        transition: all 180ms ease-in-out 0ms;
        background-color: #FFFFFF; 
    }

		.m-d li[data-md-content=""] input[class^="tab"]:checked ~ .content{
        max-height: 12000px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .content{
  	margin-top: 0px;      
  	margin-bottom: 32px;
    }
    
    .m-d .open-close-icon{
        display: inline-block;
        position: absolute;
        right: 20px;
        color: #176690;
        transform: translatey(2px);
    }
    .m-d .open-close-icon i{
        position: absolute;
        left: 0;
        padding: 6px 0;
    }
    .m-d .open-close-icon .fa-minus{
        transform:rotate(-90deg);
        transition: transform 150ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .open-close-icon .fa-minus{
        transform: rotate(0deg);
        transition: transform 150ms ease-in-out 0ms;
    }
    .m-d .open-close-icon .fa-plus{
        opacity: 1;
        transform:rotate(-90deg);
        transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .open-close-icon .fa-plus{
        opacity: 0;
        transform: rotate(0deg);
        transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms; 
    }
    



.contentLinks a{
	margin:0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #176690;
}
.contentLinks a:hover{
	color: #672722;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

main{
	background-color: #FFFFFF;
	color: #000000;
	width: 80%;
	margin-top: 0;
	padding: 32px;
	overflow: hidden;
}


#content{
	width: 100%;
	margin: 0;
	padding: 0;
}


#nav{
	width: 100%;
	padding: 24px;
}

#cat h1{
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 100%;
}
#cat-nav{
	width: 100%;
	text-align: center;
	margin: 0;
	margin-left: -24px;
}

#cat-nav li{
	list-style: none;
	font-size: 2.2rem;
	font-weight: 500;
	display: inline-block;
}

#cat-nav a{
	font-size: 2.2rem;
}

#sections a{
	font-size: 1.2rem;
	}

.primaryBttn{
	padding: 16px;
	background-color: #176690;
	border: none;
	box-shadow: none;
	font-size: 1.15rem;
	font-weight: 500;
	border-radius: 6px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.primaryBttn a{
	font-size: 1.15rem;
	font-weight: 500;
	color: #FFFFFF;
}




}






/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px){...} 
#content{
	width: 100%;
	margin: 0;
	padding: 24px;
}

#content{
	background: url("../images/LeftBosco.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; 

}

main{
	width: 65%;
	
}
*/


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...} 
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...} 





