@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two');

*{
	margin:0;
	box-sizing: border-box;
}


body { 
    background-color:#fda6ac;
        margin: 0%;
    color:#efefef;
    
}

nav{
	background-color: #fadfdf;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    
}

main.banner{
	background-color: #fda6ac;
    color: #FFFfff;
    width: 100%;
    background-position: center;
}

ul li {
    margin: 0%;
    padding: 1.3rem;
    color: #01ba3a;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05rem;
    text-decoration: bold;
    
}

.menu {
    margin-left: 6rem;
}

ul li a {
    text-decoration: none;
    color: #01ba3a;
    
}

nav ul li {
            transition: background-color linear .8s;
           
            
}
nav ul li:hover {
            background-color: #01ba3a; 

}

ul li a:hover {
    
    color:#fda6ac;
}


header {
        padding: 25%;
        background: url(../img/bokeh.jpg);
        background-position: center;
        background-size:auto;
        background-size: 100%;

}


tr td h3{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #f1a9a9;
    font-size: 20pt;
}

tr td{
	color: #312828;
    text-align: left;
    text-transform: capitalize;
    padding: 0.3rem 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;

}

tr td b {
    font-weight: 600;
}

.materias h3{
	
	width: 10rem;
	margin-top:0rem;
	margin-bottom:1rem;
	margin-left:auto;
	margin-right:auto;
}

.materias article{
    margin: 2rem;
    margin-left: 4rem;
    padding: 1.3rem;
    display: inline-block;
    vertical-align: top;
    background-color: #e3ffd5;   

}

h1{
    font-family: 'Montserrat', sans-serif;
    color: #ffeaa7;
    margin-top:2%;
    font-weight: 50%;
    text-align: center;
    font-size: 200%
    
    
}

h1 a{
    text-decoration: none;
    color: #ffeaa7; 
}

h1:hover {
   color: #cfffb6;
}

main {
    background-color:#fda6ac;
}


h2{
    font-family: 'Lobster Two', cursive;
    color: #5f27cd;
    font-size: 200%;
    text-align: center;
    margin: 2%;
    text-decoration: border;
    font-size: 600%;
    border-color: #ffeaa7;
    

    }

h2 a{
    text-decoration: none;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #ffeaa7;
    font-size: 150%;
    text-align: left;
    margin: 3%;
    text-decoration: none;
    text-indent: 1%;
    
}

h4{ 
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #e0e0e0;
    
}

h6 a{
    
    text-decoration: none;
    font-size: 1rem;
    color:#fda6ac;
}


footer{
    background-color: #fadfdf;
	color: #01ba3a;
    font-size: 10pt;
    bottom: 0px;
    display: block;
    padding: 2rem;
    margin-top: 1rem;
    font-family: 'Montserrat', sans-serif;
}
