body {
    background: white;
    font-family: "Nunito", sans-serif;
}

.azureback {
    background: azure;
}
.logo {
    color: black;
    font-size: 5rem;
    font-weight: 100;
}
.candytext h2 {
    color: darkgreen;
    font-weight: 100;
    font-size: 2.5rem;
}

.candytext p {
    padding-top: 10px;
    color: darkblue;
    font-weight: 100;
    font-size: 1.125rem;
    line-height: 2;
    
}


.links {
    font-size: 2rem;
    list-style-type: none;
    padding-bottom: 40px;
}

.linked {
    color:darkblue;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link {
    color: darkslategray;
}

#mainNavbar .nav-link:hover {
    color: black;
}

#mainNavbar .navbar-brand {
    color: midnightblue;

}
#headingGroup span{
    color: #EA1C2C;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 4rems
}

.navbar.scrolled {
    background: rgb(162,192,222);
    transition: background 1s;
}
@media (max-width:1200px) {
 #headingGroup h1 {
    font-weight: 100;
    font-size: 3rems
}
}

<style type="text/css">

a#email {font-size: 14px;
   font-weight: bold;
	color: #363;
	text-decoration: none;
	}
	
form {
      margin-left: 20px;
		color: #336;
		font-size: 12px;
		}
p#formtext	
	   {	
      margin-left: 20px;
		color: #336;
		font-size: 12px;
		} 	
</style>

/*
@media (max-width:1200px) {
    body {
        background-color: orange;
    }
}
*/
