.button {
    background-color: #9742dd;
    border: none;
    color: white;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    transition-duration: 0.5s;
    cursor: pointer;
    /* border: 1px solid red; */
}

.button_center{
      display: flex;
      justify-content: center;
      align-items: center;
}
  
#build_resume_button{
    margin: 10px;
    padding: 10px;
    border: 0px solid red;
}

#build_resume_button:hover {
    background-color: #4CAF50;
    color: white;
    font-size: 25px;
}

.content{
    float: left;
    width: 55%;
}

.content_2{
    float: right;
    width: 40%;
}

.resume_pic{
    height: 500px;
    overflow: auto;
    margin-left: 20px;
}

/* #prevnext_button{
    font-family:PacBrush Script MT, Brush Script Std, cursive;
    color: rgb(26, 46, 228);
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px;
    padding: 10px;
    width: 100px;
    height: 50px;
    text-align: center;
} */

.savebutton{
    float: right;
    margin-right: 100px;

}

.prevnext_button {
    background-color: #a179ec;
    border: none;
    color: black;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
  }


.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(65, 173, 245);
    color: white;
    text-align: center;
    /* height:200px; */
 }

.header{
    float: left;
    width:20%;
}

input[type=text] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#logo_desc{
    float: left;
    font-family:PacBrush Script MT, Brush Script Std, cursive;
    color: rgb(26, 46, 228);
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px;
}

#logo{
    float:left;
    width: 70%;
    height: auto;
    border: 0px solid red;
}

#menu li{
    list-style:none;
    display:inline;
     padding: 10px;
    margin: 10px;
    border: 0mm solid red;  
}

.menubar{
    /* width:80%; */
    height:70px;
    background:#e9f1f7;
    color:white;
    float: right;
    /* border: 1mm solid red; */
    margin-top: 10px;
    /* justify-content: flex-end; */
}
    
#menu{
    /* padding:0;
    margin:0; */
    line-height:40px;
    float:left;
    /* justify-content: flex-end; */ 
}

#menu li{
    padding: 20px;
}

#menu a{
    text-decoration:none;
    color:rgb(88, 171, 248);
    padding:8px;
    margin:5px;
    font-size:18px;
    font-family:COMIC SANS MS;
}
    
#menu a:hover{
    color:rgb(118, 17, 233);
    font-weight:bolder;
    text-decoration:underline;
    font-size: larger;
}

.main_content{
  clear: both;
  padding: 30px;
  overflow: auto;
}

.main_gradient{
    background-image: linear-gradient(to left top, rgb(140, 0, 255), rgb(0, 217, 255)); 
}

#main_content_title, #main_content_desc{
    color: white;
}

#main_content_title{
    font-size: 40px;
    font-weight: bold;
}

#main_content_desc{
    font-size: 25px;
}

#resume_1{
    width: 70%;
    margin: 10%;
    border: 0px solid red;
    border-radius: 25%;
    
}
 
#progress_nav_items{
    /* padding:0;
    margin:0; */
    line-height:20px;
    /* float:left; */
    /* justify-content: flex-end; */
    
}

#progress_nav_items li{
    float: left;
    display: block;
    margin-left: 40px;
    margin-top: -20px;
}

#progress_nav_items a{
    text-decoration:none;
    color:#58abf8;
    font-size:18px;
    font-family:COMIC SANS MS;
    margin-left: 20px;
}
    
#progress_nav_items a:hover{
    color:rgb(118, 17, 233);
    font-weight:bolder;
    text-decoration:underline;
    font-size: larger;
}

#progress_nav_items a:active{
    background-color: yellow;
  }

.column{
	float: left;
	width: 50%;
}

.row::after{
	clear: both;
}

.small_text{
    width: 100;
}

input[type=text] {
    width: 80%;
    /* padding: 12px 20px; */
    /* margin: 8px 0; */
    /* box-sizing: border-box; */
  }