 * {
      box-sizing: border-box;
      }
  	#page_wrapper {
      margin:auto;
      text-align: center;
      background-color: aliceblue;
      min-height: 100vh;
        margin-top: 20px;
    }
    
    #content {
      min-height:500px;
      background-color:aliceblue;
      margin-top:125px;
    }
    
    .row::after {
    content: "";
    clear: both;
    display: table;
      }
    [class*="col-"] {
    float: left;
        padding: 5px;
      }
      
    /* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
      
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    /*** Resume****/
    
    .container {
    position: relative;
    text-align: center;
    
}
    
 .container2 {
    position: relative;
    text-align: left;
    margin-left margin-right: 10px;
    
    }
    
    
  #blue {
    background-color: #566F77;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    height: 250px;
    }
    
   
#green {
    background-color: #61967B;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    height: 250px;
    }
        
  #pink {
    background-color: #B07585;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    height: 200px;
    }
    
      #orange {
    background-color: #FBAA1E;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    height: 400px;
    }
    
    #ab {
    background-color: aliceblue;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    height: 200px;
    }
    
    .grow {
        transition: transform .5s;
        opacity: 0.8;
        border-radius: 5px;
    }
    
    .grow:hover {
        
        transform: scale(1.1);
        opacity: 1.0;
    }
    
    
    
body {
    background: aliceblue;
 }
 
header {
    padding: 1em;
    color: #584d6e;
    clear: left;
    text-align: center;
    margin-bottom: 20px
}
    
footer{

      min-height: 50px;
      background-color: aliceblue;
      text-align: center;
      opacity: 0.8;
      }

a {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 200;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}
    
li {
    display: inline;
}

.nav-blue{
    background-color: aliceblue;
    margin: 0px;
    color: #FBAA1E;
}
.nav-blue a:hover{
    background-color: #566F77 !important;
    color:#E8F5FD !important
}

 .nav-blue a:active{
    background-color: #566F77 !important;
    color: #FBAA1E !important
}


h1{
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px;
    color:#61967B;
    
}

p {
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
    color: #566F77;
    padding-left: 50px;
    padding-right: 50px;
}
    


p_ab {
	font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
    color: aliceblue;
}
 
.raleway{
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 35px;
    }

.raleway_ab{
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 35px;
color:aliceblue
}

.raleway_small{
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 25px;
color:#FBAA1E;
}

.raleway_small_2{
Font-Family: 'Raleway', Sans-Serif;
Font-Size: 20px;
color:aliceblue;
}

    
    .pink {
        background-color: #B07585;
    }
    .green {
        background-color:#61967B;
    }
    .orange {
        background-color:#FBAA1E;
        
    }
    .blue {
        background-color:#566F77;
        
    }
 

    
    /****** side nav *****/
    

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #566F77;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FBAA1E;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: aliceblue;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}