@charset "UTF-8";
/* CSS Document */

      *, *:before, *:after {
            box-sizing:border-box;
        }
		
        body {
            background-color: #FFF0F5;
	    }
		
		header {
			width:96%;
            margin: 2%;
			
		}
		
		
		
        #container {
            width:96%;
            margin: 2%;
			background-color: rgba(255,255,255,.5);
		}
		
        #colLeft{
            float:left;
            width:56%;
			height: auto;
			margin: 2%
		}
		
        #colRight{
            width:36%;
			height: auto;
			margin: 2%;
            float:left;
         }
		
        #footer {
            clear:both;
            text-align:center;
			font-family: 'Open Sans', sans-serif;
			
        }
		
        div img {
            margin: 2%;
			width: 96%;
			height: auto;
        }
		
        p {
      	   text-align: center;
		   font-family: 'Open Sans', sans-serif;
        }
		
        h1 {
			text-align:center;
			font-family: 'Open Sans', sans-serif;
			font-size: 50px;
			color: pink;
			
		}
		
	    h2 {
			text-align: center;
			font-family: 'Open Sans', sans-serif;
			font-size: 30px;
			color: pink; 
		}
		
		h3 {
            text-align:center;
			font-family: 'Open Sans', sans-serif;
		}
		
		a:link, a:hover { 
			color: blue;
            text-decoration:none;
			font-family: 'Open Sans', sans-serif;
			
        }
		
 

