@import url('https://fonts.googleapis.com/css?family=Roboto');

#header {
  position: fixed !important;
  top: 0;
  height: 12%;
  width: 100%;
  background-color: #f9f9f9;
}

article {
  margin-top: 7%;
}

.button_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    align-items: center;
}

.button_group input {
    display: none;
}

.button_group label {
    font-size: 1.5rem;
    cursor: pointer;
    display: block;
    padding: 15px 30px;
    border-radius: 5px;
    margin: 10px 0px;
    transition: all 0.3s ease;
}

.main {
    max-width: 1000px;
    min-height: auto;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border: none;
}

#boxDiv {
	width: 150px;
}

.sixtyCenter {
	width: 60%; 
	margin-left: auto;
	margin-right: auto;
}

@media ( max-width: 1399px ) {
	body {
	    font-family: 'Roboto';
	    font-size: 16px;
	    color: #333;
	    width: auto;
	    margin-right: auto;
	    margin-left: auto;
	}
	
	a, a:link, a:visited, a:hover, a:active {
    	font-family: 'Roboto';
   		color: #333!important;
   		font-weight: normal!important;
	}
	
	.box1, .box2, .box3, .header1, .header2, .header3 {
		text-align: left;
		font-size: 18px;
		width: 98%;
	}
	
	.header1, .header3 {
		visibility: hidden;
		display: none;
	}
	
	form {
	margin: 0px;
	}
	
	.buttontext {
		font-size: 12px !important;
		font-weight: normal;
		text-align: left; 
		padding-left: 5%;
		width: 95% !important;
		margin-right: auto;
	    margin-left: auto;
	}
}

@media ( min-width: 1400px ) {
	body {
    font-family: 'Roboto';
    font-weight: normal;
    color: #333;
    font-size: 25px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
	}
		
	a, a:link, a:visited, a:hover, a:active {
    font-family: 'Roboto';
    color: #333!important;
   	font-weight: normal!important;
	}
	
	.box1, .box2, .box3, .header1, .header2, .header3 {
		text-align: left;
		float: left;
		width: 32%;
		margin-right: 2%;
		padding: 5px;
		box-sizing: border-box;
	}
		
	.box3, .header3 {
     margin-right: 0;
     text-align: right;
	}
	
	form {
		margin:0px;
	}
	
	.buttontext {
		text-align: left;
		padding-left: 42%;
	}
}